Revision 838a343 by Antonio Vazquez February 3, 2019, 18:56 (GMT) |
GP: Fix compiler error |
Revision 2672552 by Antonio Vazquez February 3, 2019, 12:27 (GMT) |
T61140 Shortcut Eraser and Eraser are not the same Set default eraser with the last eraser used, and remove the toggle button from UI panel. |
Revision 2a23737 by Joshua Leung February 3, 2019, 11:41 (GMT) |
Fix typos |
Revision 65340ad by Joshua Leung February 3, 2019, 11:41 (GMT) |
Fix T60753: Graph Editor showing cache curves regardless of filters This commit adds a datablock filtering option for cache files channels, so that a shot with lots of these in addition to standard animation (e.g. the Spring production files) don't become bogged down by these. Furthermore, these channels also respect the "Only Selected" toggle too now. |
Revision 744f633 by Campbell Barton February 3, 2019, 03:59 (GMT) |
Cleanup: trailing commas Needed for clan-format not to wrap onto one line. |
Revision 141c607 by Campbell Barton February 2, 2019, 04:23 (GMT) |
WM: Event simulation support for Python This feature is intended only for testing, to automate simulating user input. - Enabled by '--enable-event-simulate'. - Disables handling all real input events. - Access by calling `Window.event_simulate(..)` - Disabling `bpy.app.use_event_simulate` to allow handling real events (can only disable). Currently only mouse & keyboard events work well, NDOF, IME... etc could be added as needed. See D4286 for example usage. |
Revision 99b8eef by Campbell Barton February 2, 2019, 03:45 (GMT) |
BKE_global: clear deprecated flags on load (all of them) |
Revision d46c910 by Campbell Barton February 2, 2019, 03:01 (GMT) |
Cleanup: match logic for merging G.f & G.fileflags on load |
Revision afcbf7c by Campbell Barton February 2, 2019, 02:49 (GMT) |
Cleanup: use G_FLAG_*/G_FILE_* for G.f/fileflags Was confusing eg: G_AUTOPACK belonged to G.fileflags, G_PICKSEL to G.f. |
Revision a53011d by Campbell Barton February 2, 2019, 02:29 (GMT) |
Cleanup: use enum for BKE globals |
Revision 4ef09cf by Campbell Barton February 2, 2019, 00:58 (GMT) |
Cleanup: remove author/date info from doxy headers |
Revision a3bf8da by Campbell Barton February 1, 2019, 22:37 (GMT) |
Merge branch 'blender2.7' |
Revision 9a63fa2 by Brecht Van Lommel February 1, 2019, 19:56 (GMT) |
Color management: change view transform for color pickers and display modes. * Use simple default view transform for color pickers, as Filmic does not work well for all types of colors. We better handle this with an option and tagging of colors as emissive or albedo like. * For solid/workbench we also no longer use Filmic, as there is not enough contrast and it's not really needed since this is not physically based lighting. * For lookdev always take into account the view transform and look. Other view settings like exposure are only taken into account if scene lighting is used, since these are often dependent on scene light intensity. Fixes T61022, T57649, T59363. |
Revision 81fc55f by Bastien Montagne February 1, 2019, 19:35 (GMT) |
Fix T61010: Keying Set - Description edit box disabled, for internal use only. Wrong property flag for that one, KeyingSet is a regular RNA class, not a registrable 'interface' one, unlike KeyingSetInfo... |
Revision 81159e9 by Brecht Van Lommel February 1, 2019, 18:08 (GMT) |
Fix T61078: Cycles crash with adaptive smoke sim playback. 3D image dimensions should be updated on the Cycles side before loading the smoke data. |
Revision f92b8c2 by Brecht Van Lommel February 1, 2019, 17:04 (GMT) |
Fix T58206: Eevee light energy soft maximum is too low. |
Revision 530d9f4 by Antonioya February 1, 2019, 16:20 (GMT) |
Cleanup: Remove manually missing original author Name was part of the header GPL text. |
Revision b8e409b by Antonio Vazquez February 1, 2019, 16:14 (GMT) |
GP: Cleanup retiming to do in same loop |
Revision fdc1239 by Antonio Vazquez February 1, 2019, 15:50 (GMT) |
Fix T61071: GP Cutter / Boxes bug Now when remove points from a cyclic stroke, the last island is joined with first island in order to fill the gap of the cyclic. This change affects not only to cutter, but to any delete process in cyclic strokes. |
Revision d703504 by Campbell Barton February 1, 2019, 15:41 (GMT) |
Cleanup: manually remove header text not handled by automation |
|
|
|


Master Commits
MiikaHweb | 2003-2021