Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-03-29 10:19:48 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-03-29 10:19:48 +0400
commit58c2bec4eb2d8c4f2a29a37179fbd3d050814f79 (patch)
tree502f144e8fcad2b68b822e710573ddfdd8fab102 /io_scene_x3d
parent1d838454afb884cf7b288afc7b6915c779230ecb (diff)
work in progress addon: demo mode, use for easy setup for looping over blend files, rendering, playing, switching screens.
Diffstat (limited to 'io_scene_x3d')
-rw-r--r--io_scene_x3d/import_x3d.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_scene_x3d/import_x3d.py b/io_scene_x3d/import_x3d.py
index 389ffe2c..300a6568 100644
--- a/io_scene_x3d/import_x3d.py
+++ b/io_scene_x3d/import_x3d.py
@@ -144,7 +144,7 @@ def vrmlFormat(data):
data = data.replace('}', '\n}\n')
data = data.replace('[', '\n[\n')
data = data.replace(']', '\n]\n')
- data = data.replace(',', ' , ') # make sure comma's seperate
+ data = data.replace(',', ' , ') # make sure comma's separate
if EXTRACT_STRINGS:
# add strings back in