Join our discord community

Please or Register to create posts and topics.

Cinema 4D and possible After Effects support

PreviousPage 5 of 8Next
Quote from kapellan on 1. October 2021, 19:50

updates:

  1. add layout panel
  2. started to implement functionality with render (with Octane support)
  3. some minor fixes

manuals:

  1. install script (restart of the Prism is required)
  2. DCC app add(restart of the Cinema is required)

Awesome man! Is it already compatible with the 2.0 beta perhaps? Because i'm running that one atm.

 

Hi @kapellan I've tried to install Prism in the newest version of Cinema 4D R25 and I have some problems with it. Here is what I found in the console. Thank you in advance for your help.

Traceback (most recent call last):
File "C:\Prism\Scripts\PrismCore.py", line 92, in <module>
from PySide2.QtCore import *
File "C:\Prism\PythonLibs\Python37\PySide\PySide2\__init__.py", line 51, in <module>
_setupQtDirectories()
File "C:\Prism\PythonLibs\Python37\PySide\PySide2\__init__.py", line 21, in _setupQtDirectories
import shiboken2
File "C:\Prism\PythonLibs\Python37\PySide\shiboken2\__init__.py", line 27, in <module>
from .shiboken2 import *
ModuleNotFoundError: No module named 'shiboken2.shiboken2'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Prism\Scripts\PrismCore.py", line 100, in <module>
from PySide.QtCore import *
ModuleNotFoundError: No module named 'PySide.QtCore'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Prism\Scripts\PrismCore.py", line 105, in <module>
from PySide2.QtCore import *
File "C:\Prism\PythonLibs\Python37\PySide\PySide2\__init__.py", line 51, in <module>
_setupQtDirectories()
File "C:\Prism\PythonLibs\Python37\PySide\PySide2\__init__.py", line 21, in _setupQtDirectories
import shiboken2
File "C:\Prism\PythonLibs\Python37\PySide\shiboken2\__init__.py", line 27, in <module>
from .shiboken2 import *
ModuleNotFoundError: No module named 'shiboken2.shiboken2'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\default\AppData\Roaming\Maxon\Maxon Cinema 4D R25_1FE0824E\plugins\prism\pythonrc.pyp", line 61, in Execute
self._browser()
File "C:\Users\default\AppData\Roaming\Maxon\Maxon Cinema 4D R25_1FE0824E\plugins\prism\pythonrc.pyp", line 46, in _browser
PrismInit.createPrismCore()
File "C:/Prism\Plugins\Apps\Cinema\Integration\python3.7libs\PrismInit.py", line 39, in createPrismCore
pcore = prismInit()
File "C:/Prism\Plugins\Apps\Cinema\Integration\python3.7libs\PrismInit.py", line 26, in prismInit
import PrismCore
File "C:\Prism\Scripts\PrismCore.py", line 109, in <module>
from PySide.QtCore import *
ModuleNotFoundError: No module named 'PySide.QtCore'
>>>

Quote from RemcodeBont on 24. November 2021, 11:18
Quote from kapellan on 1. October 2021, 19:50

updates:

  1. add layout panel
  2. started to implement functionality with render (with Octane support)
  3. some minor fixes

manuals:

  1. install script (restart of the Prism is required)
  2. DCC app add(restart of the Cinema is required)

Awesome man! Is it already compatible with the 2.0 beta perhaps? Because i'm running that one atm.

 

Yes, I will update the script later

Quote from Som3r87 on 25. November 2021, 12:39

Hi @kapellan I've tried to install Prism in the newest version of Cinema 4D R25 and I have some problems with it. Here is what I found in the console. Thank you in advance for your help.

Traceback (most recent call last):
File "C:\Prism\Scripts\PrismCore.py", line 92, in <module>
from PySide2.QtCore import *
File "C:\Prism\PythonLibs\Python37\PySide\PySide2\__init__.py", line 51, in <module>
_setupQtDirectories()
File "C:\Prism\PythonLibs\Python37\PySide\PySide2\__init__.py", line 21, in _setupQtDirectories
import shiboken2
File "C:\Prism\PythonLibs\Python37\PySide\shiboken2\__init__.py", line 27, in <module>
from .shiboken2 import *
ModuleNotFoundError: No module named 'shiboken2.shiboken2'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Prism\Scripts\PrismCore.py", line 100, in <module>
from PySide.QtCore import *
ModuleNotFoundError: No module named 'PySide.QtCore'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Prism\Scripts\PrismCore.py", line 105, in <module>
from PySide2.QtCore import *
File "C:\Prism\PythonLibs\Python37\PySide\PySide2\__init__.py", line 51, in <module>
_setupQtDirectories()
File "C:\Prism\PythonLibs\Python37\PySide\PySide2\__init__.py", line 21, in _setupQtDirectories
import shiboken2
File "C:\Prism\PythonLibs\Python37\PySide\shiboken2\__init__.py", line 27, in <module>
from .shiboken2 import *
ModuleNotFoundError: No module named 'shiboken2.shiboken2'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\default\AppData\Roaming\Maxon\Maxon Cinema 4D R25_1FE0824E\plugins\prism\pythonrc.pyp", line 61, in Execute
self._browser()
File "C:\Users\default\AppData\Roaming\Maxon\Maxon Cinema 4D R25_1FE0824E\plugins\prism\pythonrc.pyp", line 46, in _browser
PrismInit.createPrismCore()
File "C:/Prism\Plugins\Apps\Cinema\Integration\python3.7libs\PrismInit.py", line 39, in createPrismCore
pcore = prismInit()
File "C:/Prism\Plugins\Apps\Cinema\Integration\python3.7libs\PrismInit.py", line 26, in prismInit
import PrismCore
File "C:\Prism\Scripts\PrismCore.py", line 109, in <module>
from PySide.QtCore import *
ModuleNotFoundError: No module named 'PySide.QtCore'
>>>

Hi,

Cinema 4D R25 updated python to 3.9.1. I'm trying to fix python 3.9.1 and shiboken2 compatibility

Solved compatibility issue with R24 and R25.

@RemcodeBont unfortunately i don't have beta 2.0

Uploaded files:
  • You need to login to have access to uploads.

Hi, @kapellan!
Thanks for awesome work!
I was checking how prims works in Cinema R23, and noticed that then I reopen a scene all import and export states disappear. Maybe it's know issue  or do I miss something obvious?

Cinema R23, Prism 1.3.0.3.82

Quote from Almantas on 9. December 2021, 12:04

Hi, @kapellan!
Thanks for awesome work!
I was checking how prims works in Cinema R23, and noticed that then I reopen a scene all import and export states disappear. Maybe it's know issue  or do I miss something obvious?

Cinema R23, Prism 1.3.0.3.82

Hi, @almantas

Sorry for taking so long to solve this problem.

I'm from Ukraine, now my priorities are slightly different

 

After the release of Prism 2.0, I will share the updated plugin

Uploaded files:
  • You need to login to have access to uploads.

Hi @kapellan I just only say that you're doing great job Dude. Just waiting for update to Cinema 4D 2023 cause after last update Cinema 2023.0.1 Prism stoped working 🙁 On the first release Cinema 2023.0.0 it was worked but had some troubles with install but finally it works. Now I have a project to do and unfortunatly prism doesnt work and I cant downgrade Cinema 4D. I know that there is some older version of Cinema but Redshift has some bugs on them - eg. too sensitive ipr etc. - long story. It would be great to have some update from you 🙂

Cheers from Poland!

ough i downgrade to 2023.0.0 and Prism stoped working (previously its works). Is there any chance to get support from you?

PreviousPage 5 of 8Next