crash when using ShowBase oobe method

Bug #921673 reported by consultit
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Panda3D
Fix Released
Medium
David Rose

Bug Description

on direct/showbase/ShowBase.py in oobe method definition there is the line

   self.oobeTrackball = NodePath(Trackball('oobeTrackball'), 1)

that causes a crash (no such kind of NodePath costructor), I think should be changed in

   self.oobeTrackball = NodePath(Trackball('oobeTrackball'))

Revision history for this message
rdb (rdb) wrote :

David already fixed this on the trunk.

Changed in panda3d:
assignee: nobody → David Rose (droklaunchpad)
importance: Undecided → Medium
milestone: none → 1.8.1
status: New → Fix Committed
rdb (rdb)
Changed in panda3d:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.