mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-06 21:01:59 +02:00
minor wording change
This commit is contained in:
parent
f2b033a7bb
commit
9d301fed01
1 changed files with 1 additions and 1 deletions
|
@ -1030,7 +1030,7 @@ class BaseNode(BaseObject):
|
||||||
self._chunks[iteration].process()
|
self._chunks[iteration].process()
|
||||||
|
|
||||||
def preprocess(self):
|
def preprocess(self):
|
||||||
# Invoke the Node Description's pre-process for the Client Node to prep it's processing
|
# Invoke the Node Description's pre-process for the Client Node to prepare its processing
|
||||||
self.nodeDesc.preprocess(self)
|
self.nodeDesc.preprocess(self)
|
||||||
|
|
||||||
def process(self, forceCompute=False):
|
def process(self, forceCompute=False):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue