[nodes] Split360Images: custom dynamic node size for chunkable output

This commit is contained in:
Loïc Vital 2023-03-20 18:32:18 +01:00 committed by Fabien Castan
parent eb198fbfa5
commit db978d4dc3
2 changed files with 19 additions and 0 deletions

View file

@ -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)