-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: 225a8c2965d4f941623896ca75e9fae8 | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,99 @@ | ||
cam.autoupdate | ||
============== | ||
|
||
.. py:module:: cam.autoupdate | ||
.. autoapi-nested-parse:: | ||
|
||
CNC CAM 'autoupdate.py' | ||
|
||
Classes to check for, download and install CNC CAM updates. | ||
|
||
|
||
|
||
Classes | ||
------- | ||
|
||
.. autoapisummary:: | ||
|
||
cam.autoupdate.UpdateChecker | ||
cam.autoupdate.Updater | ||
cam.autoupdate.UpdateSourceOperator | ||
|
||
|
||
Module Contents | ||
--------------- | ||
|
||
.. py:class:: UpdateChecker | ||
Bases: :py:obj:`bpy.types.Operator` | ||
|
||
|
||
Check for Updates | ||
|
||
|
||
.. py:attribute:: bl_idname | ||
:value: 'render.cam_check_updates' | ||
|
||
|
||
|
||
.. py:attribute:: bl_label | ||
:value: 'Check for Updates in CNC CAM Plugin' | ||
|
||
|
||
|
||
.. py:attribute:: bl_options | ||
.. py:method:: execute(context) | ||
.. py:class:: Updater | ||
Bases: :py:obj:`bpy.types.Operator` | ||
|
||
|
||
Update to Newer Version if Possible | ||
|
||
|
||
.. py:attribute:: bl_idname | ||
:value: 'render.cam_update_now' | ||
|
||
|
||
|
||
.. py:attribute:: bl_label | ||
:value: 'Update' | ||
|
||
|
||
|
||
.. py:attribute:: bl_options | ||
.. py:method:: execute(context) | ||
.. py:method:: install_zip_from_url(zip_url) | ||
.. py:class:: UpdateSourceOperator | ||
Bases: :py:obj:`bpy.types.Operator` | ||
|
||
|
||
.. py:attribute:: bl_idname | ||
:value: 'render.cam_set_update_source' | ||
|
||
|
||
|
||
.. py:attribute:: bl_label | ||
:value: 'Set CNC CAM Update Source' | ||
|
||
|
||
|
||
.. py:attribute:: new_source | ||
:type: StringProperty(default='') | ||
|
||
|
||
.. py:method:: execute(context) | ||