[Closed] Scripted plugin question
Is it possible to use a Xform for example and not have the gizmo visible?
I would like to use a xform, for simple object reorientation but not have the gizmo visible…
I think I know the answer, so any suggestions are welcome too
-Johan
What would be really cool, is if we could make a plugin phenomena, just like with Mr shaders. We could stack plugins in 1 plugin
extend:#(xform,emptymodifier)
, have a delegate array to get to the subObjects. Then we could just top the plugin off with a emptymodifier and be done with it…
Something for the wishlist, I guess…
Thanks for your extended reply
-Johan
Unfortunately if you want to work with the verts then you have to have the gizmo, if you don’t then you can just use modifier as the super class.
Maybe I can use object offset rotation… because that’s all I want. Then I can use the empty mod as a placeholder for the options… hmm have to test it and see how it works for instances
-Johan