Sergey Sharybin
8aeba8ec8b
Merging r49815 through r49833 from trunk into soc-2011-tomato
2012-08-12 10:07:55 +00:00
Campbell Barton
c567cf3fab
code cleanup: WM naming conventions
2012-08-11 21:35:24 +00:00
Sergey Sharybin
2e30bf28c1
Merging r49711 through r49737 from trunk into soc-2011-tomato
2012-08-09 17:03:33 +00:00
Campbell Barton
5e0f254afa
utility functions for getting/setting rectangles for operators.
2012-08-08 20:38:55 +00:00
Campbell Barton
f0951f58ca
code cleanup: rename G.afbreek --> is_break, G.rendering --> is_rendering
2012-08-08 18:37:06 +00:00
Campbell Barton
0b5a995cfd
code cleanup: rename G.rt to G.debug_value
2012-08-08 18:21:54 +00:00
Sergey Sharybin
5ad7ab03e3
Merging r49681 through r49707 from trunk into soc-2011-tomato
2012-08-08 16:48:05 +00:00
Sergey Sharybin
1bf893e9c8
Code cleanup: BKE_ prefix for public sequencer functions
2012-08-08 11:15:40 +00:00
Campbell Barton
db6c4ba11e
bring back the play option from 2.4x
2012-08-06 16:07:11 +00:00
Campbell Barton
cc1af6bb36
fix for memory leak playing animations.
2012-08-06 15:54:52 +00:00
Campbell Barton
77610e1550
svn merge ^/trunk/blender -r49573:49601
2012-08-06 09:33:43 +00:00
Campbell Barton
5bb97305a4
fix for node clipboard leak on exit, also use blenders convention for function naming with BKE clipboard funcs.
2012-08-06 08:25:24 +00:00
Campbell Barton
887d517e3b
use define for 0.375 = GLA_PIXEL_OFS, used all over the interface.
...
also use M_SQRT1_2 in math_rotation.c
2012-08-05 17:27:52 +00:00
Sergey Sharybin
cae3dbd141
Merging r49534 through r49573 from trunk into soc-2011-tomato
2012-08-05 12:54:39 +00:00
Campbell Barton
97e9659c53
style cleanup
2012-08-04 12:54:27 +00:00
Campbell Barton
9ff4fa6671
style cleanup
2012-08-04 12:30:16 +00:00
Campbell Barton
6972e19fd5
code cleanup:
...
- replace (strcmp(vfont->name, FO_BUILTIN_NAME) == 0) with (BKE_vfont_is_builtin(vfont)).
- reduce some double promotions.
2012-08-03 22:12:57 +00:00
Campbell Barton
82158b7c34
svn merge ^/trunk/blender -r49531:49533
2012-08-03 15:05:20 +00:00
Campbell Barton
173b998735
fix/edits to vector font handling
...
- don't overwrite the font path with "<builtin>" when the font file cant be found, it caused bad problems when loading files on someone elses systems when paths couldn't be found blender would silently clobber paths (tsk tsk).
- when fonts are freed their temp data is now freed too.
- assigning a new filepath to a font now refreshes the object data.
2012-08-03 15:03:40 +00:00
Sergey Sharybin
3f5e3ae0bf
Merging r49413 through r49450 from trunk into soc-2011-tomato
2012-08-01 14:14:22 +00:00
Campbell Barton
179d00fb9c
make node select_all consistent with other select operators, also add Ctrl+I, select inverse to node space.
2012-08-01 13:28:19 +00:00
Campbell Barton
0fee289551
style cleanup: >120 line length
2012-08-01 10:44:55 +00:00
Sergey Sharybin
9811e847ca
Fix #32209 : Autosave ignores multires sculpting
...
Use a bit different fix, which gets active scene from context and
uses this scene to figure out active object instead of itterating
through all the objects.
2012-08-01 09:04:40 +00:00
Campbell Barton
a70a48814e
fix [ #32232 ] Running script that changes area.type crashes blender.
...
(reported the bug to keep some reference to the script that crashes).
2012-07-31 22:15:54 +00:00
Sergey Sharybin
49e0c832e1
Move sRGB conversion initialization to init_exit routines
...
It was a threading issue in color management project which potentially
could happen in trunk as well.
2012-07-27 14:53:57 +00:00
Sergey Sharybin
a63ffa9ae3
Merging r49281 through r49286 from trunk into soc-2011-tomato
2012-07-27 11:07:55 +00:00
Jason Wilkins
6926e924c0
GetStdHandle may return NULL, which isn't really an error, or INVALID_HANDLE_VALUE which does indicate an error, but both should be checked.
2012-07-27 10:48:33 +00:00
Campbell Barton
ae5fc40a63
svn merge ^/trunk/blender -r49256:49260
2012-07-26 17:15:28 +00:00
Jason Wilkins
6b3b7465b6
On windows with --debug flag, change "Press enter key to exit..." to "Press any key to exit . . .". This is implemented by the new function wait_for_console_key.
2012-07-26 16:56:09 +00:00
Sergey Sharybin
0051d24b23
Merging r49191 through r49211 from trunk into soc-2011-tomato
2012-07-25 15:07:47 +00:00
Campbell Barton
071a1034d6
add mask keymap to image window.
...
debug prints for events when --debug-events is used to help track down why a key is/isnt used.
2012-07-25 14:46:38 +00:00
Campbell Barton
371e259a0b
svn merge ^/trunk/blender -r49037:49061
2012-07-19 10:29:39 +00:00
Campbell Barton
250cdd5e52
code cleanup: remove commented includes - mostly from 2.4x
2012-07-18 23:07:07 +00:00
Sergey Sharybin
1f66c7eeca
Merging r49020 through r49024 from trunk into soc-2011-tomato
2012-07-18 11:49:18 +00:00
Campbell Barton
8f32070e9d
fix incorrect assert for mask face checking, also correct own bad spelling
2012-07-18 11:01:23 +00:00
Sergey Sharybin
c415a01fea
Merging r48992 through r48995 from trunk into soc-2011-tomato
2012-07-17 10:46:32 +00:00
Campbell Barton
f9795b353e
fix for building without the compositor
2012-07-17 10:19:47 +00:00
Campbell Barton
43fede9519
svn merge ^/trunk/blender -r48986:48991
2012-07-17 09:58:20 +00:00
Campbell Barton
32cf7fcdb1
code cleanup: spelling
2012-07-16 23:23:33 +00:00
Campbell Barton
284d9422f4
svn merge ^/trunk/blender -r48937:48953
2012-07-16 08:48:06 +00:00
Campbell Barton
4cacff2342
fix for linking with scons.
2012-07-16 08:42:55 +00:00
Sergey Sharybin
0c087e5154
Merging r48928 through r48937 from trunk into soc-2011-tomato
2012-07-15 10:51:36 +00:00
Campbell Barton
7cc5af4ef3
minor refactor for rect functions. more consistent naming.
2012-07-15 00:29:56 +00:00
Sergey Sharybin
8764e7507f
Merging r48829 through r48861 from trunk into soc-2011-tomato
2012-07-12 12:12:21 +00:00
Thomas Dinges
4f5d982fb1
Readme and Release Log Links:
...
* Update to 2.64
2012-07-11 21:57:11 +00:00
Campbell Barton
a5127dba57
vector versions of BLI_in_rctf / BLI_in_rcti, (BLI_in_rctf_v, BLI_in_rcti_v)
...
use where possible.
2012-07-11 18:17:48 +00:00
Campbell Barton
37e73082ab
play animation now works switching between scrubbing and pingpong
2012-07-08 18:20:29 +00:00
Campbell Barton
1bca7fe492
svn merge ^/trunk/blender -r48691:48729
2012-07-08 15:55:58 +00:00
Campbell Barton
cfb7aee017
style cleanup
2012-07-07 22:51:57 +00:00
Campbell Barton
84bf3e48c0
style cleanup: use c style comments in C code
2012-07-06 23:56:59 +00:00