XYZ lock status
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 01/11/2003 at 06:49, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.206
Platform:
Language(s) : C++ ;---------
Hi,
Is there a way to get the state of the X Y Z axis buttons in the toolbar? i.e are they active or not
Thanks -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 01/11/2003 at 12:41, xxxxxxxx wrote:
I think it's in BaseDocument::GetData(SETTINGS_DOCUMENT)->GetLong(DOCUMENT_STATEX) etc.
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 01/11/2003 at 12:55, xxxxxxxx wrote:
Thanks it was infact
BaseDocument::GetData(SETTINGS_GENERAL)->GetBool(DOCUMENT_STATEX)