fabex.operators.log_ops#
Fabex ‘log_ops.py’ © 2012 Vilem Novak
Blender Operator definitions are in this file. They mostly call the functions from ‘utils.py’
Attributes#
Classes#
Open the CAM Log Folder |
|
Delete CAM Logs |
Module Contents#
- class CamPurgeLogs[source]#
Bases:
bpy.types.Operator
Delete CAM Logs
- execute(context)[source]#
Execute the CAM log removal process.
This function removes the files from the CAM logs folder
- Parameters:
context – The context in which the function is executed.
- Returns:
- A dictionary indicating the status of the operation,
specifically {‘FINISHED’} upon successful execution.
- Return type:
dict