mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-17 05:34:50 -04:00
--User changes
-Fix xform selection logic to prevent selecting hidden pre and post xforms. -Remove the "Current" visibility option for pre/post affines. Instead just have "Selected" and "All". If none are selected, show current.
This commit is contained in:
@ -116,10 +116,8 @@ public:
|
||||
void CurrentXform(uint i);
|
||||
|
||||
//Xforms Affine.
|
||||
bool DrawCurrentPre();
|
||||
bool DrawSelectedPre();
|
||||
bool DrawAllPre();
|
||||
bool DrawCurrentPost();
|
||||
bool DrawSelectedPost();
|
||||
bool DrawAllPost();
|
||||
bool LocalPivot();
|
||||
|
Reference in New Issue
Block a user