Blender Git Loki
July 6, 2018, 15:40 (GMT) |
Ocean Modifier: ported from DerivedMesh to Mesh |
July 6, 2018, 15:40 (GMT) |
Ocean Modifier: refactored the delayed-refresh approach The approach of setting 'refresh' flags on the modifier, and performing the associated actions when the modifier is being evaluated, is a bad one. Instead, we use the separation of the original and the evaluated copy to 'refresh' certain things (because they simply aren't set at all on the original). Other actions are now done directly with BKE_ocean_xxx functions on the original data, intead of during evaluation. |
July 6, 2018, 15:40 (GMT) |
Added comment for DEG_TAG_PSYS_xxx and PSYS_RECALC_xxx relation |
July 6, 2018, 15:40 (GMT) |
Ported mesh_create_derived_view() to mesh_create_eval_final_view() |