Go to the source code of this file.
|
| static float | blender::io::grease_pencil::get_average (const Span< float > values) |
| |
| static ColorGeometry4f | blender::io::grease_pencil::get_average (const Span< ColorGeometry4f > values) |
| |
| static std::optional< float > | blender::io::grease_pencil::try_get_constant_value (const VArray< float > values, const float epsilon=1e-5f) |
| |
| static IndexMask | blender::io::grease_pencil::get_visible_strokes (const Object &object, const bke::greasepencil::Drawing &drawing, IndexMaskMemory &memory) |
| |
| static std::optional< Bounds< float2 > > | blender::io::grease_pencil::compute_drawing_bounds (const ARegion ®ion, const RegionView3D &rv3d, const Object &object, const Object &object_eval, const int layer_index, const int frame_number, const bke::greasepencil::Drawing &drawing) |
| |
| static std::optional< Bounds< float2 > > | blender::io::grease_pencil::compute_objects_bounds (const ARegion ®ion, const RegionView3D &rv3d, const Depsgraph &depsgraph, const Span< GreasePencilExporter::ObjectInfo > objects, const int frame_number) |
| |
| static float4x4 | blender::io::grease_pencil::persmat_from_camera_object (Scene &scene) |
| |