aturtur / cinema4d-scripts

My collection of Cinema 4D scripts
387 stars 53 forks source link

Feature Request : Export selected objects as individual c4d files #13

Closed RanArkon closed 9 months ago

RanArkon commented 9 months ago

Hello,

Main problem with working in large scenes in Cinema 4D is that if we change materials for many objects there is no way to update them on disk where they was loaded because Cinema 4D store objects in one scene file and XRef system is totally buggy.

So my question is there way to create script that will export all selected objects as different c4d files so we can update, move them manually to corresponding folders after that. And it would be great that objects connected to parent ( for example null ) would be treated as one c4d file.

Best Regards, Sebastian

aturtur commented 9 months ago

AR_ExportC4D.py script might be what you are looking for?

RanArkon commented 9 months ago

Ah yes, it works perfectly ! I didn't saw it before :) Thank you !