GPv3: Set Curve Normal #113704

Manually merged
Dalai Felinto merged 55 commits from dfelinto/blender:grease-nodes-set-curve-normal into main 2023-10-16 11:52:56 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit d3151df74a - Show all commits

View File

@ -57,7 +57,7 @@ class OBJECT_MT_modifier_add(ModifierAddMenu, Menu):
def draw(self, context):
layout = self.layout
ob_type = context.object.type
geometry_nodes_supported = ob_type in {'MESH', 'CURVE', 'CURVES', 'FONT', 'SURFACE', 'VOLUME', 'POINTCLOUD'}
geometry_nodes_supported = ob_type in {'MESH', 'CURVE', 'CURVES', 'FONT', 'VOLUME', 'POINTCLOUD'}
if layout.operator_context == 'EXEC_REGION_WIN':
layout.operator_context = 'INVOKE_REGION_WIN'