Blender 2.91 official release
The Blender 2.91 release is enabled for downloading on the official Blender site.
The Blender 2.91 release is enabled for downloading on the official Blender site.
You may need to get a list of coordinates of the mesh’s UV, for example, when exporting a mesh from Blender’s internal format to any external formats.
A list of the mesh UV-s can be got by accessing the “uv_layers” structure:
1 2 3 |
bpy.context.object.data.uv_layers[:] # [bpy.data.meshes['Cube'].uv_layers["UVMap"], bpy.data.meshes['Cube'].uv_layers["UVMap.001"]] |
Making a clock in Blender with nodes tutorial. The result is a procedural real-time clock shader.
Author Dr. Blender
Blender add-on with additionals tools for working with meshes UV-s in UV Editor.
Creating and using procedural erosion and wear shaders in Blender 2.9 tutorial.
If the OSL shader body contains an import of the “node_texture.h” module, this shader can’t be executed in the latest versions of Blender.
When trying to execute such a shader, Blender throws an error:
1 |
error: could not find include file: node_texture.h |
Error when using an OSL shader with node_texture.hRead More »
The Blender 2.83.9 LTS release is enabled for downloading on the official Blender site.
14 bugs fixed in this version.
Blender 3D add-on for converting meshes to python source code and saving it in a library for further distribution.
Do you know that there is some dead beef in every shader node in Blender?
There is some dead beef in every Blender material nodeRead More »
Time-laps sculpting in Blender in comparison with ZBrush.