Is there a script that can change all wearable resolution?
James
Posts: 1,003
I'm exporting and importing cloth for fixing very often.
Rather than just clicking every item, I wonder if there's a script that can change the resolution of wearable at once.
I already have that can change all objects.
But it takes too long, I just need the wearables.
Post edited by James on
Comments
You could try saving Properties presets withj the desired values, then multi-select the items and apply the desired preset. Of coruse you can, with the default options in the proeprties panes, multi-select the items and then set the value for each in one go using the slider.
I wrote simple ones as attached. 1st one is for setting as Base Resolution, 2nd one is for resetting to High Resolution.
Pls be noted that the script now just support Wearable items (figures) with Content Type including keywords "Wardrobe" or "Wearable". You may add other ContentTypes to Line 49... For instance, add an "Accessory" type...
And there're quite a lot of Wearable assets have wrong metadata. If you encounter such an issue, first check from: Edit - Figure - Scene Identification - Content Type field, then correct the metadata if it's wrong. Pls test the scripts as usual (assign shortcut if needed) and let me know if they work well.
Oh yes, yes.
I will use this very often.
Thanks a lot.
Can I use this also for figure, by changing "Wardrobe" to "Actor"?
Yep, certainly ~ As Genesis figure have many sub-Nodes (bones), it'll take more time. Better try the attached one.
Please make sure you comply with the license terms for the sample scripts - removing most of the preamble comments, leaving just the link, is not the correct method.
Where is the link of terms ? I'll follow tha if I use sample codes.
They are linked in the footers of the page, in the callouts above each sample, and in the comments at the beginning of each downloaded sample script. http://creativecommons.org/licenses/by/3.0/
Ohoh ~~ I misunderstood, I have that link ! Thanks !
@crosswind
And to turn figure back to high res, what do I need to change in the code?
Just go to line 57, change the value 0 to 1 .
That's a great script :-)
Since you know a lot about scrips, may I ask you, if you know something about one I came across yesterday? It's called dzcontentreplacemgr. It seems to exist but I can't find it.
I wrote about it here: https://www.daz3d.com/forums/discussion/669161/script-to-replace-one-type-of-content-with-another-dzcontentreplacemgr
Oh, I'm just a beginner of Daz Script... I just wrote a post to your thread. Pls take a look ~~