[Bf-codereview] Bullet Integration (issue 7092051)

sergej.reich at googlemail.com sergej.reich at googlemail.com
Mon Jan 14 21:17:44 CET 2013


Reviewers: bf-codereview_blender.org,

Description:
This adds rigid body simulation to blender, developed during Aligorith's
and my GSoC projects.
Should apply and compile with current trunk.
Only limitation is that WITH_BULLET needs to be true.
More info here:
http://wiki.blender.org/index.php/User:Sergof/GSoC2012/Design

Please review this at https://codereview.appspot.com/7092051/

Affected files:
   intern/cycles/blender/addon/ui.py
   release/scripts/startup/bl_operators/__init__.py
   release/scripts/startup/bl_operators/rigidbody.py
   release/scripts/startup/bl_ui/__init__.py
   release/scripts/startup/bl_ui/properties_physics_common.py
   release/scripts/startup/bl_ui/properties_physics_rigidbody.py
   release/scripts/startup/bl_ui/properties_physics_rigidbody_constraint.py
   release/scripts/startup/bl_ui/properties_scene.py
   release/scripts/startup/bl_ui/space_time.py
   release/scripts/startup/bl_ui/space_view3d_toolbar.py
   source/blender/CMakeLists.txt
   source/blender/SConscript
   source/blender/blenkernel/BKE_pointcache.h
   source/blender/blenkernel/BKE_rigidbody.h
   source/blender/blenkernel/CMakeLists.txt
   source/blender/blenkernel/SConscript
   source/blender/blenkernel/intern/depsgraph.c
   source/blender/blenkernel/intern/object.c
   source/blender/blenkernel/intern/pointcache.c
   source/blender/blenkernel/intern/rigidbody.c
   source/blender/blenkernel/intern/scene.c
   source/blender/blenlib/BLI_math_matrix.h
   source/blender/blenlib/intern/math_matrix.c
   source/blender/blenloader/intern/readfile.c
   source/blender/blenloader/intern/writefile.c
   source/blender/editors/include/ED_physics.h
   source/blender/editors/object/object_add.c
   source/blender/editors/object/object_edit.c
   source/blender/editors/object/object_ops.c
   source/blender/editors/physics/CMakeLists.txt
   source/blender/editors/physics/SConscript
   source/blender/editors/physics/physics_intern.h
   source/blender/editors/physics/physics_ops.c
   source/blender/editors/physics/rigidbody_constraint.c
   source/blender/editors/physics/rigidbody_object.c
   source/blender/editors/space_time/space_time.c
   source/blender/makesdna/DNA_object_types.h
   source/blender/makesdna/DNA_rigidbody_types.h
   source/blender/makesdna/DNA_scene_types.h
   source/blender/makesdna/DNA_space_types.h
   source/blender/makesdna/intern/makesdna.c
   source/blender/makesrna/RNA_access.h
   source/blender/makesrna/RNA_enum_types.h
   source/blender/makesrna/SConscript
   source/blender/makesrna/intern/CMakeLists.txt
   source/blender/makesrna/intern/makesrna.c
   source/blender/makesrna/intern/rna_internal.h
   source/blender/makesrna/intern/rna_object.c
   source/blender/makesrna/intern/rna_object_force.c
   source/blender/makesrna/intern/rna_rigidbody.c
   source/blender/makesrna/intern/rna_scene.c
   source/blender/makesrna/intern/rna_space.c
   source/blender/rigidbody/CMakeLists.txt
   source/blender/rigidbody/RBI_api.h
   source/blender/rigidbody/SConscript
   source/blender/rigidbody/rb_bullet_api.cpp
   source/blenderplayer/bad_level_call_stubs/stubs.c
   source/creator/CMakeLists.txt




More information about the Bf-codereview mailing list