[Bf-extensions-cvs] [9c3b825] master: Rename export_fbx_bin_utils to fbx_utils, since some of its content will be used by importer as well.

Bastien Montagne noreply at git.blender.org
Sun May 11 12:45:49 CEST 2014


Commit: 9c3b825a7f8581060b706b5d3273826c9d460e6c
Author: Bastien Montagne
Date:   Sun May 11 11:46:39 2014 +0200
https://developer.blender.org/rBA9c3b825a7f8581060b706b5d3273826c9d460e6c

Rename export_fbx_bin_utils to fbx_utils, since some of its content will be used by importer as well.

===================================================================

M	io_scene_fbx/export_fbx_bin.py
D	io_scene_fbx/export_fbx_bin_utils.py
A	io_scene_fbx/fbx_utils.py

===================================================================

diff --git a/io_scene_fbx/export_fbx_bin.py b/io_scene_fbx/export_fbx_bin.py
index f62e30e..ff43d56 100644
--- a/io_scene_fbx/export_fbx_bin.py
+++ b/io_scene_fbx/export_fbx_bin.py
@@ -35,7 +35,7 @@ import bpy_extras
 from mathutils import Vector, Matrix
 
 from . import encode_bin, data_types
-from .export_fbx_bin_utils import (
+from .fbx_utils import (
     # Constants.
     FBX_VERSION, FBX_HEADER_VERSION, FBX_SCENEINFO_VERSION, FBX_TEMPLATES_VERSION,
     FBX_MODELS_VERSION,
diff --git a/io_scene_fbx/export_fbx_bin_utils.py b/io_scene_fbx/fbx_utils.py
similarity index 100%
rename from io_scene_fbx/export_fbx_bin_utils.py
rename to io_scene_fbx/fbx_utils.py



More information about the Bf-extensions-cvs mailing list