Thanks, Great feedback Jorge. I’ll try get to all of them… already included a couple in the newest update. Progressbar switches, main Ui is resizabl…
Defaults per control? or defaults for the whole layout?? I want to be able to save this information so it’s not just session based. I have the begin…
Give it a try, under the common rollout properties you will get any properties which are specific to the control type. I think I included every singl…
Sorry explain that again?
When itterating over an array which shrinks it’s better to do it in reverse. for L= (LayerManager.count-1) to 0 by – 1 do ( if NOT ((LayerManage…
Position is part of an object’s transformation matrix. $Box.transform.position $Box.transform.position = $TakeBox.transform.positon $Box.parent = $…
Autodesk accepted this a bug so hopefully it’ll be fixed.
Or can it be done by turning the layer on but without updating the SE or viewport?
Hmm but even that doesn’t actually resolve the challenge *of hiding an object that’s on a hidden layer… any ideas?
Must learn to Google search better… The answer to both is to use the .isNodeHidden property instead of the .isHidden property… Leaving this here for…
Is it about being part of an internet community? – Haven’t seen one formalized beyond the usual mix of local forum/chat/group/community rules and gene…
And just want to say again, well done, I’m really using this tool every day and it’s made my coding a lot faster and more efficient!