Mass generating characters with different features, is it possible?


https://forum.reallusion.com/Topic500642.aspx
Print Topic | Close Window

By PresidentZak - 4 Years Ago
Hope everyone is doing well :)

So I'm trying to mass generate characters with different features, yet I'm not sure if Python scripting could be of benefit to this idea.
Will Python be able to recognize certain names and functions etc. from CC3?
For example, if I would want to choose a particular object as a feature of the body, for instance a beard, could I code it into Python so that the script would choose that particular beard?
Also, would I be able to code so that it chooses a random/specific color as well?
By wires - 4 Years Ago
There is no python API available, or even planned for Character Creator according to several posts from Reallusion product staff.
By PresidentZak - 4 Years Ago
wires (11/23/2021)
There is no python API available, or even planned for Character Creator according to several posts from Reallusion product staff.

Thanks for the answer!
So this has no value whatsoever? (Image attached)
Is there perhaps some other programming language which can be utilized or are we doomed with restrictions forever?

https://forum.reallusion.com/uploads/images/958d3a4c-8385-40f4-a537-68cf.png
By lunzueta - 4 Years Ago
I'm also interested in this. I can't find anywhere in the documentation what is that "Script/Load Python" option for,
By vadim+2 - 4 Years Ago
lunzueta (11/26/2021)
I'm also interested in this. I can't find anywhere in the documentation what is that "Script/Load Python" option for,

It lets you put your Python code into CC3 by selecting the .py file. I just checked, the API is the same as iClone's, so pretty much anyone now can create plugins for CC3.
It appeared with the recent update, so it could be just a mistake from one of the devs that forgot to remove it after debugging, or they plan to make it public similar to iClone.
By wires - 4 Years Ago
Eric(RL) stated in this post 2 weeks ago that the Python API would be staying in iClone. Perhaps the inclusion in the last update is indeed just an oversight. :Whistling:
By jlittle - 4 Years Ago
wires (11/26/2021)
Eric(RL) stated in this post 2 weeks ago that the Python API would be staying in iClone. Perhaps the inclusion in the last update is indeed just an oversight. :Whistling:

Possibly, but Victor.Soupday has already provided a script to load characters from blender into CC3 so maybe it is suppose to be there?

Jeff