tornavis/source/blender
Sergey Sharybin c3609ec435 Cleanup: Sculpt, use C++ vector types in internal types
Only converted value types in the structures.

The pointer values are left unchanged as it requires more careful look
to avoid possible alignment mismatch.

Function arguments are left unchanged as well.

Only float[3] is converted as the float[4] will likely need to be
converted to some C++ rotation class. And float[4][4] often did not
compile when change is only done in the header.

Pull Request: https://projects.blender.org/blender/blender/pulls/114636
2023-11-09 10:05:24 +01:00
..
animrig Cleanup: spelling in comments 2023-11-09 09:54:28 +11:00
asset_system Fix #113201: Assets in same folder as current file ignored in All library 2023-10-18 16:10:42 +02:00
blendthumb Revert changes from main commits that were merged into blender-v4.0-release 2023-10-30 21:40:35 +01:00
blenfont Cleanup: use std::min/max instead of MIN2/MAX2 macros 2023-11-07 16:33:19 +11:00
blenkernel Cleanup: Sculpt, use C++ vector types in internal types 2023-11-09 10:05:24 +01:00
blenlib Cleanup: suppress UBSAN undefined behavior warnings 2023-11-09 17:28:39 +11:00
blenloader cleanup: remove "sa" acos/asin/sqrt functions and use "safe_" variants 2023-11-07 19:49:01 +01:00
blentranslation Revert changes from main commits that were merged into blender-v4.0-release 2023-10-30 21:40:35 +01:00
bmesh cleanup: remove "sa" acos/asin/sqrt functions and use "safe_" variants 2023-11-07 19:49:01 +01:00
compositor Cleanup: spelling in comments 2023-11-09 09:54:28 +11:00
datatoc Revert changes from main commits that were merged into blender-v4.0-release 2023-10-30 21:40:35 +01:00
depsgraph Cleanup: use std::min/max instead of MIN2/MAX2 macros 2023-11-07 16:33:19 +11:00
draw Cleanup: format 2023-11-09 09:34:49 +11:00
editors Cleanup: Sculpt, use C++ vector types in internal types 2023-11-09 10:05:24 +01:00
freestyle Revert changes from main commits that were merged into blender-v4.0-release 2023-10-30 21:40:35 +01:00
functions Revert changes from main commits that were merged into blender-v4.0-release 2023-10-30 21:40:35 +01:00
geometry Revert changes from main commits that were merged into blender-v4.0-release 2023-10-30 21:40:35 +01:00
gpencil_modifiers_legacy Cleanup: use std::min/max instead of MIN2/MAX2 macros 2023-11-07 16:33:19 +11:00
gpu Cleanup: spelling in comments 2023-11-09 09:54:28 +11:00
ikplugin Fix #111553: Double IK constraint not working 2023-10-10 09:06:28 +02:00
imbuf Cleanup: Make format 2023-11-07 08:04:17 +01:00
io Refactor: move code related to fcurve keyframe insertion 2023-11-07 14:33:52 +01:00
makesdna Realtime Compositor: Support full precision compositing 2023-11-08 08:32:00 +01:00
makesrna Merge branch 'blender-v4.0-release' 2023-11-08 21:32:30 +01:00
modifiers cleanup: remove "sa" acos/asin/sqrt functions and use "safe_" variants 2023-11-07 19:49:01 +01:00
nodes Build: Update OpenImageDenoise to 2.1.0 2023-11-08 10:12:05 +01:00
python Merge branch 'blender-v4.0-release' 2023-11-09 18:45:17 +11:00
render Realtime Compositor: Support full precision compositing 2023-11-08 08:32:00 +01:00
sequencer Cleanup: spelling in comments 2023-11-09 09:54:28 +11:00
shader_fx Cleanup: Move BKE_object.hh to C++ 2023-10-09 23:41:53 +02:00
simulation Revert changes from main commits that were merged into blender-v4.0-release 2023-10-30 21:40:35 +01:00
windowmanager Cleanup: suppress UBSAN undefined behavior warnings 2023-11-09 17:28:39 +11:00
CMakeLists.txt