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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
blender
blender-addons-contrib
Commits
12720e90
Commit
12720e90
authored
Aug 2, 2013
by
Oscurart Eugenio Pignataro
Browse files
Options
Downloads
Patches
Plain Diff
Code Cleanup
parent
2062d0f2
No related branches found
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
oscurart_mesh_cache_tools.py
+59
-66
59 additions, 66 deletions
oscurart_mesh_cache_tools.py
with
59 additions
and
66 deletions
oscurart_mesh_cache_tools.py
+
59
−
66
View file @
12720e90
...
...
@@ -61,7 +61,6 @@ def OscFuncExportPc2(self):
end
=
bpy
.
context
.
scene
.
muu_pc2_end
folderpath
=
bpy
.
context
.
scene
.
muu_pc2_folder
for
ob
in
bpy
.
data
.
groups
[
bpy
.
context
.
scene
.
muu_pc2_group
].
objects
[:]:
pc2list
=
[]
if
ob
.
type
==
"
MESH
"
:
...
...
@@ -180,7 +179,6 @@ def OscLinkedGroupToLocal():
if
MODIFIER
.
type
==
"
SUBSURF
"
or
MODIFIER
.
type
==
"
MASK
"
:
ob
.
modifiers
.
remove
(
MODIFIER
)
class
OscGroupLinkedToLocal
(
bpy
.
types
.
Operator
):
bl_idname
=
"
group.linked_group_to_local
"
bl_label
=
"
Group Linked To Local
"
...
...
@@ -191,7 +189,6 @@ class OscGroupLinkedToLocal(bpy.types.Operator):
OscLinkedGroupToLocal
()
return
{
'
FINISHED
'
}
def
register
():
bpy
.
utils
.
register_module
(
__name__
)
...
...
@@ -200,7 +197,3 @@ def unregister():
if
__name__
==
"
__main__
"
:
register
()
\ No newline at end of file
import
bpy
\ No newline at end of file
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