Given the option in the UI (usually on a check box but sometimes on selection level eg editable mesh) what’s the preferred option ?
- Disable/Enable the UI items
pro’s can be easier/quicker to implement and the UI remains constant (in items location), it’s probably quicker
con’s the overall UI can be larger all the time , dreaded white flicker (can be coded out and seems to be fixed in newer versions)
2.Show /Hide the specific UI items usually the whole rollout.
pro’s can result in a less cluttered UI (editable poly would be huge if every option was displayed )
con’s can be quite slow (see editable poly) more work to implement especially if you need to maintain order! order of rollouts can get easily jumbled confusing the user (editable poly I’m looking at you!)
so what’s your preferred method and do you have any more pro’s and cons