[core] Move nodeFactory to its own module

This commit is contained in:
Yann Lanthony 2025-02-06 16:46:04 +01:00
parent ebf2270d48
commit 025e0e3322
4 changed files with 120 additions and 112 deletions

View file

@ -7,7 +7,8 @@ from PySide6.QtCore import Property, Signal
from meshroom.core.attribute import ListAttribute, Attribute
from meshroom.core.graph import GraphModification
from meshroom.core.node import nodeFactory, Position
from meshroom.core.node import Position
from meshroom.core.nodeFactory import nodeFactory
class UndoCommand(QUndoCommand):