Skip to content

Commit 322c9ae

Browse files
committed
[scenes] Make RequiredPlugin loading for Geomagic conditional to avoid troubles with CI
1 parent 1eca542 commit 322c9ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scenes/NeedleInsertionHaptics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def createScene(root):
5555
'MultiThreading',
5656
'CollisionAlgorithm',
5757
'ConstraintGeometry',
58-
'Geomagic',
58+
('Geomagic' if GeomagicActive else ''),
5959
'Sofa.Component.Haptics',
6060
'Sofa.Component.IO.Mesh',
6161
'Sofa.Component.Playback'

0 commit comments

Comments
 (0)