Forum Moderators: Staff
Poser Python Scripting F.A.Q (Last Updated: 2024 Sep 18 2:50 am)
Unless Blender can be accessed from an "outside" Python environment, the answer is "no way." Blender Python scripts make use of Blender objects and methods, Poser Python scripts make use of Poser objects and methods. I've tried accessing the Poser objects and methods from a standalone Python installation - no luck. Poser Python only works with the built-in Python environment. I haven't tried accessing Blender objects from a standalone Python installation. If that works, it's possible to run Blender scripts inside the Poser Python environment, unchanged except for an import statement. The only workaround I can think of is setting up communication between Poser and Blender over a TCP/IP socket, exchanging commands. tromnek's PRPC system (PRPC=Poser Remote Procedure Call) works that way. It should be possible to access the PRPC daemon from Blender Python, which gives you the other way around - accessing Poser from Blender.
The pen is mightier than the sword. But if you literally want to have some impact, use a typewriter
Attached Link: http://www.digilab.uni-hannover.de/docs/manual.html#blender
Thank you for your behalf and answers.It's not specifically "one" phyton script, otherwise a different variety, but everything based in the path and movement of cameras of a program to other. Everything begins with the twitter of utilizing the voodoo Camera Tracker, and an option totally free was use the Blender Phyton Script, but I supposed that was not going to be so simple carry it to Poser, I that is why expounded the question, because of that one of the things that I am not, is programmer of phyton precisely;although I am considering the possibility of learning it, that for the limited of my time, I have not done it yet.
Message edited on: 03/06/2006 12:05
Message edited on: 03/06/2006 12:07
Attached Link: http://www.runtimedna.com/mod/forum/messages.php?forum_id=45&ShowMessage=200640
Turns out that the created scripts rely on creating a large number of cameras, and alters the lens characteristics which isn't possible in Poser.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.
Does somebody know how could import a Blender's phyton script to Posers 6 Phyton script?