Forum: Poser Python Scripting


Subject: anyone using Python with Visual Studio?

Fugazi1968 opened this issue on Oct 10, 2013 · 4 posts


Fugazi1968 posted Thu, 10 October 2013 at 6:32 AM

Hi all

I have visual studio with a python plugin so that I can write python applications using visual studio.  Which is quite handy for me because I use VS at work all the time to make various applications for the business.

The question is, does anyone know how to get the visual studio environment to "import Poser"?

Simply adding it as a command at hte beginning of the script doesn't work, because the VS Python environment doesn't recognise it.  So how do I get it to pick it up?

Any suggestions would be very much appreciated :)

John

Fugazi (without the aid of a safety net)

https://www.facebook.com/Fugazi3D


svdl posted Sun, 20 October 2013 at 6:38 AM

Yeah, this is one of my main gripes about PoserPython. No autocomplete, no syntax highlighting.

It may be possible to write a wrapper using the Poser SDK that e-on is using for Vue, but as far as I know that SDK is not publicly available.

The pen is mightier than the sword. But if you literally want to have some impact, use a typewriter

My gallery   My freestuff


Fugazi1968 posted Mon, 21 October 2013 at 8:09 AM

thanks for the reply svdl

That's a great shame, it would make life considerably easier :)

John

Fugazi (without the aid of a safety net)

https://www.facebook.com/Fugazi3D


timarender posted Tue, 22 October 2013 at 4:04 PM

Does these help?  http://ironpython.net/tools/   or   http://pytools.codeplex.com/