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;
   }

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to