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 2:23 PM Forum Coordinator

FVerbaas posted at 9:12PM Mon, 30 December 2019 - #4374978

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

Wait a minute: _check _is a checkbox that can be checked, or not.

morphname is a string which was just assembled, with incrementing counter, which makes no sense as a value for a checkbox.

Does that string not need to go into the text box obj?