Skip to main content
Inspiring
August 1, 2024

Problem creating Fill layers with Python API inside manually created group

  • August 1, 2024
  • 1 reply
  • 290 views

In Substance 3D Painter 10.0.1:

When creating fill layers with API inside and existing group (group was created manually with the UI and not with API), the fill layers do not have the preview icons and also the group cannot be collapsed/expanded. There is no such problem when creating the group with the API.

1 reply

Inspiring
August 1, 2024

Please ignore this is not a bug, I was using NodeStack.Content instead of NodeStack.Substack with InsertPosition.inside_node() this is why I was having the issue. Using NodeStack.Substack things are working porperly. However there might still be a small problem in the fact we can use NodeStack.Content for a folder, shouldn't it be disallowed?