How can I get the current BaseDrawHelper
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 17/07/2012 at 04:59, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 13
Platform:
Language(s) : PYTHON ;---------
Some calls require a variable containing the BaseDrawHelper. But, how can I get it?!?
The documentation is a nightmare -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 17/07/2012 at 06:47, xxxxxxxx wrote:
You can construct a BaseDrawHelp like this:
bd = doc.GetActiveBaseDraw() bh = c4d.plugins.BaseDrawHelp(bd, doc)
What are the methods you need to call with a BaseDrawHelp?
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 17/07/2012 at 07:48, xxxxxxxx wrote:
Thanks
I'm doing some tests and I was trying to use DrawObject.