Tom Musgrove
8e35d91985
ok now all 3 major platforms should work
2010-03-07 02:38:15 +00:00
Tom Musgrove
d6a28f438f
doh that is what i get for committing before testing... adding missing lines
2010-03-07 02:14:52 +00:00
Campbell Barton
03bd7346ef
reverting 27304, please test before committing.
2010-03-07 02:12:51 +00:00
Tom Musgrove
1eed648aa9
allow darwin and windows users to use the view based image editing also, temporary hard coded workaround till it is setable via prefs
2010-03-07 02:08:43 +00:00
Campbell Barton
3838b80cf1
re-project + gimp integration, now its easy to edit the view in the gimp and apply the projection back without manually opening and saving files.
2010-03-06 21:47:16 +00:00
Campbell Barton
7c0d2ffb64
pep8 cleanup
2010-03-06 01:40:29 +00:00
Campbell Barton
fbb8672da4
replace operator options bl_undo and bl_register with bl_options
...
eg.
bl_options = {'REGISTER', 'UNDO', 'BLOCKING', 'GRAB_POINTER'}
This didnt exist when operators were originally wrapped.
2010-03-01 00:03:51 +00:00
Campbell Barton
bbf6dde277
rna/py api
...
rename image.save() --> image.save_render() because it uses render settings for saving.
added image.save() which is like pressing save in the image view, saving to the images path and removing the dirty flag.
2010-02-26 12:28:44 +00:00
Campbell Barton
97bdfe6f1b
pep8 cleanup + correction for external player operator return value.
2010-02-22 23:32:58 +00:00
Campbell Barton
23efeff6a9
[ #21177 ] Text editor
...
Running scripts directly didnt call the register function, even though this is not essential its good to be able to run a script directly and see changes in the UI.
2010-02-16 09:55:07 +00:00
Campbell Barton
39c04315e2
change python scripts so modules which register with blender have a register() function rather then making import automatically run the register functions (generally considered bad practice by python people)
2010-02-14 11:21:21 +00:00
Campbell Barton
081c1205a3
correct fsf address
2010-02-12 13:34:04 +00:00
Campbell Barton
912fdcacab
button to save edited textures in texture paint
2010-02-12 11:34:25 +00:00