Revision 1352a95 by Lukas Toenne September 10, 2012, 06:18 (GMT) |
Cleanup for OSL linking in cmake: Move cmake OSL library search and path definition from the cycles macro file to the top-level CMakeLists.txt. This makes the OSL_LIBRARIES and other variables accessible throughout Blender cmake scripts and especially in the creator module for linking libraries. |
Revision 12c71a8 by Campbell Barton September 10, 2012, 06:10 (GMT) |
fix [#32384] Submenu hotkeys not working at all since 2.6x |
Revision 1a22503 by Campbell Barton September 10, 2012, 06:05 (GMT) |
code cleanup: use an enum typedef for button types. it was quite annoying debugging UI code since the defines are bit-shifted. GDB would show but->type as 13824 and blender define was (27 << 9). Now but->type shows as a humanly readable names. |
Revision 35faf96 by Campbell Barton September 10, 2012, 05:47 (GMT) |
missing include in own recent commit |
Revision e647c74 by Campbell Barton September 10, 2012, 03:42 (GMT) |
fix [#32518] Vertex slide crash sometimes. Undo would leave BMEditMesh->me pointer NULL, this would likely crash EDBM_verts_mirror_cache_begin() too. Rather then restore 'me', remove the pointer altogether and use BMEditMesh->ob->data to save us having to keep track of 2 pointers. |
Revision 2812dd9 by Campbell Barton September 10, 2012, 03:34 (GMT) |
code cleanup: use BMEdit_FromObject() rather then me->edit_btmesh in more places. |
Revision 7e2259b by Campbell Barton September 10, 2012, 02:45 (GMT) |
code cleanup: use more specific args |
Revision 6b1895d by Campbell Barton September 10, 2012, 02:04 (GMT) |
when pressing `play` report when the first frame can't be found. |
Revision 61d40c3 by Campbell Barton September 10, 2012, 01:55 (GMT) |
code cleanup: use single define for undo string size, was 64 mostly, but 512 in the UI. |
Revision eb9a7c2 by Campbell Barton September 10, 2012, 01:34 (GMT) |
style cleanup |
Revision 4249718 by Campbell Barton September 10, 2012, 01:22 (GMT) |
fix for own error in r50482. |
Revision 3ded533 by Campbell Barton September 10, 2012, 01:07 (GMT) |
style cleanup |
Revision c810e41 by Brecht Van Lommel September 9, 2012, 11:04 (GMT) |
Fix #32513: incorrect color management in Material draw mode for Cycles. |
Revision f1a498a by Sergey Sharybin September 9, 2012, 08:33 (GMT) |
Revision 521c085 by Campbell Barton September 9, 2012, 01:44 (GMT) |
fix [#29072] Color pickers don't close properly when moving the mouse away instead of checking if the mouse is over another button to exit the popup. Just check if the mouse is outside the rect-union between the button and the popup. |
Revision aa2d84d by Campbell Barton September 9, 2012, 00:00 (GMT) |
style cleanup: also remove some redundant conversions int -> short -> int |
Revision 693ceac by Campbell Barton September 8, 2012, 23:26 (GMT) |
fix for security flaw CVE-2008-1103, ref BZ #855092 on https://bugzilla.redhat.com patch provided by Jochen Schmitt, made some minor edits. |
Revision 1e2d304 by Campbell Barton September 8, 2012, 23:07 (GMT) |
minor improvements to saving quit.blend, print the OS error if the file fails to be created or written. |
Revision bad06c1 by Sv. Lockal September 8, 2012, 19:40 (GMT) |
fix for error in own recent commit: do not hide alpha in HSV and Hex modes |
Revision 37a7049 by Sergey Sharybin September 8, 2012, 10:17 (GMT) |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021