@ferdinand Understood. thank you
Latest posts made by render_exe
-
RE: Start Cinema 4D, how to set Preference path
-
RE: Start Cinema 4D, how to set Preference path
@ferdinand Thank you, I find another way modify Preference path.
-
Start Cinema 4D, how to set Preference path
hello there!
I want start Cinema 4D set Preference path by python or Commandline, but I don't know the way, can you help me? Thank you!Now i can get Preference path:
import c4d
c4d.storage.GeGetStartupWritePath()
c4d.storage.GeGetC4DPath(c4d.C4D_PATH_PREFS)
-
RE: How to get octane aov manager in python
@Dunhou Thank you, I will read and test the code, thank you.
Cheers~ -
How to get octane aov manager in python
hello there!
I want to get every attribute in octane aov manager in python, but I don't know the way, can you help me? Thank you!
-
RE: How to get the status of video post in python
@ferdinand Thank you, the code runs well. └(^o^)┘
-
How to get the status of video post in python
hello there!
I want to get the status of video post, open or close, but I don't know the way, can you help me? Thank you!
-
RE: Python cannot get X-Particles(xpCache) information
@m_magalhaes Thank you
-
Python cannot get X-Particles(xpCache) information
Hi!
I want to get X-Particles xpCache information in the list, but the python prompt does not recognize this object!
other properties can be obtained normally!
Is there any other way to get it? thanks