Hey folks,
I’m trying to organize my content again after upgrading from 4 to 5. I lost all my old collections and I wanted to automate assigning them again. Basically I had my content divided by Eras, classes (for dnd), etc. I can export my CSV of purchases and I was hoping to use external tools to organize the content and generate a CSV that adds tags for everything. However I can’t find documentation or examples of the python APIs to run in CC5.
1 Like
I was hoping to find an API class to add a tags and/or collections.
Is there any way to add those via python or code in some other way?
Currently, CC and IC share the same Python API. You can find the API documentation on the Wiki:
http://wiki.reallusion.com/IC8_Python_API
The Wiki mainly describes the IC 8.0 API. APIs added after version 8.0 may not be documented there.
You can also check the RLPy.py file in the program directory, which contains the complete list of APIs available for that specific version:
C:\Program Files\Reallusion\Character Creator 5\Bin64\RLPy.py
We apologize that the current API does not yet provide functionality to add tags or collections.
I don’t know if it’s possible. But some essential info is missing from the official wiki. On their github you can find additional information