Block a user
Geometry Nodes: prefer float math node even for integer sockets in link-drag-search
Geometry Nodes: use shorter linear gizmo when using box shape
675606cbce
Fix: wrong enum type in integer math node
fc2b9e3a6b
Cleanup: deduplicate switch over socket types to create declarations
Function Node: Value to String Integer subtype
By convention we currently always create all sockets, but only make some unavailable. The same should be done here. See e.g. the node_declare
function in node_geo_mesh_primitive_cone.cc
.
Function Node: Value to String Integer subtype
Use SOCK_FLOAT
and SOCK_INT
as identifiers instead of creating a separate enum. More socket types could be supported in theory in the future.
Geometry Nodes: Conditional socket visibility not working properly
Geometry Nodes: use shorter linear gizmo when using box shape
Geometry Nodes: prefer float math node even for integer sockets in link-drag-search
@CharlieJolly FYI
Geometry Nodes: prefer float math node even for integer sockets in link-drag-search