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:
Diffstat (limited to 'btrace/__init__.py')
-rw-r--r--btrace/__init__.py38
1 files changed, 19 insertions, 19 deletions
diff --git a/btrace/__init__.py b/btrace/__init__.py
index c1f62512..8f00f2c3 100644
--- a/btrace/__init__.py
+++ b/btrace/__init__.py
@@ -39,27 +39,27 @@ else:
import bpy
from bpy.types import AddonPreferences
from .bTrace_props import (
- TracerProperties,
- addTracerObjectPanel,
- )
+ TracerProperties,
+ addTracerObjectPanel,
+)
from .bTrace import (
- OBJECT_OT_convertcurve,
- OBJECT_OT_objecttrace,
- OBJECT_OT_objectconnect,
- OBJECT_OT_writing,
- OBJECT_OT_particletrace,
- OBJECT_OT_traceallparticles,
- OBJECT_OT_curvegrow,
- OBJECT_OT_reset,
- OBJECT_OT_fcnoise,
- OBJECT_OT_meshfollow,
- OBJECT_OT_materialChango,
- OBJECT_OT_clearColorblender,
- )
+ OBJECT_OT_convertcurve,
+ OBJECT_OT_objecttrace,
+ OBJECT_OT_objectconnect,
+ OBJECT_OT_writing,
+ OBJECT_OT_particletrace,
+ OBJECT_OT_traceallparticles,
+ OBJECT_OT_curvegrow,
+ OBJECT_OT_reset,
+ OBJECT_OT_fcnoise,
+ OBJECT_OT_meshfollow,
+ OBJECT_OT_materialChango,
+ OBJECT_OT_clearColorblender,
+)
from bpy.props import (
- EnumProperty,
- PointerProperty,
- )
+ EnumProperty,
+ PointerProperty,
+)
# Add-on Preferences