Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Lucke <jacques@blender.org>2021-01-22 15:46:13 +0300
committerJacques Lucke <jacques@blender.org>2021-01-22 15:46:13 +0300
commit18e063b69db3f810dae9753030111c1a2ea67117 (patch)
treed34747c672888e0e7ce3693a520e6a32926c32b0 /source/blender/blenkernel/intern/brush.c
parent7a07ca1f8c2603bbd2feb5771dee311bbd528ed9 (diff)
Functions: use better conversion from float2 to float3
Previously float2 was converted to float3 by implicitly converting to a float pointer first, which was then passed to the float3 constructor. This leads to uninitialized memory in the z component of the new float3. Ideally this should be solved in float2/float3 itself, but my first fix for that resulted in a compile error: rB6ac0a3d83c8e5a39bd5356aa0d68e3166bd91e82 This is an alternative fix that can be used for now. Will have to look into the conversion in more detail again.
Diffstat (limited to 'source/blender/blenkernel/intern/brush.c')
0 files changed, 0 insertions, 0 deletions