This document contains Python code for manipulating objects in the Blender 3D modeling software. It imports several Blender modules, defines some variables like time and brush, and gets the current scene and a mesh object. It then loops through the vertices of a selected object, calculates the distance from each vertex to a defined center point, and rotates the vertex coordinates 30 degrees around the center point.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
280 views
RotatingVerts in Blender Python
This document contains Python code for manipulating objects in the Blender 3D modeling software. It imports several Blender modules, defines some variables like time and brush, and gets the current scene and a mesh object. It then loops through the vertices of a selected object, calculates the distance from each vertex to a defined center point, and rotates the vertex coordinates 30 degrees around the center point.