Forum: Poser - OFFICIAL


Subject: New Reality (lux render) Plugin over at Daz...time for Poser Plugin Update?

Ridley5 opened this issue on Jul 26, 2010 · 1724 posts


bagginsbill posted Wed, 04 August 2010 at 4:49 PM

Quote -
@bagginsbill: Imported your BBLuxMat in this version. Can you please check if it is ok? (Sourcelines 110-132)

Not quite. The way you're calling it, without an item name, will not produce named materials.

You want to pass an item name and it can't be just the actor name unless it's a simple prop. For figures, you should pass the figure name. Otherwise, when there are multiple figures you'll end up with only one of each material shared among multiple figures that happen to have the same material names.

In my last upload, it has this:

  figure = self.actor.ItsFigure()<br></br>
  if figure:<br></br>
   matKey = figure.Name()<br></br>
  else:<br></br>
   matKey = actor.Name()<br></br>
  mc = MatConverter(mat, matKey)<br></br>
  mc.eval()<br></br><br></br>

Use something like that.


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)