Forum: Poser Python Scripting


Subject: Looking at each point in geometry mesh

Anthony Appleyard opened this issue on May 24, 2017 ยท 5 posts


PhilC posted Wed, 24 May 2017 at 1:30 AM

geometry = poser.Scene().CurrentActor().Geometry()

geometry.Vertex(index) Returns the local space Poser vertex object with the designated index.

geometry.WorldVertex(index) Returns a world space vertex object by specifying its index. If no world space data is available, the function will return None.