Changes between Initial Version and Version 1 of Ticket #1116
- Timestamp:
- 01/06/13 10:47:34 (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1116 – Description
initial v1 1 1 When you do something like that: 2 2 3 4 {{{ 3 5 room = soy.scenes.Room(1.0) 4 6 room['cube1'] = soy.bodies.Box() 5 7 j = soy.joints.Fixed(room['cube1'], room) 6 8 j.material = soy.materials.Colored('red') 9 }}} 10 7 11 8 12 You will get a ton of CRITICAL **: assertion failed errors



