Skip to content

Commit 42ae633

Browse files
authored
Merge branch 'develop' into feature/allow_for_script_prefixes
2 parents 3f1edb6 + e756da2 commit 42ae633

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyrevitlib/pyrevit/loader/sessionmgr.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,10 @@ def extension(self):
512512
def unique_id(self):
513513
return getattr(self._extcmd.ScriptData, 'CommandUniqueId', None)
514514

515+
@property
516+
def control_id(self):
517+
return getattr(self._extcmd.ScriptData, 'CommandControlId', None)
518+
515519
def is_available(self, category_set, zerodoc=False):
516520
if self._extcmd_availtype:
517521
return self._extcmd_avail.IsCommandAvailable(HOST_APP.uiapp,

0 commit comments

Comments
 (0)