Home
last modified time | relevance | path

Searched refs:need_pmap (Results 1 – 5 of 5) sorted by relevance

/dports/math/cgal/CGAL-5.3/include/CGAL/Surface_mesh/IO/
H A D3MF.h112 bool need_pmap = false; in read_3MF() local
117 need_pmap = true; in read_3MF()
122 if(need_pmap) in read_3MF()
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/Plugins/IO/
H A D3mf_io_plugin.cpp104 bool need_pmap = false; in load() local
109 need_pmap = true; in load()
113 if(need_pmap) in load()
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/
H A DBKE_paint.h597 bool need_pmap,
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dpaint.c1528 bool need_pmap, in sculpt_update_object() argument
1622 if (need_pmap && ob->type == OB_MESH && !ss->pmap) { in sculpt_update_object()
1738 Depsgraph *depsgraph, Object *ob_orig, bool need_pmap, bool need_mask, bool need_colors) in BKE_sculpt_update_object_for_edit() argument
1748 sculpt_update_object(depsgraph, ob_orig, me_eval, need_pmap, need_mask, need_colors); in BKE_sculpt_update_object_for_edit()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/sculpt_paint/
H A Dsculpt.c7107 bool need_pmap = sculpt_needs_connectivity_info(sd, brush, ss, 0); in SCULPT_stroke_modifiers_check() local
7109 (!BKE_sculptsession_use_pbvh_draw(ob, v3d) && need_pmap)) { in SCULPT_stroke_modifiers_check()
7111 BKE_sculpt_update_object_for_edit(depsgraph, ob, need_pmap, false, false); in SCULPT_stroke_modifiers_check()