17 threads found!
Thread | Author | Replies | Views | Last Reply |
---|---|---|---|---|
maur_2005 | 4 | 222 | ||
maur_2005 | 2 | 161 | ||
maur_2005 | 13 | 686 | ||
maur_2005 | 9 | 583 | ||
maur_2005 | 9 | 570 | ||
maur_2005 | 7 | 291 | ||
maur_2005 | 10 | 259 | ||
maur_2005 | 2 | 148 | ||
maur_2005 | 6 | 197 | ||
maur_2005 | 4 | 167 | ||
maur_2005 | 4 | 227 | ||
maur_2005 | 10 | 723 | ||
maur_2005 | 2 | 529 | ||
maur_2005 | 5 | 382 | ||
maur_2005 | 4 | 277 |
34 comments found!
RedPhantom posted at 3:05PM Tue, 25 February 2020 - #4381612
What kind of lights are you using?
one IBL light, one spot light and two infinite
Thread: How to select all figures in a group | Forum: Poser Python Scripting
Thanks Adp that code works pretty well, but the only problem is that it returns a list of actors instead of a list of figures. For example, returns:
Room, Studio_A, Body, Body, Body, Body
Thread: How to select all figures in a group | Forum: Poser Python Scripting
thanks for your reply, I have a lot of scenes where the figures are already grouped.. Is there any way to select the figures from the group? or what is the right way to select a group in python?
Thread: Poser comic preview is not so accurate | Forum: New Poser Users Help
Thread: How to move the lights into a room | Forum: New Poser Users Help
Thanks, I'm using Poser 11 Firefly and I need to put the ligths inside the Building. I tried to hide the ceiling, but now the walls are the main problem.
Thread: Send in the Clones for Poser | Forum: Poser Python Scripting
Thread: Thanslate parameters from Body to hip | Forum: Poser Python Scripting
Thanks, I think I finally solved it, all it's about changing the coordinate system from relative values to absolute values by changing the matrix base
Thread: Getting the same view from dolly/orbiting cameras using Python ? | Forum: Poser Python Scripting
Thank you. You were right, WorldDisplacement() is the key, I think I might figure out
cam = scn.ActorByInternalName("FACE_CAMERA") wd = cam.WorldDisplacement() wdx=di[0] wdy=di[1] wdz=di[2]
Thread: How to change texture of a node from Shader tree? | Forum: Poser Python Scripting
Thread: Demonstrating simple wx.SingleChoiceDialog and wx.MultiChoiceDialog | Forum: Poser Python Scripting
That very useful, thank you.
one question, how can I add an option that allows me to select all?
Thread: Getting the same view from dolly/orbiting cameras using Python ? | Forum: Poser Python Scripting
Thread: How to change texture of a node from Shader tree? | Forum: Poser Python Scripting
Thanks adp001, I will try to do that...
The problem is that I don't know exactly which node the texture is in, sometimes that node is called "Image_Map_1" other times "Image_Map_2" or something like that
Thread: Which Python versions are compatible with Poser? | Forum: Poser Python Scripting
Thread: New Poser Wishlist | Forum: Poser - OFFICIAL
These are my wishes:
Thread: Looking for a Poser Python Scripting Tutorial | Forum: Poser Python Scripting
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: How to move the lights into a room | Forum: New Poser Users Help