Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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
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
On 27/09/2011 at 07:00, xxxxxxxx wrote:
Howdy,
Thanks, Matthias.