Axis Tool change?
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 27/09/2011 at 06:46, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 13
Platform: Windows ; Mac ; Mac OSX ;
Language(s) : C++ ;---------
Howdy,In R13 the Axis tool seems to have changed and it seems to affect plugins that are using:
if(doc->GetMode() == Maxis)
What is the proper way to handle the Axis tool in R13?
Adios,
Cactus Dan -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 27/09/2011 at 06:54, xxxxxxxx wrote:
BaseDocument::IsAxisEnabled returns the state of the Axis tool. CallCommand(ID_MODELING_AXIS) toggles the tool.
cheers,
Matthias -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 27/09/2011 at 07:00, xxxxxxxx wrote:
Howdy,
Thanks, Matthias.
Adios,
Cactus Dan