Home
last modified time | relevance | path

Searched refs:PEP_HIDE (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/editors/physics/
H A Dparticle_edit_utildefines.h35 if (!(point->flag & PEP_HIDE))
H A Dparticle_edit.c624 if (point->flag & PEP_HIDE) { in point_is_selected()
781 if (point->flag & PEP_HIDE) { in foreach_mouse_hit_key_iter()
1853 if (point->flag & PEP_HIDE) { in select_root()
1922 if (point->flag & PEP_HIDE) { in select_tip()
2348 point->flag |= PEP_HIDE; in hide_exec()
2358 point->flag |= PEP_HIDE; in hide_exec()
2404 if (point->flag & PEP_HIDE) { in reveal_exec()
2405 point->flag &= ~PEP_HIDE; in reveal_exec()
3412 if (point->flag & PEP_HIDE) { in PE_mirror_x()
3560 if (edit->points[pa_index].flag & PEP_HIDE) { in brush_cut()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/editors/transform/
H A Dtransform_convert_particle.c75 if ((point->flag & PEP_HIDE) == 0) { in createTransParticleVerts()
H A Dtransform_gizmo_3d.c985 if (point->flag & PEP_HIDE) { in ED_transform_calc_gizmo_stats()
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/
H A DBKE_pointcache.h220 #define PEP_HIDE 8 macro
/dports/graphics/blender/blender-2.91.0/source/blender/draw/intern/
H A Ddraw_cache_impl_particles.c1537 if (point->flag & PEP_HIDE) { in ensure_edit_inner_points_count()
1561 if (point->flag & PEP_HIDE) { in particle_batch_cache_ensure_edit_inner_pos()
1597 if (point->flag & PEP_HIDE) { in ensure_edit_tip_points_count()
1619 if (point->flag & PEP_HIDE) { in particle_batch_cache_ensure_edit_tip_pos()