Forum: Poser - OFFICIAL


Subject: Displacement Question

Shadow_Fyre opened this issue on Feb 04, 2009 · 24 posts


bagginsbill posted Thu, 05 February 2009 at 12:59 PM

Here's a handy variation I find useful. I mostly only want to rename image maps. So I made a copy of that script and changed one line so that I don't have to wade through a bunch of nodes - just those that are images.

I'm not allowed to distribute a modified version, but you can hack yours easily.

Look for the first line in the AskNode method. It looks like this:

nodes = shaderTree.Nodes()

change it to this:

nodes = **[node for node in shadertree.Nodes() if node.Type() == poser.kNodeTypeCodeIMAGEMAP]

**NOTE: That has to be all one line. This forum may wrap that into two lines.


Renderosity forum reply notifications are wonky. If I read a follow-up in a thread, but I don't myself reply, then notifications no longer happen AT ALL on that thread. So if I seem to be ignoring a question, that's why. (Updated September 23, 2019)