Monique Dewanchand
23276bcc37
Adding const Scene* parameter in many areas.
...
Related to {D15885} that requires scene parameter
to be added in many places. To speed up the review process
the adding of the scene parameter was added in a separate
patch.
Reviewed By: mont29
Maniphest Tasks: T73411
Differential Revision: https://developer.blender.org/D15930
2022-09-14 21:30:56 +02:00
b8d9864518
Cleanup: remove unused Main argument to RNA_path functions
...
Note that lib_override functions have kept the unused argument,
but this may be removed too. It impacts many lib_override functions
so this can be handled separately.
2022-09-07 11:07:44 +10:00
4b818b1513
Merge branch 'blender-v3.3-release'
2022-09-03 11:43:15 +02:00
06043c8313
Cleanup: Fix clang-tidy warnings: [modernize-redundant-void-arg]
2022-09-02 20:34:37 +02:00
Monique Dewanchand
17501c146e
Cleanup: Remove/replace View Layer macros.
...
This patch is a cleanup required before refactoring the view layer syncing
process {T73411}.
* Remove FIRSTBASE.
* Remove LASTBASE.
* Remove BASACT.
* Remove OBEDIT_FROM_WORKSPACE.
* Replace OBACT with BKE_view_layer_active_object.
* Replace OBEDIT_FROM_VIEW_LAYER with BKE_view_layer_edit_object.
Reviewed By: mont29
Maniphest Tasks: T73411
Differential Revision: https://developer.blender.org/D15799
2022-09-01 10:22:43 +02:00
28750bcf7e
Cleanup: replace NULL with nullptr for C++ files
2022-08-28 20:52:28 +10:00
206272621e
Merge branch 'blender-v3.3-release'
2022-08-28 20:21:32 +10:00
5d4d5a2162
Merge branch 'blender-v3.3-release'
2022-08-24 17:12:01 +02:00
2a15040777
Merge branch 'blender-v3.3-release'
2022-08-19 13:46:37 +10:00
b375019ebc
Merge branch 'blender-v3.3-release'
2022-08-18 17:26:54 +02:00
517d622057
Cleanup: conversion warnings in GCC
2022-08-17 21:34:13 +10:00
6ab5bced61
Merge branch 'blender-v3.3-release'
2022-08-17 13:01:09 +02:00
599a7ddf17
Cleanup: Move five interface files to C++
...
Builds on all four platforms on the buildbot. Includes clang tidy fixes.
2022-07-29 23:22:31 -05:00