rex_nickname
Introduction
This plugin could create instance by defined nickname string. It is useful when creating a vary type of instance.
This plugin could create instance by defined nickname string. It is useful when creating a vary type of instance.
Usage
Create instance by nickname string
Sample capx
Use "Action:Assign nickname" first to define nickname to object-type mapping, then use "Action:Create instance" to create instance by "Action:Create instance".
Sample capx
Use "Action:Assign nickname" first to define nickname to object-type mapping, then use "Action:Create instance" to create instance by "Action:Create instance".
Sample capx
The creating action will trigger "condition:on created". It could be used to configure instance furthermore.
The creating action will trigger "condition:on created". It could be used to configure instance furthermore.
Change properties of this created instance
Sample capx
Get this created instance UID by "Expression:LastCreatedInstUID". User might change properties of this instance by rex_uid2prop plugin. Only common properties (x,y,angle,opacity) could be assigned.
Sample capx
Get this created instance UID by "Expression:LastCreatedInstUID". User might change properties of this instance by rex_uid2prop plugin. Only common properties (x,y,angle,opacity) could be assigned.
Create instance and pick it
Sample capx
"Action:Create instance into family" is another way to create instance, and it will put the created instance into SOL of this family.
Sample capx
"Action:Create instance into family" is another way to create instance, and it will put the created instance into SOL of this family.
Pick instances by nickname string
Sample capx
"Condition:Pick instances", "Action:Pick all instances" could be used to pick instances by nickname string from all instances. It need to assign a family to put picked result.
Sample capx
"Condition:Pick instances", "Action:Pick all instances" could be used to pick instances by nickname string from all instances. It need to assign a family to put picked result.
Sample capx
"Condition:Pick matched instances", "Action:Pick matched instances" could be used to pick instances by sub-string of nickname is matched, from all instances.
"Condition:Pick matched instances", "Action:Pick matched instances" could be used to pick instances by sub-string of nickname is matched, from all instances.
Debug panel
It will show all nicknames and their names of object-type in debug panel.
It will show all nicknames and their names of object-type in debug panel.