tornavis/source/blender/depsgraph
Campbell Barton 2fb4de1f8c Cleanup: material API naming
- Use 'BKE_object_material_*', 'BKE_id_material_*' prefix
  for functions that operate on Object and ID types.
- Use '_len' suffix for length (matching BLI naming).
- Use '_p' suffix for functions that return a pointer to values
  where the value would typically be returned.

Functions renamed:

- BKE_object_material_resize      was BKE_material_resize_object
- BKE_object_material_remap       was BKE_material_remap_object
- BKE_object_material_remap_calc  was BKE_material_remap_object_calc

- BKE_object_material_array_p     was BKE_object_material_array
- BKE_object_material_len_p       was BKE_object_material_num
- BKE_id_material_array_p         was BKE_id_material_array
- BKE_id_material_len_p           was BKE_id_material_num

- BKE_id_material_resize          was BKE_material_resize_id
- BKE_id_material_append          was BKE_material_append_id
- BKE_id_material_pop             was BKE_material_pop_id
- BKE_id_material_clear           was BKE_material_clear_id
2020-03-05 08:21:31 +11:00
..
intern Cleanup: material API naming 2020-03-05 08:21:31 +11:00
CMakeLists.txt Cleanup: sort file, struct lists 2020-02-10 10:15:59 +11:00
DEG_depsgraph.h Depsgraph: Cleanup, promote is_evaluating query 2019-10-11 10:42:45 +02:00
DEG_depsgraph_build.h Depsgraph: Implement builder from given set of IDs 2019-09-25 14:40:06 +02:00
DEG_depsgraph_debug.h Cleanup: Selling in comment 2019-05-03 15:50:40 +02:00
DEG_depsgraph_physics.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
DEG_depsgraph_query.h Depsgraph: add missing #include to DEG_depsgraph_query.h 2019-12-11 12:24:12 +01:00