From 9f441976a24eb818926ee8e5fcc94437e4f2e90c Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 22 Jan 2008 00:56:35 +0000 Subject: outliner messed up shift+clicking on linked objects - would display their library path rather then selecting them. displaying library path could be useful but should add elsewhere. --- release/scripts/object_drop.py | 5 +++-- release/scripts/object_timeofs_follow_act.py | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'release') diff --git a/release/scripts/object_drop.py b/release/scripts/object_drop.py index 4ea8bde2ca8..63a0bd574fb 100644 --- a/release/scripts/object_drop.py +++ b/release/scripts/object_drop.py @@ -1,7 +1,7 @@ #!BPY """ Name: 'Drop Onto Ground' -Blender: 243 +Blender: 245 Group: 'Object' Tooltip: 'Drop the selected objects onto "ground" objects' """ @@ -221,4 +221,5 @@ def main(): if __name__ == '__main__': main() -GLOBALS.clear() \ No newline at end of file +GLOBALS.clear() + diff --git a/release/scripts/object_timeofs_follow_act.py b/release/scripts/object_timeofs_follow_act.py index c81cb7296e7..83863da7d8f 100644 --- a/release/scripts/object_timeofs_follow_act.py +++ b/release/scripts/object_timeofs_follow_act.py @@ -13,7 +13,7 @@ __bpydoc__= """ """ # -------------------------------------------------------------------------- -# Drop Objects v1.0 by Campbell Barton (AKA Ideasman42) +# TimeOffset follow Active v1.0 by Campbell Barton (AKA Ideasman42) # -------------------------------------------------------------------------- # ***** BEGIN GPL LICENSE BLOCK ***** # -- cgit v1.2.3