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).
@ph1lh00k said in PySide2 for Python 2.7 Windows Version?:
Hi @iluxa7k I see you managed to get PySide2 working in C4D... I'm struggling to get it working - could you provide a little info on how you managed it? Thanks, Phil
Hi @iluxa7k
I see you managed to get PySide2 working in C4D... I'm struggling to get it working - could you provide a little info on how you managed it?
Thanks, Phil
Hello Phil Currently i stopped using of cinema4d, switch to flexible Blender. Remove any data for c4d content.
For that case, i implemented injection-methods code from several topics at autodesk's beta forum for 3dsmax. That's all
I do not use c4dpy with older version than R23. I simply unpack wheels or compile, for example - scipy
Wow Great!
@m_magalhaes said in Support of Scene Nodes development:
@iluxa7k said in Support of Scene Nodes development: Several suggestions at c4d cafe forums, if will be time to read them Do you have any link for us ? I know that a couple of Maxon guys are already looking closely to that forum (and others)
@iluxa7k said in Support of Scene Nodes development:
Several suggestions at c4d cafe forums, if will be time to read them
Do you have any link for us ? I know that a couple of Maxon guys are already looking closely to that forum (and others)
https://www.c4dcafe.com/ipb/forums/forum/289-scene-nodes-workflows-discussion/
https://www.c4dcafe.com/ipb/forums/topic/111961-nodes-road-map/?&page=5#comments
https://www.c4dcafe.com/ipb/forums/topic/111939-maxon-announces-cinema-4d-r23-overview-discussion/?page=22&tab=comments#comment-721276
Hello Manuel
Could you tell us more about what you are looking for and witch language ? Do you want to create your own node space with custom nodes ? Juste use the existing one ? Just read an actual Scene Node ?
Material and Scene Nodes editors. Plus somehow to work with Object Manager / Xpresso (i'm using python node in it, scene/mat node-based have not it)
Are you referring C++ or Python ?
Both
Of course if we release an API for the nodes, we will support it on this forum.
That's great!
Hello
Will be technical support of Scene Nodes development at this forum?
Hello Trolltech officially does not support pyside2 for py27 Win.
raw test of
I think users are having S22 now and will be R22 with py2.7. But showed S22.9XX build. So we will get R23 with python 3.7x but need 3.8(3.9) in the end of 2021
Finally Will continue to port taichi to c4d
onId = c4d.DescID(c4d.DescLevel(3999,400006001,1022471))
@r_gigante said in Will R22 be Python 3 as Python 2 "dies" in 2020?:
Riccardo
Hello Riccardo Any news?
Maybe c4d has switch from cmd like another editor has -pyver 3
Hello I'm working with pyside2. How to invoke clean-up methods in c4d enviroment? For example, i made app and if close it or check visibilty,then del app
from PySide2.QtWidgets import QApplication app = QApplication.instance() // steps with dialogs if win.isVisible() == False: del app
clean objects, any garbage collection in memory
Hello everyone. Will be ever C4D for Linux with GUI from Maxon? Not wine emulation. Sometimes want to switch linux.
There are successful builds at CentOS-7.8.2003 by gcc (GCC) 7.3.1 20180303 (Red Hat 7.3.1-5) But i use project tool for R20. Last project tool(S22) asks me libprocs 6. At Ubuntu - normally
@r_gigante said in SDK examples at Linux:
compiling plugin on Ubuntu is at the moment not officially supported (sdk.zip is missing in the archive)
Ouch, i saw that. I copy from windows. And change project settings to Linux builds
Hello to all
@zipit said in GetFontDescription() on Windows and Mac:
FONT_FLAGS
Thank you i miss flags in https://plugincafe.maxon.net/post/58961
Hello Any specification for project tool to Ubuntu 18(04)?
I use SDK from Cinema4D S22 and 20200416_cinema4d_s22_project_tool.
There are frameworks libs, but get errors for cinema4dsdk and etc.
Hello I fail with installation of c4d_clr to MX linux(19.1), libpng12 and libwebkitgtk do not install and wrong compilation from sources.