Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 3476 / 5574

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.
September 10, 2012, 06:10 (GMT)
fix [#32384] Submenu hotkeys not working at all since 2.6x
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.
September 10, 2012, 05:47 (GMT)
missing include in own recent commit
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.
September 10, 2012, 03:34 (GMT)
code cleanup: use BMEdit_FromObject() rather then me->edit_btmesh in more places.
September 10, 2012, 02:45 (GMT)
code cleanup: use more specific args
September 10, 2012, 02:04 (GMT)
when pressing `play` report when the first frame can't be found.
September 10, 2012, 01:55 (GMT)
code cleanup: use single define for undo string size, was 64 mostly, but 512 in the UI.
September 10, 2012, 01:34 (GMT)
style cleanup
September 10, 2012, 01:22 (GMT)
fix for own error in r50482.
September 10, 2012, 01:07 (GMT)
style cleanup
September 9, 2012, 11:04 (GMT)
Fix #32513: incorrect color management in Material draw mode for Cycles.
September 9, 2012, 08:33 (GMT)
Merging r50478 through r50483 from trunk into soc-2011-tomato

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.
September 9, 2012, 00:00 (GMT)
style cleanup:
also remove some redundant conversions int -> short -> int
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.
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
September 8, 2012, 10:17 (GMT)
Merging r50470 through r50477 from trunk into soc-2011-tomato

Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021