Forum: Poser Python Scripting


Subject: python: "Find a scene actor by its external name" does not work for me as docume

dennisharoldsen opened this issue on May 07, 2007 · 3 posts


PhilC posted Mon, 07 May 2007 at 8:54 AM

Try using the alternative quote symbol 

' .... in place of .... "

in the line

actor = scene.Actor(“Main Camera”)