Ticket #1116 (new defect)

Opened 5 months ago

Last modified 5 months ago

Errors when connecting joint to Scene

Reported by: DarrielKremov Owned by:
Priority: Medium Milestone: beta3
Component: soy.joints Version: Trunk
Keywords: Cc:

Description (last modified by DarrielKremov) (diff)

When you do something like that:

room = soy.scenes.Room(1.0)
room['cube1'] = soy.bodies.Box()
j = soy.joints.Fixed(room['cube1'], room)
j.material = soy.materials.Colored('red')

You will get a ton of CRITICAL : assertion failed errors

Change History

comment:1 Changed 5 months ago by DarrielKremov

  • Description modified (diff)
Note: See TracTickets for help on using tickets.