Hi @luboslenco,
Couple of things that would be really nice if it's possible.
string values without quote: str instead of 'str' fixed!
directly referencing objects in the scene by picking from a list instead of writing object name as string
directly referencing a trait in an object by picking from a list of objects which has the trait
arrays and/or lists of values/objects
make variables available in new(), right now first time they become available is notifyOnInit()
Kind Regards,
Martin
String values no longer require quote, thanks to the https://github.com/armory3d/armory/pull/300.
Some addtions:
Vec4, with x/y/z/w sliders@luboslenco @prop seem to be broken? Getting null regardless of how I try to pass a string, without quotes, with single quotes, double quotes.. nothing works.. :cry:
(fixed at https://github.com/armory3d/iron/commit/0384383c69169dfd575528a5b48f23e748f3de57)
Most helpful comment
Some addtions:
Vec4, with x/y/z/w sliders