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
ee29d3dc
Commit
ee29d3dc
authored
14 years ago
by
Aurel W
Browse files
Options
Downloads
Patches
Plain Diff
Minor formating errors.
parent
4d130f78
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
io_mesh_raw/export_raw.py
+2
-2
2 additions, 2 deletions
io_mesh_raw/export_raw.py
io_mesh_raw/import_raw.py
+4
-4
4 additions, 4 deletions
io_mesh_raw/import_raw.py
with
6 additions
and
6 deletions
io_mesh_raw/export_raw.py
+
2
−
2
View file @
ee29d3dc
...
@@ -27,8 +27,8 @@ listed on each line. In addition, also quads can be exported as a line
...
@@ -27,8 +27,8 @@ listed on each line. In addition, also quads can be exported as a line
of 12 values (this was the default before blender 2.5). Now default
of 12 values (this was the default before blender 2.5). Now default
settings will triangulate the mesh.
settings will triangulate the mesh.
Usage:
<br>
Usage:
Execute this script from the
"
File->Export
"
menu. You can select
Execute this script from the
"
File->Export
"
menu. You can select
whether modifiers should be applied and if the mesh is triangulated.
whether modifiers should be applied and if the mesh is triangulated.
"""
"""
...
...
This diff is collapsed.
Click to expand it.
io_mesh_raw/import_raw.py
+
4
−
4
View file @
ee29d3dc
...
@@ -28,12 +28,12 @@ imported as a quad. This may be in conflict with some other
...
@@ -28,12 +28,12 @@ imported as a quad. This may be in conflict with some other
applications, which use a raw format, but this is how it was
applications, which use a raw format, but this is how it was
implemented back in blender 2.42.
implemented back in blender 2.42.
Usage:
<br>
Usage:
Execute this script from the
"
File->Import
"
menu and choose a Raw file to
Execute this script from the
"
File->Import
"
menu and choose a Raw file to
open.
open.
Notes:
<br>
Notes:
Generates the standard verts and faces lists, but without duplicate
Generates the standard verts and faces lists, but without duplicate
verts. Only *exact* duplicates are removed, there is no way to specify a
verts. Only *exact* duplicates are removed, there is no way to specify a
tolerance.
tolerance.
"""
"""
...
...
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