mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-26 17:30:07 +00:00
[3d] add record video support for load3d animation node (#3798)
This commit is contained in:
@@ -229,6 +229,7 @@ class Load3d {
|
||||
return (
|
||||
this.STATUS_MOUSE_ON_NODE ||
|
||||
this.STATUS_MOUSE_ON_SCENE ||
|
||||
this.isRecording() ||
|
||||
!this.INITIAL_RENDER_DONE
|
||||
)
|
||||
}
|
||||
@@ -461,7 +462,7 @@ class Load3d {
|
||||
}
|
||||
|
||||
public isRecording(): boolean {
|
||||
return this.recordingManager.hasRecording()
|
||||
return this.recordingManager.getIsRecording()
|
||||
}
|
||||
|
||||
public getRecordingDuration(): number {
|
||||
|
||||
Reference in New Issue
Block a user