As part of Blenders's [[ https://wiki.blender.org/wiki/Mentorship | mentorship ]], here are a list of suggested projects.
These are intended to be a mix of tasks to learn new areas of Blender's code base as well as helping out general development.
#### Refactoring
- {T68836}
#### Features
- {T68930} //this can be done in multiple steps.//.
#### Fixes
- {T41934}
#### Misc Tasks
Various //rainy-day// tasks would would be nice to address at some point.
- `barycentric_weights_v2` & `resolve_tri_uv_v2` look like exact duplicates, investigate removing `resolve_tri_uv_v2` (double checking no functionality is lost).
- Missing API functions to add/remove driver targets, eg: `bpy.context.object.animation_data.drivers[0].driver.variables['var'].targets.new/remove`