Hello everyone!
I have a family with 6 3D objects, each with a different name for their corresponding style: light_3d_listing, dark_3d_listing, neon_3d_listing, etc.
I create those objects with the "Create object (by name)" action with a "style" variable: so style&"_3d_listing".
The logic is that if I want to change the opacity, z-elevation, and size of these objects in the end, I could use the family they're all a part of! Unfortunately, it doesn't work.
It seems that I have to add either a "Wait 0.01s" for it to "refresh the list?" or, if I want to keep it on the same tick, I need to add each transformation, for each of the 6 styles, all as a giant block of 24 actions (6x4).
Why can't I use their family to action on whatever got created just before?
Am I missing something?