Wed, Nov 27, 6:58 PM CST

Renderosity Forums / Poser Python Scripting



Welcome to the Poser Python Scripting Forum

Forum Moderators: Staff

Poser Python Scripting F.A.Q (Last Updated: 2024 Sep 18 2:50 am)

We now have a ProPack Section in the Poser FreeStuff.
Check out the new Poser Python Wish List thread. If you have an idea for a script, jot it down and maybe someone can write it. If you're looking to write a script, check out this thread for useful suggestions.

Also, check out the official Python site for interpreters, sample code, applications, cool links and debuggers. This is THE central site for Python.

You can now attach text files to your posts to pass around scripts. Just attach the script as a txt file like you would a jpg or gif. Since the forum will use a random name for the file in the link, you should give instructions on what the file name should be and where to install it. Its a good idea to usually put that info right in the script file as well.

Checkout the Renderosity MarketPlace - Your source for digital art content!



Subject: Scalable textures


dmartin ( ) posted Sun, 05 August 2001 at 1:46 AM · edited Mon, 25 November 2024 at 9:36 PM

Does any one have or know of A script where you can scale textures such as A brick wall or tiles for A floor like you can in TS or Bryce for poser? Thanks


Mason ( ) posted Mon, 06 August 2001 at 3:25 PM

Scale as in repeating the texture? That would require changing the texture coords of the object, which isn't hard to do. Poser supports coords greater than 1.0. For example, a U of 2.0 means 200% or the texture is repeated twice across the surface. I don't think it would be difficult to write a script that would take the texture coords and multiply by a factor to get a repeat. It might even be done at the material level.


Privacy Notice

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.