Blender Git Loki
Git Commits -> Revision 4b248c1
Revision 4b248c1 by Philipp Oeser (master) November 26, 2020, 15:57 (GMT) |
Fix T82729: Crash in rna_EffectorWeight_path when object has fluid and dynamic paint modifiers Looks like prior to the introduction of mantaflow, the former SmokeModifierData always had a domain initialized (even if its type was set to None). Since mataflow, the FluidModifierData type needs to be set to MOD_FLUID_TYPE_DOMAIN (otherwise domain is invalid) Maniphest Tasks: T82729 Differential Revision: https://developer.blender.org/D9644 |
Commit Details:
Full Hash: 4b248c16589b1cdf12b82f74a4ac32e29b6b10f4
Parent Commit: 87030d8
Lines Changed: +3, -2
1 Modified Path:
/source/blender/makesrna/intern/rna_object_force.c (+3, -2) (Diff)