Forum Coordinators: RedPhantom
Poser - OFFICIAL F.A.Q (Last Updated: 2025 Jan 09 3:46 am)
I use Poser File Editor for that exact purpose, among others. Not free, but it does do that (and a bazzillion other things). I'm sure there's a freebie out there, tho...
Monterey/Mint21.x/Win10 - Blender3.x - PP11.3(cm) - Musescore3.6.2
Wir sind gewohnt, daß die Menschen verhöhnen was sie nicht verstehen
[it is clear that humans have contempt for that which they do not understand]
You can remove them manually using John Stallings free CR2 editor.
http://groups.yahoo.com/group/PoserTECH/
Poser Pocket Knife includes a tool to do it automatically.
SM did not expose a "delete material group" function in the Python interface, so no there is no way to do it through the Python API.
However, while I'm not offering to do so, a Python program can be written to do exactly what you described. Python can read and write files, regardless of whether it is in Poser or not. So Python can re-write the file sans the offending material groups. Such a program could also be written in C, C++, Java, C#, Fortran, Cobol, etc. In other words, a computer program can do it. But I don't know of any that do.
Renderosity forum reply notifications are wonky. If I read a follow-up in a thread, but I don't myself reply, then notifications no longer happen AT ALL on that thread. So if I seem to be ignoring a question, that's why. (Updated September 23, 2019)
The Poser Pocket Knife Python script will compare the materials declared in the figure's CR2 file with those present in the figure's OBJ file and delete the surplus. It is a one button click performed within Poser. It works in much the way bagginsbill describes.
Poser Pocket Knife comes bundled with a stand alone Poser file editor named "pz3edit" also containing this feature.
So there ya go. PhilC is da man when it comes to Poser workflow enhancement.
Renderosity forum reply notifications are wonky. If I read a follow-up in a thread, but I don't myself reply, then notifications no longer happen AT ALL on that thread. So if I seem to be ignoring a question, that's why. (Updated September 23, 2019)
This site uses cookies to deliver the best experience. Our own cookies make user accounts and other features possible. Third-party cookies are used to display relevant ads and to analyze how Renderosity is used. By using our site, you acknowledge that you have read and understood our Terms of Service, including our Cookie Policy and our Privacy Policy.
Every once in awhile I’m, not paying attention and I apply a MAT pose to the wrong figure. What then happens is that whole slew of invalid material zones get attached to the wrong figure. Which makess the material room a nightmare.
Is there a python script that will look at the figures obj file, see what the valid material zones are, and then remove all of the zones that don’t belong?
I hate to admit it, but I would probably use this script a lot.