BPY plus - render module
A BPY plus module for working with rendering.
from .bpy_plus.render import RenderSequence
RenderSequence.start(
context=context,
frames='1,3,5,7'
)
RenderSequence class
start(context, frames=None)
Starts render a sequence of all frames from the TimeLine or frames from the "frames" parameter.
Parameters:
context: context
frames: string with frames numbers, for example: 1,5,87
stop(cls, context)
Stops the currently running render sequence, started with the "start" method.
Parameters:
context: context
Комментарии
Отправить комментарий