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 'object_fracture_cell/process/material_functions.py')
-rw-r--r--object_fracture_cell/process/material_functions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/object_fracture_cell/process/material_functions.py b/object_fracture_cell/process/material_functions.py
index 938474d4..a2b2d803 100644
--- a/object_fracture_cell/process/material_functions.py
+++ b/object_fracture_cell/process/material_functions.py
@@ -56,7 +56,7 @@ def appendMaterial(mat_lib_name, mat_name, mat_ui_names="Nameless Material"):
bpy.context.object.data.materials.append(mat)
return True
-
+
return False