Crash in current nightly

This forum is aimed at user contributions, in the form of assets, side projects, code patches and similar.

Moderator: joepal

Crash in current nightly

Postby joepal » Sun Dec 18, 2011 4:14 pm

In nightly checked out as of now:

Code: Select all
TypeError: 'in <string>' requires string as left operand, not NoneType
Traceback (most recent call last):
  File "./core/gui3d.py", line 1244, in onMouseMovedCallback
    object.callEvent('onMouseMoved', event)
  File "./core/events3d.py", line 167, in callEvent
    getattr(self, eventType)(event)
  File "main.py", line 535, in onMouseMoved
    self.tool.callEvent("onMouseMoved", event)
  File "./core/events3d.py", line 167, in callEvent
    getattr(self, eventType)(event)
  File "./apps/gui/guidetailmodelling.py", line 482, in onMouseMoved
    if part in g.name:
TypeError: 'in <string>' requires string as left operand, not NoneType


This happened with the exact steps 1. Open application, 2. Switch to details tab, 3. move mouse pointer over character
Joel Palmius (LinkedIn)
MakeHuman Infrastructure Manager
http://www.palmius.com/joel
joepal
 
Posts: 4473
Joined: Wed Jun 04, 2008 11:20 am

Re: Crash in current nightly

Postby mflerackers » Sun Dec 18, 2011 11:41 pm

My guess is that the new helper geometry which was added does not return a "part" in human.getPartNameForGroupName, which causes part to be null.
MakeHuman project Developer
mflerackers
 
Posts: 636
Joined: Thu Feb 05, 2009 11:53 am
Location: Kyoto

Re: Crash in current nightly

Postby ThomasL » Wed Dec 21, 2011 4:01 am

Fixed in svn, a few days ago.
ThomasL
 
Posts: 1139
Joined: Tue Sep 15, 2009 2:46 am


Return to User contributions

Who is online

Users browsing this forum: No registered users and 1 guest