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

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDalai Felinto <dfelinto@gmail.com>2018-04-17 19:18:26 +0300
committerDalai Felinto <dfelinto@gmail.com>2018-04-17 19:18:32 +0300
commite6a5a2a679b3502505810ddb72423ab9f3098fee (patch)
tree91e016199fd694945a4918fc645575f01e15bf70 /space_view3d_copy_attributes.py
parentb4a92f139628b421c711d64e7f2f31b6687c3017 (diff)
A few addons related cleanup after BGE removal
Diffstat (limited to 'space_view3d_copy_attributes.py')
-rw-r--r--space_view3d_copy_attributes.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/space_view3d_copy_attributes.py b/space_view3d_copy_attributes.py
index 7e810da1..3e5f3077 100644
--- a/space_view3d_copy_attributes.py
+++ b/space_view3d_copy_attributes.py
@@ -383,11 +383,6 @@ def obCol(ob, active, context):
ob.color = active.color
-def obMas(ob, active, context):
- ob.game.mass = active.game.mass
- return('INFO', "Mass copied")
-
-
def obLok(ob, active, context):
for index, state in enumerate(active.lock_location):
ob.lock_location[index] = state
@@ -509,8 +504,6 @@ object_copies = (
"Copy Dupli from Active to Selected", obDup),
('obj_col', "Object Color",
"Copy Object Color from Active to Selected", obCol),
- ('obj_mas', "Mass",
- "Copy Mass from Active to Selected", obMas),
# ('obj_dmp', "Damping",
# "Copy Damping from Active to Selected"),
# ('obj_all', "All Physical Attributes",