Blender Git Loki
Git Commits -> Revision e7e792f
Revision e7e792f by Bastien Montagne (temp-dynamic-overrides) May 27, 2018, 14:34 (GMT) |
Fix broken RNA override apply in Dynamic case. Was accessing some pointers it should not access in Dynamic case. Typical stupid mistakes that happen when you code without being able to test your changes... ;) Also made code a bit clear by using a global bool is_dynamic_override, instead of using crappy NULL-pointer check. |
Commit Details:
Full Hash: e7e792f0f4bbbba1e947f278a26baa06b0b983ba
Parent Commit: a5ca6d7
Lines Changed: +78, -56