mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-02 10:52:03 +02:00
[core] Move nodeFactory
to its own module
This commit is contained in:
parent
ebf2270d48
commit
025e0e3322
4 changed files with 120 additions and 112 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue