separated primitives operators for export and import to their own python file.

This commit is contained in:
Maurice Raybaud 2015-12-28 18:56:41 +01:00
parent c0a273d1e7
commit b12e3ddf81
2 changed files with 3 additions and 1490 deletions

View File

@ -36,6 +36,7 @@ if "bpy" in locals():
import importlib
importlib.reload(ui)
importlib.reload(render)
importlib.reload(primitives)
importlib.reload(update_files)
else:
@ -59,6 +60,7 @@ else:
from . import (
ui,
render,
primitives,
update_files,
)

File diff suppressed because it is too large Load Diff