Blender
This post summarizes how to fix the issue: print() doesn't display any output in Blender Python. Introduction Blender Python: How to See print Output Open the System Console (Windows only) Launch Blender from the Command Line Use Alternati…
This post provides a solution for when the "Ctrl + T" shortcut does not work in Blender's Shader Editor. Introduction The Issue with the "Ctrl + T" Shortcut in Blender Cause Solution Conclusion References Introduction In many Blender tutor…
A quick guide on how to export videos in MP4 format using Blender. Introduction Exporting Videos in MP4 in Blender 1. Set the Output Format to "FFmpeg Video" 2. Set the Encoding to "MPEG-4" 3. Adjust the Codec Settings Conclusion Reference…
Exploring LLaMA-Mesh, an LLM that outputs 3D model data, and its Blender add-on, MeshGen. In addition, we'll also try using ChatGPT for 3D modeling. Introduction Understanding LLaMA-Mesh 3D Modeling with MeshGen Installing MeshGen in Blend…
Be mindful of the compatibility between bpy versions and Python versions. Introduction Installing bpy via pip 1. Check the Python version 2. Install bpy via pip Conclusion References Introduction I attempted to install the Blender Python m…
This post explains how to reduce colors in Aseprite. Introduction How to Reduce Colors in Aseprite 1. Change the "Color Mode" to "Indexed" 2. Create a New Palette with the Number of Colors You Want Conclusion References Introduction In Ase…
This post explains how to view from a top-down perspective in Blender. Introduction How to Switch to a Top-Down View in Blender Shortcut Key: Numpad 7 Pie Menu: Top Viewport: Top 3D Navigation: Z Conclusion Reference Introduction When work…