From BlenderWiki

Jump to: navigation, search
Note: This is an archived version of the Blender Developer Wiki. The current and active wiki is available on wiki.blender.org.

Hi

This is from today 100612 strange error

The id of a morph is saved in the menu morph. as long as the menu is developers menu it is found

if the menu go's to usersmenu and back to developpers menu the value is changed to None WHY???

====start of console copy====

keyPressed value and type PRESS LEFTMOUSE >>>hand L172 get_morph_at_pointer morph = MenuItem(input) World(800@600)


>>>>>>> hand.py in process_mouse_down morph and morph to grab MenuItem(input) Menu(node)

=L384= menu.py mouse_down_left of Trigger; self = MenuItem(input) pos = 28@302 my action = StringField =L385= root is World(800@600) self.action = StringField

======PKHG============= the good value is ==========

MENU contains ==> stringField_ID value = 211056112

check_contains finished




> InputStringMorph("for testeing ID values")

morph has been grabbed I am leaving the area of the morph

=======cutting output =

========end cutting output ===

keyPressed value and type PRESS LEFTMOUSE >>>hand L172 get_morph_at_pointer morph = MenuItem(input) World(800@600)


>>>>>>> hand.py in process_mouse_down morph and morph to grab MenuItem(input) Menu(node)

=L384= menu.py mouse_down_left of Trigger; self = MenuItem(input) pos = 27@299 my action = StringField =L385= root is World(800@600) self.action = StringField

wrong value ???? ==lookhere: NONE ??? why??? ====

MENU contains ==> stringField_ID value = None

check_contains finished



why not found????




> InputStringMorph("for testeing ID values")
=======end=