Canvas

Canvas(self, template='Molecular Nodes', engine='EEVEE', resolution=(1280, 720))

A class to handle canvas and render settings in Blender.

This class provides properties to get and set various render settings like resolution, render engine, samples, FPS, and frame ranges.

Attributes

Name Description
fps Get the frames per second setting.
frame_end Get the end frame of the animation.
frame_start Get the start frame of the animation.
resolution Get the render resolution.