tornavis/source/blender/geometry
Jacques Lucke 144a5aa512 Cleanup: replace use of std::iota with more specific function
`iota` is name that has no meaning, it's not an acronym or initialism.
It's usually very cryptic when I come across it. Replacing it with a
specialized function makes the code more readible.
2023-10-06 23:01:16 +02:00
..
intern Cleanup: replace use of std::iota with more specific function 2023-10-06 23:01:16 +02:00
CMakeLists.txt Cleanup: move join geometry functionality to separate file 2023-10-06 18:31:44 +02:00
GEO_add_curves_on_mesh.hh License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
GEO_curve_constraints.hh License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
GEO_fillet_curves.hh License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
GEO_join_geometries.hh Cleanup: move join geometry functionality to separate file 2023-10-06 18:31:44 +02:00
GEO_mesh_copy_selection.hh Cleanup: Geometry Nodes: pass selection by varray instead of field 2023-09-30 16:27:25 +02:00
GEO_mesh_merge_by_distance.hh License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
GEO_mesh_primitive_cuboid.hh License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
GEO_mesh_primitive_cylinder_cone.hh Geometry: Move mesh primitives from nodes to geometry module 2023-09-11 22:49:41 +02:00
GEO_mesh_primitive_grid.hh Geometry: Move mesh primitives from nodes to geometry module 2023-09-11 22:49:41 +02:00
GEO_mesh_primitive_line.hh Geometry: Move mesh primitives from nodes to geometry module 2023-09-11 22:49:41 +02:00
GEO_mesh_primitive_uv_sphere.hh Geometry: Move mesh primitives from nodes to geometry module 2023-09-11 22:49:41 +02:00
GEO_mesh_split_edges.hh License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
GEO_mesh_to_curve.hh License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
GEO_mesh_to_volume.hh License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
GEO_point_merge_by_distance.hh License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
GEO_points_to_volume.hh License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
GEO_randomize.hh Cleanup: Use "vert" term consistently in mesh randomization debug code 2023-10-06 16:50:52 -04:00
GEO_realize_instances.hh License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
GEO_resample_curves.hh License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
GEO_reverse_uv_sampler.hh License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
GEO_set_curve_type.hh License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
GEO_subdivide_curves.hh License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
GEO_trim_curves.hh License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
GEO_uv_pack.hh License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
GEO_uv_parametrizer.hh UV: restore internal solver state variable 2023-09-08 23:09:51 +10:00