Blender Git Commits

Blender Git "master" branch commits.

Page: 902 / 5574

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.
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.
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
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.
February 17, 2020, 06:27 (GMT)
Fix T73906: Crash calling render from Python
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.
February 17, 2020, 05:48 (GMT)
Fix T73909: Crash deleting grease pencil layer from dope sheet
February 17, 2020, 05:04 (GMT)
Fix T73862: Fluid Sim file handle resource leak
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.
February 17, 2020, 01:33 (GMT)
Fix T73898: UDIM crash changing form tiled to single
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
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.
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.
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.
February 16, 2020, 13:07 (GMT)
Fix T73880: error rendering UDIM in Eevee after recent refactor
February 15, 2020, 21:44 (GMT)
Cleanup: Transform: Rearrange definitions and declarations
February 15, 2020, 20:09 (GMT)
Cleanup: refactor GPU material attribute and texture requests
February 15, 2020, 19:33 (GMT)
Cleanup: split off code from gpu_codegen.c into smaller files
February 15, 2020, 19:33 (GMT)
Cleanup: don't perform some GPU shader codegen operations twice
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021