Start at learning a scripting/programming language . I would start with a scripting language, more specifically python. Python is a very powerful scripting language used in many areas of VFX and 3D software. Blender uses it extensively, and so learning python is your best first step to becoming a blender developer.
Read moreHow is blender coded?
Blender is coded in 3 languages; C, C++ and Python . Python is used as an internal scripting language for Blender, the majority of the Blender code is in C and C++, so we will focus on that.
Read moreHow is blender developed?
Blender uses the Python programming language for its scripting API . The Blender Python API is based on Python 3. It is integrated deeply, used for writing add-ons, generating user interface layouts, and import and export of many file formats. It covers all user-accessible data and functionality.
Read moreWhat is blender in programming?
Blender is a free and open-source 3D computer graphics software toolset used for creating animated films, visual effects, art, 3D printed models, motion graphics, interactive 3D applications, virtual reality, and computer games.
Read more