Revision cec7db2 by William Reynish February 17, 2020, 10:16 (GMT) |
UI: Use crosshair cursor for Extrude to Cursor tools Since this tool doesn't perform selections when you click, it's important that the cursor helps communicate that something else will happen. Also fix missing 'to' in Curve Edit Mode. |
Revision c64cea1 by Campbell Barton February 17, 2020, 10:03 (GMT) |
Keymap: minor tweaks so box-select shortcuts show in the menu |
Revision 340f452 by Antonio Vazquez February 17, 2020, 09:51 (GMT) |
GPencil: Fix unreported move to layer with lock material The strokes with the material locked could be moved. Now the lock is respected. |
Revision a6755f2 by William Reynish February 17, 2020, 09:48 (GMT) |
Fix: Forgot to include the blade icon in CMakeLists This should make the Blade icon appear correctly in the Sequencer |
Revision c0423c8 by Campbell Barton February 17, 2020, 09:44 (GMT) |
Keymap: add sequencer box select with handles Use Ctrl-B, include in menu, rename property to match graph editor. |
Revision fc85490 by Campbell Barton February 17, 2020, 06:27 (GMT) |
Fix T73906: Crash calling render from Python |
Revision 0a1b6a3 by Campbell Barton February 17, 2020, 06:01 (GMT) |
Fix T73893: Unable to create torus with under 10mm radius Allow zero major/minor radius, also use 10,000 for a hard maximum. |
Revision 0b5c268 by Campbell Barton February 17, 2020, 05:48 (GMT) |
Fix T73909: Crash deleting grease pencil layer from dope sheet |
Revision 60890cc by Campbell Barton February 17, 2020, 05:04 (GMT) |
Fix T73862: Fluid Sim file handle resource leak |
Revision 2ff1d62 by Campbell Barton February 17, 2020, 02:14 (GMT) |
Keymap: IC keymap was using middle-mouse value with ANY value Use 'PRESS' instead. Also keep tweak events if a directional value is used. |
Revision d6977b5 by Campbell Barton February 17, 2020, 01:33 (GMT) |
Fix T73898: UDIM crash changing form tiled to single |
Revision 819af20 by William Reynish February 16, 2020, 20:39 (GMT) |
Rename Sequencer 'Cut' to 'Split' This avoids the ambiguity with the Cut operator in the Sequencer, which could be confused with Cut/Copy/Paste. Use 'Split' for the operator and 'Blade' for the active tool. Patch by Nathan Lovato, with edits Differential Revision: https://developer.blender.org/D5542 |
Revision 31530d0 by William Reynish February 16, 2020, 19:56 (GMT) |
UI: add blade icon to the Sequencer Cut tool Was previously using the mesh edit Knife tool icon - now this tool has a bespoke icon. |
Revision de0de93 by William Reynish February 16, 2020, 18:53 (GMT) |
IC keymap: Activate tools with MMB immediately on press rather than drag There seems to have been no particular great reason why we were activating tools using a tweak event with MMB. This change makes it so tools are activated with a press event instead. |
Revision 70ff8f4 by Ray molenkamp February 16, 2020, 17:38 (GMT) |
BPY/Windows: Do not bundle the CRT for a bpy build - Doesn't work - If it worked, having a different CRT than the rest of the process would not be a good thing. |
Revision f6d5a95 by Brecht Van Lommel February 16, 2020, 13:07 (GMT) |
Fix T73880: error rendering UDIM in Eevee after recent refactor |
Revision 0716394 by Germano Cavalcante February 15, 2020, 21:44 (GMT) |
Cleanup: Transform: Rearrange definitions and declarations |
Revision 322dc72 by Brecht Van Lommel February 15, 2020, 20:09 (GMT) |
Cleanup: refactor GPU material attribute and texture requests |
Revision 007f1b7 by Brecht Van Lommel February 15, 2020, 19:33 (GMT) |
Cleanup: split off code from gpu_codegen.c into smaller files |
Revision 6701db7 by Brecht Van Lommel February 15, 2020, 19:33 (GMT) |
Cleanup: don't perform some GPU shader codegen operations twice |
|