Blender Git Commit Log
Git Commits -> Revision fecec16
August 16, 2021, 09:01 (GMT) |
Geometry Nodes: Add UV Smooth, Boundary Smooth options to subdivision node Replaces the boolean option with enum menus for consistency with the subdivision modifier (rB66151b5de3ff,rB3d3b6d94e6e). Adds all UV interpolation options. Original patch by Eitan. Updated by Himanshi Kalra <calra>. {F9883204} Reviewed By: HooglyBoogly Differential Revision: https://developer.blender.org/D10417 |
Commit Details:
Full Hash: fecec1644ce54ea386eaeed5ca6748d4a7b2737b
Parent Commit: ddecd7a
Committed By: Himanshi Kalra
Lines Changed: +106, -53
6 Modified Paths:
/source/blender/makesdna/DNA_node_types.h (+7, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+40, -45) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+20, -0) (Diff)
/source/blender/makesrna/RNA_enum_types.h (+2, -0) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_subdivision_surface.cc (+36, -7) (Diff)
/source/blender/nodes/NOD_static_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+40, -45) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+20, -0) (Diff)
/source/blender/makesrna/RNA_enum_types.h (+2, -0) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_subdivision_surface.cc (+36, -7) (Diff)
/source/blender/nodes/NOD_static_types.h (+1, -1) (Diff)