Blender Git Commit Log

All Blender Git commits.

Page: 3117 / 8462

July 4, 2018, 12:52 (GMT)
Pass copy flag to modifier copyData function

This will allow modifiers to decide whether to copy or share caches between
ModifierData copies.
July 4, 2018, 12:38 (GMT)
Cycles Denoising: Pass tile buffers to every OpenCL kernel to conform to standard and get rid of set_tile_info
July 4, 2018, 12:37 (GMT)
Cycles Denoising: Correctly handle target buffer in tile unmapping and move device swap logic to the device_memory
July 4, 2018, 12:37 (GMT)
Cycles Denoising: Cleanup: Rename tiles to tile_info
July 4, 2018, 12:36 (GMT)
Cycles Denoising: Refactor denoiser tile handling

This deduplicates the calls for tile (un)mapping and allows to have a target buffer that is different from the source buffer (needed for baking and animation denoising).
July 4, 2018, 12:35 (GMT)
Cycles Denoising: Split main function into logical steps
July 4, 2018, 12:00 (GMT)
Keymap: resolve group/un-group inconsistencies

Apply grouping changes proposed in T55162

- Ctrl-G to make a group.
- Ctrl-Alt-G to ungroup.
July 4, 2018, 11:54 (GMT)
Fix NLA transform crash
July 4, 2018, 11:46 (GMT)
Keymap: Add back Ctrl-M for mirror
July 4, 2018, 11:04 (GMT)
Keymap: Remove pie menu from tab-key

Based on discussion with @eyecandy & @venomgfx,
we agreed that Tab drag/click, is too easy to accidentally press
while moving the cursor.
It's also not typical to activate the operator on release which
introduces a small lag switching edit-mode.

This is a shame since in some ways its a nice way to re-use the key,
overall it just feels a little too unpredictable for such an important
action.

This commit makes the following changes.

- Tab: toggles edit-mode.
- Ctrl-Tab: opens pie menu.
- Ctrl-AccentGrave: toggles manipulator.

Note, while AccentGrave isn't always available
this shortcut is not essential.
July 4, 2018, 11:02 (GMT)
Merge branch 'greasepencil-object' into temp-greasepencil-vfx
July 4, 2018, 10:54 (GMT)
UI: Default theme use color for value slider item

Matches Flatty Light
July 4, 2018, 10:54 (GMT)
UI: Fix node triangle always using selected color

Now uses the text color instead.

Thanks to devtalk community for spotting this.
July 4, 2018, 10:53 (GMT)
Merge branch 'blender2.8' into greasepencil-object

Conflicts:
source/blender/blenkernel/intern/object.c
July 4, 2018, 10:51 (GMT)
Fix missed materials after append GP object
July 4, 2018, 10:49 (GMT)
Keymap: use add key instead of verify

Caused Xkey to be added but not delete key.
July 4, 2018, 10:10 (GMT)
CMake: Add missing header file to list of sources
July 4, 2018, 10:01 (GMT)
Add Blurrines parameter to Rim FX
July 4, 2018, 09:38 (GMT)
Merge branch 'soc-2018-npr' of git.blender.org:blender into soc-2018-npr

Conflicts:
source/blender/draw/engines/lanpr/lanpr_engine.c
July 4, 2018, 09:33 (GMT)
SoftBody: share point cache between CoW copies

This is the same approach as 98a0bcd4252e952fa5438e9d1b69b0204f8a8746
applied to soft body simulation. In short, CoW copies share the point cache,
and treat it as read-only except when the depsgraph is active.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021