We couldn't find any threads matching the specified search criteria.
9 comments found!
Yes, Poser 4 Pro Pack is required for the upgrade price. If you don't have the Pro Pack the price is $179.
Cheers,
-Jack
Thread: What does this error message mean? | Forum: Poser - OFFICIAL
Thread: Pythong light deletion? | Forum: Poser Python Scripting
Actually you can delete lights. It's a little obfuscated, but it is possible. Try this: scene = poser.Scene() actor = scene.Actor("Light 1") scene.SelectActor(actor) scene.DeleteCurrentProp() -Jackmon
Thread: Delete method | Forum: Poser Python Scripting
To delete an actor you should first make it the current actor (scene.SelectActor()), and then call scene.DeleteProp(). Not as clean as it should be but it does work. something like: ball = scene.Actor("ball_1") scene.SelectActor(ball) scene.DeleteCurrentProp()
Thread: Script idea | Forum: Poser Python Scripting
Thread: MovieMaker Object... | Forum: Poser Python Scripting
You can use the scene.SaveImage() method and loop over the frame range you wish to render.
Thread: PoserPython ought to include.... | Forum: Poser Python Scripting
Just wanted to thank everyone on the forum and those who've been in contact with me via email for their suggestions and critiques. You guys have been the major motivation for the Python additions and fixes (and they are pretty numerous) in the soon-to-be-appearing update. We probably haven't been able to add every request received, but we've added a lot. Specifically spline/linear/constant control over animation curves has been added, as has actor key-framing. Per figure unimesh support has been added, so you can create a single per-figure geometry (especially useful for export or game development). Fixes to the ImExporter methods. Geometry tex vert/set/poly support. Weld goals. Vertex weights. And lots of other fixes and additions... And we'll keep going. As you guys keep pushing the limits of the technology, we'll keep fortifying the foundation. Keep up the amazing work. Thanks again, Jack Walther Python Guy, Curious Labs
Thread: Python script | Forum: Poser Python Scripting
Attached Link: http://python.org/doc/howto/rexec/rexec.html
Also looking into using Python's restricted execution mode to test scripts... Not sure quite how this works.. Anyone used it.Thread: Python script | Forum: Poser Python Scripting
It should be fairly simple to write something that would scan through a script in question and look for key-words that are potentially dangerous... i.e. commands that create, modify, or delete files, etc. Such a scanner could be written in Python itself.
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: Poser 5 Pro Pack Upgrade Now Available for 3ds Max | Forum: Poser - OFFICIAL