Blender Git Commit Log
Git Commits -> Revision 0e52b91
Revision 0e52b91 by Jacques Lucke (master) April 21, 2020, 14:57 (GMT) |
BLI: add float2, float3, float4x4, Color4f and Color4b Reviewers: brecht, campbellbarton, sergey Differential Revision: https://developer.blender.org/D7450 |
Commit Details:
Full Hash: 0e52b91f97bcb800dc4f07f93f7f07e1cf9cab1c
Parent Commit: 805c52b
Lines Changed: +515, -0
4 Added Paths:
/source/blender/blenlib/BLI_color.hh (+92, -0) (View)
/source/blender/blenlib/BLI_float2.hh (+86, -0) (View)
/source/blender/blenlib/BLI_float3.hh (+218, -0) (View)
/source/blender/blenlib/BLI_float4x4.hh (+115, -0) (View)
/source/blender/blenlib/BLI_float2.hh (+86, -0) (View)
/source/blender/blenlib/BLI_float3.hh (+218, -0) (View)
/source/blender/blenlib/BLI_float4x4.hh (+115, -0) (View)
1 Modified Path:
/source/blender/blenlib/CMakeLists.txt (+4, -0) (Diff)