Skip to content

Commit 4460d87

Browse files
authoredNov 21, 2024
Merge pull request #2461 from pyrevitlabs/cycle_types
cycle family types
2 parents b5bc0c4 + a44154e commit 4460d87

File tree

1 file changed

+1
-1
lines changed
  • extensions/pyRevitTools.extension/pyRevit.tab/Project.panel/ptools.stack/Cycle Family Types.pushbutton

1 file changed

+1
-1
lines changed
 

‎extensions/pyRevitTools.extension/pyRevit.tab/Project.panel/ptools.stack/Cycle Family Types.pushbutton/script.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
if current_idx >= len(family_types):
1212
current_idx = 0
1313

14-
with revit.Transaction('Cycle Famiy Type'):
14+
with revit.Transaction('Cycle Family Type'):
1515
for ftype in family_mgr.Types:
1616
if ftype.Name == family_types[current_idx]:
1717
family_mgr.CurrentType = ftype

0 commit comments

Comments
 (0)
Failed to load comments.