cam.autoupdate#

BlenderCAM ‘autoupdate.py’

Classes to check for, download and install BlenderCAM updates.

Classes#

UpdateChecker

Check for Updates

Updater

Update to Newer Version if Possible

UpdateSourceOperator

Module Contents#

class UpdateChecker[source]#

Bases: bpy.types.Operator

Check for Updates

bl_idname = 'render.cam_check_updates'[source]#
bl_label = 'Check for Updates in BlenderCAM Plugin'[source]#
bl_options[source]#
execute(context)[source]#
class Updater[source]#

Bases: bpy.types.Operator

Update to Newer Version if Possible

bl_idname = 'render.cam_update_now'[source]#
bl_label = 'Update'[source]#
bl_options[source]#
execute(context)[source]#
install_zip_from_url(zip_url)[source]#
class UpdateSourceOperator[source]#

Bases: bpy.types.Operator

bl_idname = 'render.cam_set_update_source'[source]#
bl_label = 'Set BlenderCAM Update Source'[source]#
new_source: StringProperty(default='')[source]#
execute(context)[source]#