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.
This commit is contained in:
@@ -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()
|
||||
GLOBALS.clear()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user