Hi everyone,
Is it possible to create a Simulation Node property through Python? (See screenshot below)
I checked the enumeration type, but it doesn’t appear in the list.
Hi,
prop = comp.createProperty(‘List<Ref>’, ‘MY_Prop’)
Thanks for the reply!