Home
last modified time | relevance | path

Searched refs:particle_smooth (Results 1 – 4 of 4) sorted by relevance

/dports/math/py-yt/yt-4.0.1/yt/data_objects/index_subobjects/
H A Doctree_subset.py7 import yt.geometry.particle_smooth as particle_smooth namespace
353 cls = getattr(particle_smooth, f"{method}_smooth", None)
454 cls = getattr(particle_smooth, f"{method}_smooth", None)
/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/
H A DDNA_dynamicpaint_types.h247 float particle_radius, particle_smooth; member
/dports/math/py-yt/yt-4.0.1/
H A D.gitignore25 yt/geometry/particle_smooth.c
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Ddynamicpaint.c1167 brush->particle_smooth = 0.05f; in dynamicPaint_createType()
1318 t_brush->particle_smooth = brush->particle_smooth; in dynamicPaint_Modifier_copy()
4418 const float smooth = brush->particle_smooth * surface->radius_scale; in dynamic_paint_paint_particle_cell_point_cb_ex()
4591 const float smooth = brush->particle_smooth * surface->radius_scale; in dynamicPaint_paintParticles()