Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDalai Felinto <dfelinto@gmail.com>2011-12-21 06:41:27 +0400
committerDalai Felinto <dfelinto@gmail.com>2011-12-21 06:41:27 +0400
commit056c49e9ec53849f75aa091f9a98638e77eb82f5 (patch)
tree5946a35e6eb0e1144d809eca3755c5d30dca9f9a /release
parent0e4f1ad43d74d5ed277b65b96cd6c5f51c51739c (diff)
Patch [#29654] New menu option under Object > Game with "Copy All Physics Attributes" by Daniel Macedo
"This is a patch that adds an option under the menu Object > Game to copy all the physics attributes from Game Engine."
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_view3d.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/startup/bl_ui/space_view3d.py b/release/scripts/startup/bl_ui/space_view3d.py
index 5444ad327a9..57bde4eb0dd 100644
--- a/release/scripts/startup/bl_ui/space_view3d.py
+++ b/release/scripts/startup/bl_ui/space_view3d.py
@@ -993,6 +993,7 @@ class VIEW3D_MT_object_game(Menu):
layout = self.layout
layout.operator("object.logic_bricks_copy", text="Copy Logic Bricks")
+ layout.operator("object.game_physics_copy", text="Copy Physics Properties")
layout.separator()