Forum Moderators: Staff
Poser Python Scripting F.A.Q (Last Updated: 2024 Sep 18 2:50 am)
Quote - Some little questions: 1° Using Python, is it possible to apply the grouping tool: "Create UV from perspective" ?
2° Is it possible to deal with picture with the actual Python version ? What I want is get an "average" color from an imageMap. I know I should use PIL, but I don't have a compiled version for MAC. So, if I want to create a MAC/PC python scripts that deals with pictures, how do I do that ?
3° Do you know of an application that create the "dialogs" in xml (visually) ? I know PoseWorks has the pzrXML dialog class, but is ît compatible with Mac ?
Quote - I searched a bit but... how do the user from MAC get a compiled version of PIL ? I'm on PC and, for Windows, the compiled version exist. For what I know, there is no compiled verison for Mac to download.
It's all done from the source package, plus dependancy installs AFAICT -> http://tomster.org/blog/archive/2005/10/13/pil-on-mac-os-x
I don't know enough about the different Mac binary formats and OS versions to comment on whether or not providing a precompiled library is possible, sensible, or even desirable.
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.
Hi all...
Some little questions:
1° Using Python, is it possible to apply the grouping tool: "Create UV from perspective" ?
2° Is it possible to deal with picture with the actual Python version ? What I want is get an "average" color from an imageMap. I know I should use PIL, but I don't have a compiled version for MAC. So, if I want to create a MAC/PC python scripts that deals with pictures, how do I do that ?
3° Do you know of an application that create the "dialogs" in xml (visually) ? I know PoseWorks has the pzrXML dialog class, but is ît compatible with Mac ?