mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-13 14:57:22 +02:00
[nodes] Split360Images: custom dynamic node size for chunkable output
This commit is contained in:
parent
eb198fbfa5
commit
db978d4dc3
2 changed files with 19 additions and 0 deletions
|
@ -31,6 +31,7 @@ class DividedInputNodeSize(desc.DynamicNodeSize):
|
|||
def __init__(self, param, divParam):
|
||||
super(DividedInputNodeSize, self).__init__(param)
|
||||
self._divParam = divParam
|
||||
|
||||
def computeSize(self, node):
|
||||
s = super(DividedInputNodeSize, self).computeSize(node)
|
||||
divParam = node.attribute(self._divParam)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue