Blender Git Loki
Git Commits -> Revision 9699592
Revision 9699592 by Campbell Barton (master) April 11, 2011, 15:31 (GMT) |
py api: bpy.data.is_dirty wasn't working like image is dirty, instead is would return if the file was saved or not. - rename to 'is_saved' (and negated). - add 'is_dirty' which is true when the files edits are not saved to disk. |
Commit Details:
Full Hash: 96995926283d99876882950ba05e0a0a01335a0a
SVN Revision: 36102
Parent Commit: 66419dc
Lines Changed: +20, -4