CAD-snapping system proposal
The concept, made by 1D_inc (Paul Kotelevets), describes all the most popular tools of the CAD-snapping system. Implementation of these tools in future Blender versions proposal sent to the core developers.
The concept, made by 1D_inc (Paul Kotelevets), describes all the most popular tools of the CAD-snapping system. Implementation of these tools in future Blender versions proposal sent to the core developers.
2.79: selecting with the right mouse button
2.80: left-click selection
2.79: called by pressing the “t” key
2.80: it’s gone, functions moved to the main menu and to the context right-click menu
2.79: “a” – select all and deselect all
2.80: “a” – select all, “a – a” or “alt+a” – deselect all
15 changes that you need to know when migrating from Blender 2.79 to Blender 2.80Read More »
Polygonal modeling a decor in the form of roses tutorial.
A single procedural element from the BIS library can be easily transformed into a repeating pattern.
Let’s get a single circular elemetn from the library and place it in the center of the plane.
How to make a pattern from the single element of the BIS libraryRead More »
The Blender 2.80 release is enabled for downloading on the official Blender site.
Video about the main differences between Blender 2.80 and the previous version Blender 2.79. Is useful for those who find it difficult to go straight to the new version of Blender.
By Michael Soluyanov.
Except for the “Gradient Texture” node, we can obtain a gradient factor by using some simple equations. Look for the mathematics with a spherical gradient sample.
Can be created based on a downward-facing cone equation.
Code autocomplete greatly simplifies writing scripts or developing add-ons for Blender. One of the best autocomplete modules for today is developed by Nutti. Last updated 20190718.
The project is hosted on the author’s GitHub: https://github.com/nutti/fake-bpy-module
The modules are distributed via pip or as a pre-generated-modules. Author also provides a module generator with which you can assemble autocomplete modules yourself.