[Bf-extensions-cvs] [104360a0] blender2.8: object_facemap_auto: disable reload development option

Campbell Barton noreply at git.blender.org
Tue Oct 16 00:54:49 CEST 2018


Commit: 104360a05a97625bceeefb2503ded56f9c22a823
Author: Campbell Barton
Date:   Tue Oct 16 09:54:26 2018 +1100
Branches: blender2.8
https://developer.blender.org/rBAC104360a05a97625bceeefb2503ded56f9c22a823

object_facemap_auto: disable reload development option

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

M	object_facemap_auto/__init__.py

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

diff --git a/object_facemap_auto/__init__.py b/object_facemap_auto/__init__.py
index d5e4ae34..18a835fd 100644
--- a/object_facemap_auto/__init__.py
+++ b/object_facemap_auto/__init__.py
@@ -36,7 +36,7 @@ submodules = (
 )
 
 # reload at runtime, for development.
-USE_RELOAD = True
+USE_RELOAD = False
 USE_VERBOSE = False
 
 from bpy.utils import register_submodule_factory



More information about the Bf-extensions-cvs mailing list