Allow ten timeline sections
This commit is contained in:
@@ -11592,7 +11592,7 @@ app.registerExtension({
|
||||
const sections = [];
|
||||
let duration = 0;
|
||||
if (sectionSetNode && setClass === "TimelineSectionSetCS") {
|
||||
for (let i = 1; i <= 5; i++) {
|
||||
for (let i = 1; i <= 10; i++) {
|
||||
const sectionNode = self._findLinkedOriginNode(sectionSetNode, `section_${i}`);
|
||||
const sectionClass = sectionNode?.comfyClass || sectionNode?.type || "";
|
||||
if (!sectionNode || sectionClass !== "TimelineSectionCS") continue;
|
||||
|
||||
Reference in New Issue
Block a user