-
Notifications
You must be signed in to change notification settings - Fork 3
2017 API dlibrary.vectorworks.ActivePlugin
Dieter Geerts edited this page Sep 24, 2016
·
1 revision
Singleton to represent the currently executing plugin, hence 'active'.
Note that this is a singleton in the view of the currently executing plugin script. Be aware of this when changing this class' functionality.
- object The most base type
-
(get) handle
->
vs.Handle -- Will return the instance or definition handle of an object plugin. -
(get) instance
->
'PluginObject' -- Will return the instance, represented by PluginObject, or None if in definition 'mode'. -
(get) name
->
str -- Will return the name of the menu/tool/object plugin.