Blender Git Loki
Git Commits -> Revision 0ec76c6
Revision 0ec76c6 by Campbell Barton (master) April 12, 2008, 15:03 (GMT) |
removed blenders backup feature. sprintf(str, "/bin/su root -c 'cd %s; /bin/tar cf - "%s" | (/bin/cd %s; /bin/tar xf -)'", from, file, to); return system(str); This would ask for a password in blenders terminal, in ubuntu there is no root user... If this feature is added back it should be written in a much nicer way. Also made HKey toggle hidden files in the file selector. |
Commit Details:
Full Hash: 0ec76c6dcf462f51d8f2a46c21dbd83870fc4eda
SVN Revision: 14396
Parent Commit: 165bfce
Lines Changed: +10, -19