Mouse control broken in r450

Tech support and suggestions forum. If you only have a basic question on how to get started, please use the "newbies" forum in the community section.

Moderator: joepal

Mouse control broken in r450

Postby mkeyl » Sat Dec 12, 2009 11:16 am

Hi all,

since r450 it is impossible to move and rotate the model with the mouse. The culprit seems to be line 96 in main.py:

Code: Select all
gui3d.Object(self, "data/3dobjs/backgroundbox.obj", position = [0, 0, -89.99])


changing -89.99 back to -90.00 solves the problem

Code: Select all
 gui3d.Object(self, "data/3dobjs/backgroundbox.obj", position = [0, 0, -90.00])


Another question: Why the gender is preset to male in this rev (rather than neutral)?
mkeyl
 
Posts: 4
Joined: Thu May 21, 2009 3:50 pm

Re: Mouse control broken in r450

Postby Manuel » Tue Dec 15, 2009 4:16 pm

Both fixed. Thx.

Manuel
Manuel
 


Return to Bugs, problems and feature requests

Who is online

Users browsing this forum: No registered users and 1 guest