0
$\begingroup$

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?

$\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$ Commented 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$ Commented Mar 21, 2024 at 1:21

0

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.