Changeset View
Changeset View
Standalone View
Standalone View
source/blender/functions/intern/cpp_types.cc
| Show All 28 Lines | |||||
| MAKE_CPP_TYPE(float2, blender::float2) | MAKE_CPP_TYPE(float2, blender::float2) | ||||
| MAKE_CPP_TYPE(float3, blender::float3) | MAKE_CPP_TYPE(float3, blender::float3) | ||||
| MAKE_CPP_TYPE(float4x4, blender::float4x4) | MAKE_CPP_TYPE(float4x4, blender::float4x4) | ||||
| MAKE_CPP_TYPE(int32, int32_t) | MAKE_CPP_TYPE(int32, int32_t) | ||||
| MAKE_CPP_TYPE(uint32, uint32_t) | MAKE_CPP_TYPE(uint32, uint32_t) | ||||
| MAKE_CPP_TYPE(uint8, uint8_t) | MAKE_CPP_TYPE(uint8, uint8_t) | ||||
| MAKE_CPP_TYPE(Color4f, blender::Color4f) | MAKE_CPP_TYPE(ColorGeometry4f, blender::ColorGeometry4f) | ||||
| MAKE_CPP_TYPE(Color4b, blender::Color4b) | MAKE_CPP_TYPE(ColorGeometry4b, blender::ColorGeometry4b) | ||||
jbakker: Should discuss what to do with Color4b... Perhaps use blender::ColorTheme? | |||||
| MAKE_CPP_TYPE(string, std::string) | MAKE_CPP_TYPE(string, std::string) | ||||
| } // namespace blender::fn | } // namespace blender::fn | ||||
Should discuss what to do with Color4b... Perhaps use blender::ColorTheme?