Skip to content

Commit

Permalink
VisualiserTool : Menu items for points and curves
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmehl committed Jan 27, 2025
1 parent dfdf1d5 commit 072a654
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/GafferSceneUI/VisualiserToolUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,6 @@ def __menuDefinition( self ) :
continue

primitive = scenePlug.object( path )
if not isinstance( primitive, IECoreScene.MeshPrimitive ) :
continue

for v in primitive.keys() :
if primitive[v].interpolation not in [
Expand Down

0 comments on commit 072a654

Please sign in to comment.