Forum Coordinators: RedPhantom
Poser - OFFICIAL F.A.Q (Last Updated: 2025 Jan 11 12:18 am)
import poser
scn =poser.Scene()
fig = scn.CurrentFigure()
acts = fig.Actors()
for act in acts:
act.SetDisplayStyle(poser.kDisplayCodeTEXTURESHADED)
that should be close , select the hair figure before running the script
this was just a quickie and might need some additional code like a check that actor is a bodypart
If thats NOT what you are doing just ignore this entire post :)
Why Python when this function is a 2 click solution inside of Poser? Select hair and now display -> element style -> texture shaded or, if the hair is a figure select hair and now display -> figure style -> texture shaded
Ulli
"Never argue with an idiot. They drag you down to their level and beat you with experience!"
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.
Just curious if there is a script in Poser so that I can change all the hair figures into textured figures instead of meshes, it's kinda tedious to go to the file menu and my fingers cramp when using shortcut keys when some of my hair figures have almost 20 parts!
Any kinda of help would be appreciated :D