Forum Moderators: Staff
Poser Python Scripting F.A.Q (Last Updated: 2024 Sep 18 2:50 am)
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.
I ran across this annoying bug when setting a texture map string in an ImageMap node. Here's what I'm doing in Python:
Everything get sets just fine, but when I go into the material room or render, it says it can't find the .jpg file even though it's listed correctly in the node. This only happens when I try to set an image file that has previously been loaded into the Poser scene. If I assign a completely new image file to the Image node via Python, no problem.
I suspect this relates to bugs with how poser is cacheing files and it's getting confused when you set an image via Python that is already in the cache.
Thoughts?