A collection of scripts for Blender to save a lot of clicks.
Steroids is a small project I started doing out of frustration of having to wander across the interface to do certain things in Blender. Setting up particle instances using hairs is one such example.
Some of the scripts are incomplete. Some are obsolete due to recent additions in Blender like Geometry Nodes. Those have to be updated to work with the new tools.
- Separate Parts and Reset Origins -- Separates a mesh by loose parts and resets the origin of individual parts.
- Steroid Array -- Incomplete/TODO
- Mirror Using Empty -- Mirrors using an empty as pivot -- Incomplete/TODO
- Noise Displacement -- Various options to work with noise-based displacement
- Toggle Subsurf -- Toggles subsurf modifier on all objects in the scene
- Instance Collection Using Hairs -- Scatter collections using particle hairs
- Instance Objects Using Hairs -- Scatter an object using particle hairs
- Particle Density Texture -- Setup a various noise textures to control particle distribution
- Adjust Camera Shift -- Adjust camera shift directly in the viewport from camera view
- Reset Camera Shift -- Resets camera shift X/Y
- Add HDR Environment -- Add an empty controlled HDR environment
- Add Sun (Blackbody) -- Add a Sun lamp with Blackbody temperature control
- Enable Intel Denoiser -- Enables denoising data passes and sets up Denoise node in the compositor
To be updated with geometry nodes.
Add an empty-controlled HDR
- Update scripts to work newer tools, especially, Geometry Nodes.
- Update incomplete scripts.
- Add more steroids!