[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [2148] contrib/py/scripts/addons/ game_engine_ragdolls_kit/brik.py: Fix for incorrect function name.

Marcus Jenkins funkywyrm at gmail.com
Wed Jul 20 19:14:55 CEST 2011


Revision: 2148
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=2148
Author:   funkywyrm
Date:     2011-07-20 17:14:54 +0000 (Wed, 20 Jul 2011)
Log Message:
-----------
Fix for incorrect function name.

Modified Paths:
--------------
    contrib/py/scripts/addons/game_engine_ragdolls_kit/brik.py

Modified: contrib/py/scripts/addons/game_engine_ragdolls_kit/brik.py
===================================================================
--- contrib/py/scripts/addons/game_engine_ragdolls_kit/brik.py	2011-07-20 12:05:33 UTC (rev 2147)
+++ contrib/py/scripts/addons/game_engine_ragdolls_kit/brik.py	2011-07-20 17:14:54 UTC (rev 2148)
@@ -911,7 +911,7 @@
             for bone in bones:
                 if bone.bone.use_deform:
                     #Create boxes that do not exist
-                    hit_box,volume = create_shape_box(self.hit_box_prefix, armature, bone)
+                    hit_box,volume = create_box_envelope(self.hit_box_prefix, armature, bone)
                     #hit_box = create_box(self.hit_box_prefix, self.hit_box_length, self.hit_box_width, armature, bone)
                     armature['brik_bone_hit_box_dict'][bone.name] = hit_box.name
                 



More information about the Bf-extensions-cvs mailing list