50 threads found!
Thread | Author | Replies | Views | Last Reply |
---|---|---|---|---|
semidieu | 7 | 198 | ||
semidieu | 3 | 116 | ||
semidieu | 3 | 76 | ||
semidieu | 9 | 267 | ||
semidieu | 8 | 163 | ||
semidieu | 5 | 203 | ||
semidieu | 0 | 64 |
(none)
|
|
semidieu | 0 | 98 |
(none)
|
|
semidieu | 0 | 43 |
(none)
|
|
semidieu | 0 | 63 |
(none)
|
|
semidieu | 2 | 115 | ||
semidieu | 8 | 281 | ||
semidieu | 1 | 65 | ||
semidieu | 3 | 123 | ||
semidieu | 4 | 142 |
940 comments found!
I checked the 'mode unattended', but didn't found a way to make it work actually (maybe something I do is wrong).
For Windows, there might be also some python script that could handle this (like macros).
Thread: this is what I'd like to do...ShaderSpider2.... | Forum: Poser Python Scripting
I would say... just compile ShaderSpider2 source code again... Do you know how to do it ?
But sometimes, it won't work, as there are some differences in the python version.
Thread: Changing the geometry file | Forum: Poser Python Scripting
Import the geometry in Poser with Python
geom = imported_actor.Geometry()
Then use this for the figure's actors:
act.SetGeometry(geom)
Notice that I really don't know if this works :)
Thread: Figure to Prop (Dimension3D) | Forum: Poser Python Scripting
What does this script ?
Convert the file from a figure (.cr2) to a prop (.pp2) ?
Or a Poser figure to a Poser prop ?
I'm sure D3D will jump here and check what's going on :)
Thread: Storing information in the scene | Forum: Poser Python Scripting
Thread: Storing information in the scene | Forum: Poser Python Scripting
To set:
parm = Actor.CreateValueParameter('THISFIGUREISHIDDEN')
To remove (--> search for the parameter which name is 'THISFIGUREISHIDDEN' and
Actor.RemoveValueParameter(parm)
Thread: getting point at info ? | Forum: Poser Python Scripting
Thread: automatic texture loading | Forum: Poser Python Scripting
nruddock is right :)
And it will work with any figure... just change the materials in the file (edit the file and read the instruction...)
Thread: getting point at info ? | Forum: Poser Python Scripting
Thanks for the info... and I now I'm curious to see what your scene look like... Dystopian Picnic ?
Thread: getting point at info ? | Forum: Poser Python Scripting
Thread: automatic texture loading | Forum: Poser Python Scripting
I made a simple configuration for Victoria 4. FIlenames should be (no need to have all):
nameblablabla_body_color.jpg
nameblablabla_body_displ.jpg
nameblablabla_body_spec.jpg
nameblablabla_body_bump.jpg
nameblablabla_arm_color.jpg
nameblablabla_arm_displ.jpg
nameblablabla_arm_spec.jpg
nameblablabla_arm_displ.jpg
Save the attached file on your desktop and rename the extension .txt to .py
Open Poser and load V4 - be sure to have the figure selected.
From File menu, run python scripts and browse for the attached file (alternatively, you can add the script in your scripts menu).
You will be asked to locate the folder where the files are.
Now, how to customize...
Open the file in a text editor and follow the instructions... hope it's clear enough (the script is commented).
Last thing... I only added the ability to add the texture and change the default value (diffuse color, specular color, bump and displacement).
Thread: automatic texture loading | Forum: Poser Python Scripting
I think the idea here is to automate the creation of material collection (or MAT pose).
What version of Poser ? (just to know how I will do it).
Thread: automatic texture loading | Forum: Poser Python Scripting
Yes, this is possible.
How would you select the textures ? Select them one bo one or just give a folder containing all the textures ?
Edit: BB was faster :)
Thread: getting point at info ? | Forum: Poser Python Scripting
poser.Scene().CurrentActor().ParameterByCode(poser.kParmCodePOINTAT)
This just tells if an actor is pointing at something... but is it possible to know to what ?
Thread: getting point at info ? | Forum: Poser Python Scripting
If someone knows how to do it, I would be glad to know too :)
But... the only way I could think would be to save the scene and read the scene file.
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.
Thread: Does anyone know of a batch installer for Daz files that WORKS? | Forum: Poser - OFFICIAL