You are missing the “items” parameter when declaring the dropdownlist. You need to pass it an array of strings to appear in the list. dropdownl…
Hi Christian, In the example above I was actually dealing with a plugin that was extending a standard material. So when I said I could access and t…
Hi Shane, Thanks for the reply. I actually wasn’t aware that it would return undefined if the plugin was not extending one that already exists! I l…
Heres something I whipped up real quick, it might do what you’re looking for but might not. If it doesn’t, hopefully it will give some ideas for how …
I am setting up 3 different render settings for our pipeline, one of the three is a final render while the other two are variations of a draft render….
Cool, I will mess around with that, see if I can come up with anything. Thanks Eric.
Selecting the objects in Schematic view actually selects the objects, so all you need is… unhide selection and then wrap that in a macro. That shou…
Sweet, thanks Bobo!
I can’t really provide you with a solution to this but can lead you down a path for a possible solution. Maybe cycle through the polygons of the edit…
Try instead going through each individual item of the array and formatting it back out as an array in the filestream. This will return a similar thin…
You can use, (for x in refs.dependents(this) where isValidNode x collect x)[1].parent to replace $man01, although its not very efficient and might…