|
Blender V4.3
|
#include "BKE_brush.hh"#include "BKE_colortools.hh"#include "BKE_context.hh"#include "BKE_crazyspace.hh"#include "BKE_curves.hh"#include "BKE_deform.hh"#include "BKE_grease_pencil_vertex_groups.hh"#include "BKE_modifier.hh"#include "BKE_object_deform.h"#include "BKE_paint.hh"#include "BKE_scene.hh"#include "DEG_depsgraph_query.hh"#include "BLI_kdtree.h"#include "BLI_rect.h"#include "DNA_meshdata_types.h"#include "ED_grease_pencil.hh"#include "ED_view3d.hh"#include "grease_pencil_intern.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::ed |
| namespace | blender::ed::sculpt_paint |
| namespace | blender::ed::sculpt_paint::greasepencil |
Variables | |
| static constexpr float | blender::ed::sculpt_paint::greasepencil::FIND_NEAREST_POINT_EPSILON = 1e-6f |
| static constexpr int | blender::ed::sculpt_paint::greasepencil::BLUR_NEIGHBOUR_NUM = 5 |
| static constexpr int | blender::ed::sculpt_paint::greasepencil::SMEAR_NEIGHBOUR_NUM = 8 |