Commit: c7ee66e517b2ae54f1304ae9b0085e6ed7a246c2
Author: Jacques Lucke
Date:   Mon Jul 27 16:42:04 2020 +0200
Branches: master
https://developer.blender.org/rBc7ee66e517b2ae54f1304ae9b0085e6ed7a246c2

Cleanup: remove outdated comment

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

M       source/blender/draw/intern/draw_cache_impl_pointcloud.c

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

diff --git a/source/blender/draw/intern/draw_cache_impl_pointcloud.c 
b/source/blender/draw/intern/draw_cache_impl_pointcloud.c
index 5807b779113..06cedb9f72c 100644
--- a/source/blender/draw/intern/draw_cache_impl_pointcloud.c
+++ b/source/blender/draw/intern/draw_cache_impl_pointcloud.c
@@ -155,9 +155,6 @@ static void pointcloud_batch_cache_ensure_pos(Object *ob, 
PointCloudBatchCache *
   }
 
   PointCloud *pointcloud = ob->data;
-  /* Assume points always have a radius for now.
-   * TODO: Check if the logic below makes sense when there are multiple point 
clouds, some that
-   * have a radius and others that don't. */
   const bool has_radius = pointcloud->radius != NULL;
 
   static GPUVertFormat format = {0};

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to