You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BlockCanvas: Introduce get_property_(get|set)ter_block_definition for drop object property
The object property's getter & setter blocks generating code is similar
to get_variable_(get|set)ter_block_definition(). So, reuse them within
get_property_(get|set)ter_block_definition() to generate property's
blocks including the description.
And, the block name will change to:
* "get_var_<property name>_<variant type code>" for getter block
* "set_var_<property name>" for setter block
Fixes: 89beea9 ("BlockCanvas: Implement drag & drop the node's property from Inspector")
https://phabricator.endlessm.com/T35649
0 commit comments