Controlling Visibility of Views and Paint objects

From Planimate Knowledge Base
Revision as of 16:45, 10 January 2008 by Craig.Chandler (talk | contribs)
Jump to navigation Jump to search

Views and Paint Object have their visibility controlled by a condition.


(Old models which used an attribute only are translated to a "not equal to zero" test so they should be compatible)

To remove view control:


The "Always true case" of "1 = 1" is used by default when no control is required and should be used if disabling an existing control condition, to ensure the significant memory used by the condition object is released. Whilst using "2 = 2" would yield the same result in the run, it means Planimate wont purge the condition object and it uses memory for
no reason.


idkbase note 93