[Bf-blender-cvs] [f798a6c6799] mesh-to-volume-modifier: add todo comment

Jacques Lucke noreply at git.blender.org
Mon Sep 28 13:18:29 CEST 2020


Commit: f798a6c6799e75890c5415145922cef8de82a700
Author: Jacques Lucke
Date:   Mon Sep 28 13:18:20 2020 +0200
Branches: mesh-to-volume-modifier
https://developer.blender.org/rBf798a6c6799e75890c5415145922cef8de82a700

add todo comment

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

M	source/blender/modifiers/intern/MOD_mesh_to_volume.cc

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

diff --git a/source/blender/modifiers/intern/MOD_mesh_to_volume.cc b/source/blender/modifiers/intern/MOD_mesh_to_volume.cc
index 745bdad1b3b..61207207b76 100644
--- a/source/blender/modifiers/intern/MOD_mesh_to_volume.cc
+++ b/source/blender/modifiers/intern/MOD_mesh_to_volume.cc
@@ -204,6 +204,7 @@ static Volume *modifyVolume(ModifierData *md, const ModifierEvalContext *ctx, Vo
   if (object_to_convert == NULL) {
     return input_volume;
   }
+  /* TODO: Support other object types. */
   if (object_to_convert->type != OB_MESH) {
     return input_volume;
   }



More information about the Bf-blender-cvs mailing list