-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
The following line can be problematic:
| node.addObject('VisualStyle') |
The reason is that the Sofa.Component.Visual plugin is not necessarily loaded at the time. The code loading the plugins is a few lines below (
STLIB/python3/src/stlib3/scene/mainheader.py
Lines 47 to 48 in ab95265
| for name in plugins: | |
| confignode.addObject('RequiredPlugin', name=name, printLog=False) |
I would either remove this call if it's not strictly needed, or add the Sofa.Component.Visual plugin right before.
Metadata
Metadata
Assignees
Labels
No labels