Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush Python API
      • ZBrush GoZ API
      • Code Examples on Github
    • Forum
    • Downloads
    • Support
      • Support Procedures
      • Registered Developer Program
      • Plugin IDs
      • Contact Us
    • Categories
      • Overview
      • News & Information
      • Cinema 4D SDK Support
      • Cineware SDK Support
      • ZBrush 4D SDK Support
      • Bugs
      • General Talk
    • Unread
    • Recent
    • Tags
    • Users
    • Login
    1. Maxon Developers Forum
    2. iluxa7k
    3. Posts
    I
    • Profile
    • Following 0
    • Followers 2
    • Topics 8
    • Posts 37
    • Best 3
    • Controversial 0
    • Groups 0

    Posts made by iluxa7k

    • RE: PySide2 for Python 2.7 Windows Version?

      @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

      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

      posted in General Talk
      I
      iluxa7k
    • RE: Python Plugin: numpy + scipy - Cinema4D R20

      I do not use c4dpy with older version than R23.
      I simply unpack wheels or compile, for example - scipy

      posted in Cinema 4D SDK
      I
      iluxa7k
    • RE: Welcome Mr. Hoppe

      Wow
      Great!

      posted in News & Information
      I
      iluxa7k
    • RE: Support of Scene Nodes development

      @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)

      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

      posted in General Talk
      I
      iluxa7k
    • RE: Support of Scene Nodes development

      Hello Manuel

      @m_magalhaes said in Support of Scene Nodes development:

      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!

      Several suggestions at c4d cafe forums, if will be time to read them

      posted in General Talk
      I
      iluxa7k
    • Support of Scene Nodes development

      Hello

      Will be technical support of Scene Nodes development at this forum?

      🤘

      usd.png

      posted in General Talk
      I
      iluxa7k
    • RE: PySide2 for Python 2.7 Windows Version?

      Hello
      Trolltech officially does not support pyside2 for py27 Win.

      raw test of
      pyside2.png

      posted in General Talk
      I
      iluxa7k
    • RE: Python 3.7.7 will be in the next release of Cinema 4D

      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

      posted in Cinema 4D SDK
      I
      iluxa7k
    • RE: Python 3.7.7 will be in the next release of Cinema 4D

      Finally
      Will continue to port taichi to c4d

      posted in Cinema 4D SDK
      I
      iluxa7k
    • RE: Creating Xpresso Python Node Inputs

      Hello

      onId = c4d.DescID(c4d.DescLevel(3999,400006001,1022471))
      
      posted in Cinema 4D SDK
      I
      iluxa7k
    • RE: Will R22 be Python 3 as Python 2 "dies" in 2020?

      @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

      posted in Cinema 4D SDK
      I
      iluxa7k
    • Make clean-up after script

      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

      posted in Cinema 4D SDK python
      I
      iluxa7k
    • RE: Cinema4D S22 Debian user experiences?

      Hello everyone.
      Will be ever C4D for Linux with GUI from Maxon? Not wine emulation.
      Sometimes want to switch linux.

      posted in General Talk
      I
      iluxa7k
    • RE: SDK examples at 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

      CentOS7.png

      posted in General Talk
      I
      iluxa7k
    • RE: SDK examples at Linux

      @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

      posted in General Talk
      I
      iluxa7k
    • RE: GetFontDescription() on Windows and Mac

      Hello to all

      @zipit said in GetFontDescription() on Windows and Mac:

      FONT_FLAGS

      Thank you
      i miss flags in https://developers.maxon.net/forum/post/58961

      posted in Cinema 4D SDK
      I
      iluxa7k
    • SDK examples at Linux

      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. 🤕

      testsdk_s22.png

      posted in General Talk
      I
      iluxa7k
    • RE: Cinema4D S22 Debian user experiences?

      Hello
      I fail with installation of c4d_clr to MX linux(19.1), libpng12 and libwebkitgtk do not install and wrong compilation from sources.

      posted in General Talk
      I
      iluxa7k