Revision ee8fbeb by Martijn Berger November 7, 2015, 07:34 (GMT) |
Change cpack package name to be "blender" instead of "Blender" |
Revision 659af5d by Martijn Berger November 7, 2015, 07:26 (GMT) |
[Windows] Make installer use the template |
Revision 6208ca2 by Campbell Barton November 7, 2015, 06:36 (GMT) |
Cleanup: ui align header |
Revision dcc41c4 by Campbell Barton November 7, 2015, 06:31 (GMT) |
Cleanup: spelling, headers |
Revision 02f3ceb by Bastien Montagne November 6, 2015, 18:27 (GMT) |
Fix T46522: DataTransfer modifier: Impossible to set multiple transfer modes by script (if they're on different properties). This patch basically gets rid of (ui-related) hack where we was adding specific 'fake' enums for datatypes needing additional options. That was done because of broken UI code - to summarize, 'align' code did not support correctly layout mixing vertical and horizontal sub-layouts, in particular if it was 'column-major'. A complete rewrite of this align code has been done, so now we can use a more sane UI code. |
Revision e77e018 by Bastien Montagne November 6, 2015, 17:54 (GMT) |
Fix typo in new error reporting during arg parsing. |
Revision 3d39b98 by Bastien Montagne November 6, 2015, 17:54 (GMT) |
New uialign code, based on 2D positions of widgets. This new code fixes a tons of issues with previous one, which basically was epic-failing in many non-basic cases (especially mixed columns and rows with column-dominant layout). It basically no more relies over order of buttons declaration in the uiBlock, instead it finds and stores spatial neighbors and uses that data to compute needed stitching. See code comments for details. New code seems to be roughly ten times slower than old one (for complex grouped layouts), that is, about a few microsecconds per alignment group - this remains reasonable. Also, ui-align code becomming rather big in itself, it was separated in own new `interface_align.c` file. Reviewers: campbellbarton, severin Reviewed By: campbellbarton, severin Differential Revision: https://developer.blender.org/D1573 |
Revision a25df21 by Campbell Barton November 6, 2015, 15:07 (GMT) |
Command line args: print error w/ invalid numbers |
Revision cf08dc9 by Julian Eisel November 6, 2015, 14:01 (GMT) |
Use toggle buttons instead of checkboxes for VSE proxy percentage Was inconsistent with Clip Editor which uses toggle buttons. Toggle buttons are narrower, so changing to them. Reported in T46708. |
Revision 97c8619 by Sergey Sharybin November 6, 2015, 13:36 (GMT) |
Fix T46587: Drivers do not work in node groups This commit makes drivers on node groups to with when using new dependency graph. Still TODO: Need a relation between drivers and tree evaluation perhaps, so we guarantee proper order of all operations. |
Revision 1ffdb1b by Campbell Barton November 6, 2015, 09:09 (GMT) |
Revision 4b316e7 by Julian Eisel November 5, 2015, 18:41 (GMT) |
Draw limit & mist indicators darker for non-active cameras Darkens the colors for limit and mist indicators of non-active cameras. This makes it easier to see which indicators belong to the active camera and which don't. Useful for layouts with multiple cameras. Requested by the Caminandes team. |
Revision 7a09d15 by Campbell Barton November 5, 2015, 18:34 (GMT) |
Cleanup: comments/style |
Revision 1adc196 by Campbell Barton November 5, 2015, 14:56 (GMT) |
Correct error in recent commit |
Revision 131c2a2 by Campbell Barton November 5, 2015, 14:13 (GMT) |
Use 'beauty' for sculpt triangulation Causes fewer degenerate quads. |
Revision 0f769af by Campbell Barton November 5, 2015, 14:13 (GMT) |
Revision cb39a41 by Bastien Montagne November 5, 2015, 11:57 (GMT) |
Fix T46691: Graph Editor, Channel, Toggle Channel Editability. Cannot reassign hotkey after removing it. Anim Channels keymap is not editor-related... |
Revision fcf8f01 by Porteries Tristan November 5, 2015, 11:34 (GMT) |
BGE: Cleanup occlusion buffer in CcdPhysicsEnvironment.cpp This patch cleanup spaces/braces and newlines. Reviewers: moguri, kupoman Reviewed By: moguri, kupoman Subscribers: kupoman Differential Revision: https://developer.blender.org/D1607 |
Revision ebb2a78 by Campbell Barton November 5, 2015, 11:25 (GMT) |
Error in last commit |
Revision 06ef778 by Bastien Montagne November 5, 2015, 10:10 (GMT) |
Fix T46699: copy_prev_settings() gives misleading error message when previous version's config dir doesn't exist. |
|
|
|


Master Commits
MiikaHweb | 2003-2021