I'm learning to write script in Blender (along my path of coding education and practical usage) and I'm to a point where i'm wanting to adjust certain vertices and certain edges. Can I create vertex groups or give specific edges variable names so I can adjust minor measurements later down the road?
$\begingroup$
$\endgroup$
2
-
$\begingroup$ Hi. Regarding creating Vertex Groups there is this in the Blender Python API: docs.blender.org/api/current/… An Internet search for blender python select specific vertices gave, among other results, this old answered question here: blender.stackexchange.com/questions/43127/… Regarding specific edges, there is this old answered question: blender.stackexchange.com/questions/27698/… Continued... $\endgroup$curious_1– curious_12024-03-21 01:21:43 +00:00Commented Mar 21, 2024 at 1:21
-
$\begingroup$ Keep in mind that the Python code that Blender uses has changed since these questions were asked and there is a good chance that the code in the answers will need to be modified. $\endgroup$curious_1– curious_12024-03-21 01:21:53 +00:00Commented Mar 21, 2024 at 1:21
Add a comment
|