Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2018-05-11 15:24:19 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-05-11 15:24:19 +0300
commit210bedd7e35107964ee8af1f2db9921c4b665ee7 (patch)
tree71cd93c259aba06c5c35ca00eda7defbf3017150
parent624829515a141ac6871b55d57b5cda37bfe4e8ce (diff)
Remove debug only code
-rw-r--r--source/blender/blenkernel/intern/particle.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/blenkernel/intern/particle.c b/source/blender/blenkernel/intern/particle.c
index 83484089a6a..f5950528a86 100644
--- a/source/blender/blenkernel/intern/particle.c
+++ b/source/blender/blenkernel/intern/particle.c
@@ -2587,9 +2587,6 @@ void psys_cache_edit_paths(Depsgraph *depsgraph, Scene *scene, Object *ob, PTCac
ParticleSystemModifierData *psmd = psys_get_modifier(ob, psys);
ParticleSystemModifierData *psmd_eval = NULL;
- BLI_assert((ob->id.tag & LIB_TAG_COPY_ON_WRITE) == 0);
- BLI_assert(psmd != NULL);
-
if (psmd != NULL) {
psmd_eval = (ParticleSystemModifierData *)modifiers_findByName(ob_eval, psmd->modifier.name);
psys_eval = psmd_eval->psys;