This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender/blenkernel
Konrad Kleine 60a5e05a4d Fix #32625 Zero area-sized faces caused jittered part. distrib. to crash
When appling a particle system to a face whose area size is zero,
the jitter distribution failed. fmod() produces a NaN value in this
case. This commit simply checks if the jitter offset (I guess that is
"jitoff" means) and only call psys_uv_to_w() if it's a real floating
point number.
2012-09-23 17:50:51 +00:00
..
2012-05-16 23:37:23 +00:00
2012-06-06 22:38:39 +00:00
2012-03-02 16:05:54 +00:00
2012-06-06 22:38:39 +00:00
2012-05-29 10:21:07 +00:00