Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
blender-addons-contrib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
blender
blender-addons-contrib
Commits
8e8163bc
Commit
8e8163bc
authored
10 years ago
by
Brendon Murphy
Browse files
Options
Downloads
Patches
Plain Diff
fix for indent error
parent
2f1ac05c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
object_drop_to_ground.py
+3
-3
3 additions, 3 deletions
object_drop_to_ground.py
with
3 additions
and
3 deletions
object_drop_to_ground.py
+
3
−
3
View file @
8e8163bc
...
@@ -20,8 +20,8 @@ bl_info = {
...
@@ -20,8 +20,8 @@ bl_info = {
'
name
'
:
'
Drop to Ground
'
,
'
name
'
:
'
Drop to Ground
'
,
'
author
'
:
'
Unnikrishnan(kodemax), Florian Meyer(testscreenings)
'
,
'
author
'
:
'
Unnikrishnan(kodemax), Florian Meyer(testscreenings)
'
,
'
version
'
:
(
1
,
2
),
'
version
'
:
(
1
,
2
),
"
blender
"
:
(
2
,
63
,
0
),
"
blender
"
:
(
2
,
71
,
0
),
'
location
'
:
'
3D View > Tool
S
helf >
Object Tools Panel (at the bottom)
'
,
'
location
'
:
'
3D View > Tool
s
helf >
Addons Tab
'
,
'
description
'
:
'
Drop selected objects on active object
'
,
'
description
'
:
'
Drop selected objects on active object
'
,
'
warning
'
:
''
,
'
warning
'
:
''
,
'
wiki_url
'
:
'
http://wiki.blender.org/index.php/Extensions:2.6/Py/
'
'
wiki_url
'
:
'
http://wiki.blender.org/index.php/Extensions:2.6/Py/
'
...
@@ -179,7 +179,7 @@ class drop_help(bpy.types.Operator):
...
@@ -179,7 +179,7 @@ class drop_help(bpy.types.Operator):
layout
.
label
(
"
Select the object/s to drop
"
)
layout
.
label
(
"
Select the object/s to drop
"
)
layout
.
label
(
"
Then Shift Select
'
Ground
'"
)
layout
.
label
(
"
Then Shift Select
'
Ground
'"
)
def
execute
(
self
,
context
):
def
execute
(
self
,
context
):
return
{
'
FINISHED
'
}
return
{
'
FINISHED
'
}
def
invoke
(
self
,
context
,
event
):
def
invoke
(
self
,
context
,
event
):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment