Forum: Poser Python Scripting


Subject: WIP: Poser <-> Blender Bridge

adp001 opened this issue on Dec 27, 2019 ยท 92 posts


FVerbaas posted Mon, 30 December 2019 at 9:27 AM Forum Coordinator

adp001 posted at 4:26PM Mon, 30 December 2019 - #4374976

SetLabel isn't right. But the wrong obj is changed. It has to be:

check.SetValue(morphname)
# **not** obj.SetValue

OK. Will change