Cinema 4D and possible After Effects support
Quote from RemcodeBont on 24. November 2021, 11:18Quote from kapellan on 1. October 2021, 19:50updates:
- add layout panel
- started to implement functionality with render (with Octane support)
- some minor fixes
manuals:
- install script (restart of the Prism is required)
- 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.
Quote from kapellan on 1. October 2021, 19:50updates:
- add layout panel
- started to implement functionality with render (with Octane support)
- some minor fixes
manuals:
- install script (restart of the Prism is required)
- 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.
Quote from Som3r87 on 25. November 2021, 12:39Hi @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 @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 kapellan on 25. November 2021, 14:57Quote from RemcodeBont on 24. November 2021, 11:18Quote from kapellan on 1. October 2021, 19:50updates:
- add layout panel
- started to implement functionality with render (with Octane support)
- some minor fixes
manuals:
- install script (restart of the Prism is required)
- 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 RemcodeBont on 24. November 2021, 11:18Quote from kapellan on 1. October 2021, 19:50updates:
- add layout panel
- started to implement functionality with render (with Octane support)
- some minor fixes
manuals:
- install script (restart of the Prism is required)
- 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 kapellan on 25. November 2021, 15:01Quote from Som3r87 on 25. November 2021, 12:39Hi @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
Quote from Som3r87 on 25. November 2021, 12:39Hi @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
Quote from kapellan on 30. November 2021, 12:14Solved compatibility issue with R24 and R25.
@RemcodeBont unfortunately i don't have beta 2.0
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.
Quote from Almantas on 9. December 2021, 12:04Hi, @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, @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 kapellan on 14. July 2022, 12:37Quote from Almantas on 9. December 2021, 12:04Hi, @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
Quote from Almantas on 9. December 2021, 12:04Hi, @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
Quote from Som3r87 on 18. October 2022, 21:46Hi @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!
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!
Quote from Som3r87 on 18. October 2022, 22:29ough i downgrade to 2023.0.0 and Prism stoped working (previously its works). Is there any chance to get support from you?
ough i downgrade to 2023.0.0 and Prism stoped working (previously its works). Is there any chance to get support from you?