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:
authormeta-androcto <meta.androcto1@gmail.com>2019-07-12 11:10:09 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-07-12 11:10:09 +0300
commite7d0ba4f070dfd7ccec4442b9583e3181530a2df (patch)
treef1468cec298c72680ebf2c43b0c9e3f187abf979 /btrace/__init__.py
parentf54338c63ba36cbbe83161c0b3d4d2b1aa01c4a9 (diff)
btrace: Fix particle modes, remove warning
Diffstat (limited to 'btrace/__init__.py')
-rw-r--r--btrace/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/btrace/__init__.py b/btrace/__init__.py
index e1afac58..dfdbbcc4 100644
--- a/btrace/__init__.py
+++ b/btrace/__init__.py
@@ -20,11 +20,11 @@
bl_info = {
"name": "Btrace",
"author": "liero, crazycourier, Atom, Meta-Androcto, MacKracken",
- "version": (1, 2, 2),
+ "version": (1, 2, 3),
"blender": (2, 80, 0),
"location": "View3D > Sidebar > Create Tab",
"description": "Tools for converting/animating objects/particles into curves",
- "warning": "Particle Tracers not working",
+ "warning": "",
"wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Curve/Btrace",
"category": "Add Curve"}