Blender Git Loki
Git Commits -> Revision 9c928bb
Revision 9c928bb by Bastien Montagne (master) January 5, 2019, 15:33 (GMT) |
Fix T60183: Images as Planes (addon) Attribute Error. Partially revert rB1b8c3774a86ebc04fceb9cd, there is no good reason to make object.dimensions read-only, it works perfectly well from python API! Only breaking case was that weird multi-editing UI feature, due to how it sets things. But RNA setter itself works fine, and it's a handy shortcut/helper for scripts. Also when breaking API, it is good practivce to at least check official add-ons... |
Commit Details:
Full Hash: 9c928bb93e04f376ef6a9a84137a4109bbf7f7c0
Parent Commit: 1461d01
Lines Changed: +9, -4
1 Modified Path:
/source/blender/makesrna/intern/rna_object.c (+9, -4) (Diff)