The node will be available in b2.8 only.
python
int_01: IntProperty(....)
float_01: FloatProperty(....)
enum_01: EnumProperty(...)
bools..
..etc
we can load functions into node_dict[self.n_id][some_function_name] = function_reference.
maybe even override a properties get/set using those.
not sure when i'll start with it, but it might be soon.
该提问来源于开源项目:nortikin/sverchok
