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 02/06/2011 at 15:56, xxxxxxxx wrote:
User Information: Cinema 4D Version: R 12 Platform: Windows ; Mac ; Mac OSX ; Language(s) : C++ ; PYTHON ;
--------- Hi there,
I quickly wrote a (Python) Plugin that makes it possible to test BaseDraw Draws with immidiate Feedback. And I thought the C++'ers would be interested, too.
How to use it:
The Code in the Object's A.M. will be executed in the ObjectData's Draw-Method. The global variables are:
raw: represents the ObjectData instance op: represents the ObjectData's BaseObject instance drawpass: represents the Drawpass bd: represents the BaseDraw instance bh: represents the BaseDrawHelper instance
You can edit the Initial Sourcecode in the file "{Plugin Directory}\Initial Source.py". An example is given.
Download PyDrawHelper
Have fun with it and train your BaseDraw skills !
Cheers, Niklas
Note: Having this Object in the document makes Cinema 4D unstable, there may appear runtime errors when closing Cinema 4D. ! Do not use this Plugin when having important data open in Cinema 4D ! Use the plugin at your own risk.
On 06/03/2014 at 04:07, xxxxxxxx wrote:
Hi Nik. Thanks for this useful little helper, it's a lot easier to test things this way. Do you think you could update it to work with the R15 release? Cheers Phil
On 29/06/2017 at 05:03, xxxxxxxx wrote:
Do you think you could update it to work with the R15 release?
Yes! Have a same question! question
noun вопрос question, matter, problem, point, query, item сомнение doubt, question, challenge, hesitation, discredit, query проблема problem, issue, challenge, question, poser, proposition дело case, business, matter, point, deal, question обсуждаемый вопрос question пытка torture, rack, inquisition, question, excruciation
verb сомневаться doubt, question, distrust, challenge, disbelieve, mistrust допрашивать interrogate, question, examine, try, catechize, cross-examine вопрошать question спрашивать ask, question, inquire, demand, interrogate, inquire for задавать вопрос ask a question, question, put a question to, demand подвергать сомнению question, challenge, query, dispute, reflect on, reflect upon исследовать explore, investigate, examine, study, research, question расспрашивать question
G M T
question
Звуковая функция ограничена 200 символами
On 29/06/2017 at 11:26, xxxxxxxx wrote:
Hi! Sorry I did not see the reply from 2014!
The DrawHelper is now part of C4DDev. You can download it from GitHub.
Cheers,