Commit: 6410fe04929b3dcec8a4fcc244d62a41cebdf3f9
Author: jon denning
Date:   Tue Jun 7 11:22:55 2022 -0400
Branches: retopo_transform
https://developer.blender.org/rB6410fe04929b3dcec8a4fcc244d62a41cebdf3f9

improved comments

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

M       source/blender/editors/include/ED_transform_snap_object_context.h

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

diff --git a/source/blender/editors/include/ED_transform_snap_object_context.h 
b/source/blender/editors/include/ED_transform_snap_object_context.h
index f9de6604a68..151bf877460 100644
--- a/source/blender/editors/include/ED_transform_snap_object_context.h
+++ b/source/blender/editors/include/ED_transform_snap_object_context.h
@@ -59,9 +59,10 @@ struct SnapObjectParams {
   bool use_occlusion_test : true;
   /* exclude back facing geometry from snapping */
   bool use_backface_culling : true;
-  short face_nearest_steps; /* break nearest face snapping into steps */
-  bool keep_on_same_target; /* nearest face snapping should snap only to 
target source was
-                               initially near */
+  /* Break nearest face snapping into steps to improve transformations across 
U-shaped targets. */
+  short face_nearest_steps;
+  /* Enable to force nearest face snapping to snap to target the source was 
initially near. */
+  bool keep_on_same_target;
 };
 
 typedef struct SnapObjectContext SnapObjectContext;

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to