Task List Manager for Blender
<aside>
🔧 A Blender addon that allows users to manage a list of tasks within Blender. This addon is designed to enhance productivity by integrating a simple task management system into the Blender interface.
</aside>
- Add new tasks
- Delete tasks
- Toggle task status (completed/not completed)
- Move tasks up and down in the list
- Show/hide creation dates of tasks
How to install
- Download the
.py file from [GitHub/Gumroad link].
- Open Blender and go to Edit > Preferences > Add-ons.
- Click "Install" and select the downloaded
.py file.
- Enable the addon by checking the box next to its name.
Used:
- To add a task, click the "Add Task" button.
- To delete a task, click the "X" icon next to the task.
- To mark a task as completed, click the checkbox icon next to the task.
- To move a task, use the up and down arrows.
- To toggle the visibility of creation dates, click the corresponding button.