Forum: Poser Python Scripting


Subject: Flipping Normals

redspark opened this issue on Jun 21, 2020 ยท 13 posts


adp001 posted Mon, 22 June 2020 at 10:59 AM

On the other side: We have direct access to normals:

for n in geom.Normals():
  print n.X(), n.Y(), n.Z()
  n.SetX(...)