Procedural pumpkin material
Creating procedural pumpkin material by Ryan King Art.
Using the GPU module from the Blender Python API, we can draw images in the scene or viewport space. Images can be drawn in the scene coordinate system for intuitive mesh interaction, or in the viewport coordinate system to create custom UI elements.
Drawing an image with the gpu module in scene and viewport spaceRead More »
With the Blender Bookmarks add-on, you can bookmark the current viewport location and objects, so you can quickly return to them with a single click of the bookmark button.
To clip the value along the boundaries – check if the value goes beyond the specified limits, return the value itself, and if it goes out – the maximum possible boundary value, we can use a very simple function.
Blender add-on “NodeTree Source” updated to v. 1.2.5.
While we can append additional items to context menus in Blender, context menus can also be completely redefined. Instead of the basic one, we can get a completely custom context menu with any set and order of items we need.