Forum Coordinators: RedPhantom
Poser - OFFICIAL F.A.Q (Last Updated: 2025 Feb 01 9:10 pm)
Snarleygribbley's Scene Fixer will do this for you with a single click and you can set it to whatever value you please.
Available at: http://www.snarlygribbly.org/3d/forum/
Copy the text below the line and paste it into an empty text editor document, save it as something meaningful (e.g. TextFilt_OFF.py), making 100% sure it has the .py extension.
If you're on P9 or PP2012, change the number in brackets on the last line to 4.0: this changes texture filtering to CRISP.
import poser
for actor in poser.Scene().Actors():
if (actor.Materials()):
for material in actor.Materials():
tree = material.ShaderTree()
for node in tree.Nodes():
if (node.Type() == "image_map"):
inp = node.Input(13)
inp.SetFloat(1.0)
Windows 10 x64 Pro - Intel Xeon E5450 @ 3.00GHz (x2)
PoserPro 11 - Units: Metres
Adobe CC 2017
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.
Is there a Python Script for Turning off texture Filtering?
My old brain tells me there may beonefrom many moons ago,
Thanks
"That government is best which governs the least, because its people discipline themselves."
Thomas Jefferson