Blender Addons

Record Audio/ Voice over directly in Blender Sequencer (VSE) Overview of Push-to-Talk Addon What it does: Simplifies recording audio directly into the Video Sequencer Editor.Features of the addon: Easy integration into Blender's VSE. Push-to-Talk functionality for live audio recording. Use Cases and Benefits Creating voiceovers for animation projects without needing external software. Streamlining the workflow … Continue reading Blender Addons

Boost Your Python Workflow: Pip and Anaconda Tips

Python Cheatsheet PIP (Python Package Installer) Update a pip package pip install --upgrade package-name Clean pip cache pip cache purge Anaconda / miniconda Command-Line Tips Managing Environments Create new conda environment conda create --name environment_name python=3.11 You can replace the 3.11 with any the python version as required Remove conda environment conda env remove --name … Continue reading Boost Your Python Workflow: Pip and Anaconda Tips