Ticket #1116 (new defect)
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
Note: See
TracTickets for help on using
tickets.



