Blender Git Commit Log

All Blender Git commits.

Page: 2953 / 8462

September 27, 2018, 16:03 (GMT)
GP: Remove old annotation panel from Image editor

This has been replaced with tools.
September 27, 2018, 15:39 (GMT)
GP: Enable force fill recalc by default
September 27, 2018, 14:34 (GMT)
Fix missing libquery processing of ID pointers in GPencil Modifiers.

...
September 27, 2018, 14:33 (GMT)
Implement a new dedicated weight painting shader.

Move the weight paint drawing to the fragment shader. The shader
uses a texture that uses the U.coba_weight custom color band, or
an internal color band.

In addition to actual weights, the shader has to display two
alert colors: missing vertex group, and zero weight. The zero
weight alert has to be blended with regular weight colors,
so that a single alert vertex surrounded by weighted ones is
still visible.

Reviewers: campbellbarton, fclem

Differential Revision: https://developer.blender.org/D3675
September 27, 2018, 14:21 (GMT)
Empty Object: new "Load Image as Empty" operator

New entry in the Add Object menu.
Opens a file selector and creates a new empty object from the selected image.
Previously more steps were needed to archieve the same.

Differential: https://developer.blender.org/D3708

Reviewer: brecht
September 27, 2018, 14:09 (GMT)
Fix T56915: Selectability in Solid Xray Mode

This was caused by the object center being selected by the wireframe pass.

The wireframe pass is now only drawn if we search for the nearest surface.
This makes all wire objects (like non-meshes objects) higher priority than
mesh surfaces.
September 27, 2018, 14:06 (GMT)
Refactor: Copy/Paste values from/to UI

Previously copy and paste was handled within the same function using a mode switch, which is quite ugly in most cases.
This patch separates the function into two and splits up those in even smaller functions to increase maintainability.

Finally one new feature was added: You can copy from disabled fields now. (requested by hjalti)

Reviewers: brecht

Differential Revision: https://developer.blender.org/D3738
September 27, 2018, 13:59 (GMT)
Fix cycles_cubin_cc build error on macOS.
September 27, 2018, 13:49 (GMT)
Merge branch 'master' into blender2.8
September 27, 2018, 13:36 (GMT)
Spelling fixes in comments and descriptions, patch by luzpaz.

Differential Revision: https://developer.blender.org/D3732
September 27, 2018, 13:33 (GMT)
Cleanup: fix harmless compiler warnings.
September 27, 2018, 13:20 (GMT)
Fix CUDA build with Xcode 10.0, use nvrtc due to incompatible compilers.
September 27, 2018, 12:51 (GMT)
Merge branch 'master' into blender2.8
September 27, 2018, 12:49 (GMT)
Cycles: Cleanup
September 27, 2018, 12:49 (GMT)
Cycles: Sync BVH8 unaligned node packing code with BVH4

Similar to dfae3de6bdf.
September 27, 2018, 12:15 (GMT)
UI: new clip editor panels and headers layout.

* Panels now use single column layout.
* Footage Info was moved into Footage Settings.
* Display settings are now in a popover in the header.
* Graph view shows tracking controls in the header center.

Differential Revision: https://developer.blender.org/D3643
September 27, 2018, 12:14 (GMT)
UI: update camera background images panel layout.

Differential Revision: https://developer.blender.org/D3739
September 27, 2018, 12:12 (GMT)
GP: Avoid duplicated weight deformation for strokes

If the point had several weights, the result could be wrongly accumulated.
September 27, 2018, 11:10 (GMT)
Partial revert of recent toolsystem defaults

- Use ctrl for de-select since we may want to use shift for extend.
- Use cursor tool by default,
it's agreed lasso select isn't accessible from a shortcut by default.
September 27, 2018, 11:03 (GMT)
Cleanup: warnings
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021