Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi,
Is there an available commands for weight manager Load and Save Weights? I checked the documentation. I couldn't see any but I could be wrong.
Load and Save Weights
I can use the c4d.CallCommand(1028186) # Save Weights... Works. But I'm trying to do it in batch. Select objects and save the all weights (i.e. TXT files) in one directory.
c4d.CallCommand(1028186) # Save Weights...
Currently, I have to do it one by one per object.
Is there a way around this?
this is not possible; you will get stuck with the dialog box asking where to save the result. But you can retrieve the joints and the Weight tag and save the data that are stored in the tags.
Cheers, Manuel
@manuel
Gotcha. Thanks for the confirmation. Closing this thread now.