Skip to content

Commit 8b62c48

Browse files
committed
- Prevent splines from becoming invisible (thus ineditable)
if the visible property was modified by generic property attributes.
1 parent 88ed0c6 commit 8b62c48

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Source/HoudiniEngineEditor/Private/HoudiniSplineComponentVisualizer.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ FHoudiniSplineComponentVisualizer::DrawVisualization(
141141

142142
if (!IsValid(HoudiniSplineComponent)
143143
|| !PDI
144-
|| !HoudiniSplineComponent->IsVisible()
145144
|| !HoudiniSplineComponent->IsHoudiniSplineVisible())
146145
return;
147146

0 commit comments

Comments
 (0)