Hello!
I’m new here, and I’m interested in contributing to Blender’s development. Are there any beginner-friendly C++ areas that I can start with?
Any suggestions will be appreciated.
Thank you.
Hello!
I’m new here, and I’m interested in contributing to Blender’s development. Are there any beginner-friendly C++ areas that I can start with?
Any suggestions will be appreciated.
Thank you.
In general I suggest finding an area of Blender that you are interested in and then look at operators you want to add/modify. Since they work mostly the same as in python I think they are the easiest area to get started in.
Welcome!
Have you already checked out the developer handbook? There you find information on how to contribute, communication channels like the chat and also what to pick as a project.