tornavis/source/blender/depsgraph/intern
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
..
builder Cleanup: material API naming 2020-03-05 08:21:31 +11:00
debug Fix T73932: modifying keyframes in nodes fails when there is an image sequence 2020-02-19 18:13:05 +01:00
eval Objects: make evaluated data runtime storage usable for types other than mesh 2020-02-28 13:49:35 +01:00
node Fix T73932: modifying keyframes in nodes fails when there is an image sequence 2020-02-19 18:13:05 +01:00
depsgraph.cc Cleanup: changed NULL to nullptr in depsgraph C++ code 2020-01-28 15:10:44 +01:00
depsgraph.h Cleanup: changed NULL to nullptr in depsgraph C++ code 2020-01-28 15:10:44 +01:00
depsgraph_build.cc Fix T73593: Drivers on hide_viewport and hide_render are unreliable 2020-02-21 16:57:13 +01:00
depsgraph_debug.cc Cleanup: changed NULL to nullptr in depsgraph C++ code 2020-01-28 15:10:44 +01:00
depsgraph_eval.cc Depsgraph: Cleanup, de-duplicate time source tagging 2019-10-08 11:02:22 +02:00
depsgraph_physics.cc Cleanup: changed NULL to nullptr in depsgraph C++ code 2020-01-28 15:10:44 +01:00
depsgraph_physics.h doxygen: add newline after \file 2019-02-18 08:22:12 +11:00
depsgraph_query.cc Cleanup: changed NULL to nullptr in depsgraph C++ code 2020-01-28 15:10:44 +01:00
depsgraph_query_foreach.cc Cleanup: changed NULL to nullptr in depsgraph C++ code 2020-01-28 15:10:44 +01:00
depsgraph_query_iter.cc Cleanup: changed NULL to nullptr in depsgraph C++ code 2020-01-28 15:10:44 +01:00
depsgraph_registry.cc Depsgraph: Introduce depsgraph registry 2019-09-11 10:43:27 +02:00
depsgraph_registry.h Depsgraph: Introduce depsgraph registry 2019-09-11 10:43:27 +02:00
depsgraph_relation.cc Cleanup: spelling 2020-02-26 15:22:46 +11:00
depsgraph_relation.h Cleanup: fix compiler warning 2020-01-27 12:27:33 +01:00
depsgraph_tag.cc Cleanup: changed NULL to nullptr in depsgraph C++ code 2020-01-28 15:10:44 +01:00
depsgraph_tag.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
depsgraph_type.cc ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
depsgraph_type.h Depsgraph: Expose set type available 2019-04-30 11:32:02 +02:00
depsgraph_update.cc Cleanup: changed NULL to nullptr in depsgraph C++ code 2020-01-28 15:10:44 +01:00
depsgraph_update.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00