Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
blender-addons
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
Commits
11c78553
Commit
11c78553
authored
12 years ago
by
Campbell Barton
Browse files
Options
Downloads
Patches
Plain Diff
rename vrml2 export operator.
parent
e78107c8
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
io_scene_vrml2/__init__.py
+3
-3
3 additions, 3 deletions
io_scene_vrml2/__init__.py
with
3 additions
and
3 deletions
io_scene_vrml2/__init__.py
+
3
−
3
View file @
11c78553
...
@@ -23,7 +23,7 @@ bl_info = {
...
@@ -23,7 +23,7 @@ bl_info = {
"
author
"
:
"
Campbell Barton
"
,
"
author
"
:
"
Campbell Barton
"
,
"
blender
"
:
(
2
,
66
,
0
),
"
blender
"
:
(
2
,
66
,
0
),
"
location
"
:
"
File > Export
"
,
"
location
"
:
"
File > Export
"
,
"
description
"
:
"
Exports
the active
mesh object to VRML2, supporting vertex and material colors
"
,
"
description
"
:
"
Exports mesh object
s
to VRML2, supporting vertex and material colors
"
,
"
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/
"
"
Scripts/Import-Export/VRML2
"
,
"
Scripts/Import-Export/VRML2
"
,
...
@@ -43,9 +43,9 @@ from bpy.props import CollectionProperty, StringProperty, BoolProperty, EnumProp
...
@@ -43,9 +43,9 @@ from bpy.props import CollectionProperty, StringProperty, BoolProperty, EnumProp
from
bpy_extras.io_utils
import
ExportHelper
,
path_reference_mode
from
bpy_extras.io_utils
import
ExportHelper
,
path_reference_mode
class
ExportVRML
(
bpy
.
types
.
Operator
,
ExportHelper
):
class
ExportVRML
(
bpy
.
types
.
Operator
,
ExportHelper
):
"""
Export
a single
object as a VRML2,
"""
\
"""
Export
mesh
object
s
as a VRML2,
"""
\
"""
colors and texture coordinates
"""
"""
colors and texture coordinates
"""
bl_idname
=
"
export_
mesh
.vrml2
"
bl_idname
=
"
export_
scene
.vrml2
"
bl_label
=
"
Export VRML2
"
bl_label
=
"
Export VRML2
"
filename_ext
=
"
.wrl
"
filename_ext
=
"
.wrl
"
...
...
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