Blender Git Loki

Kaikki Blender Git kommitit.

Page: 1751 / 8462

March 29, 2020, 06:11 (GMT)
Cleanup: remove unicode character printing

Was added when utf8 was originally introduced - for testing,
but is no longer needed.
March 29, 2020, 06:11 (GMT)
Cleanup: spelling, comments
March 29, 2020, 05:37 (GMT)
Cleanup: strict-prototypes warning
March 29, 2020, 05:09 (GMT)
Fix T75156: Cast modifier crash in edit-mode

Add NULL checks to other deform modifiers too.
March 28, 2020, 20:40 (GMT)
Fix T75088: Add tooltips for custom properties
March 28, 2020, 14:08 (GMT)
Merge branch 'master' into greasepencil-object
March 28, 2020, 14:08 (GMT)
Fix T75161: Random UV doesn�t work with fats drawing

Also fixed T75162
March 28, 2020, 11:33 (GMT)
GPencil: Fix error when stroke has 0 points

It's possible create a stroke with 0 points using python
March 28, 2020, 08:14 (GMT)
Cleanup: Removing unused parameter.
March 28, 2020, 05:35 (GMT)
Fix more build errors, remove old property from UI

Test before pushing...
March 28, 2020, 05:29 (GMT)
Fix build error (typo)
March 28, 2020, 04:29 (GMT)
Add commented out C drawing code for modifiers.

Left over from an earlier patch, this layout drawing code still
needs to be converted to be panels.
March 28, 2020, 04:28 (GMT)
Use a panel based UI to draw modifiers

Currently an interface template creates a RECREATE panel for each
modifier, which is then drawn with the rest of the panels. The python
based modifier drawing is removed.

This also adds a UIList and the idea of an active modifier, along with
object operations to add and move it.
March 28, 2020, 04:18 (GMT)
Add a modifier callback to register UI panels

The modifier UI is defined in each modifier file. This commit only
implements the callback for a few modifiers, with work in progress UI.

New common UI functions handle the common parts of registering panels
and retrieving modifier pointers from them.
March 28, 2020, 04:07 (GMT)
Add a RECREATE panel type

Panels built from types with this flag don't have a 1 to 1 correspondence
with their types-- there can be many panels built from a single type. That
can be used to tie each panel to a modifier instead.
Revision 10bd3fb by Germano Cavalcante (master)
March 28, 2020, 01:14 (GMT)
Fix T74604: A.N.T Landscape Erode function reports error

Although indicated, the `rna_Object_active_vertex_group_set`
function was missing.
March 28, 2020, 01:08 (GMT)
Fix missing NULL terminator for new brush option
March 27, 2020, 23:59 (GMT)
Fix key detection issues introduced by D7229

Removing the GHOST_kKeyUnknown check from processKeyEvent() produces
epeated unknown key events whenever a modifier key is held down, due
to the way ghost uses GHOST_kKeyUnknown as a filter value for modifier
key events.

Differential Revision: https://developer.blender.org/D7257
March 27, 2020, 23:12 (GMT)
Fix T74969: Crash in gpencil edit mode

Result of poor shader pre-processing on Intel HD 4000 drivers
March 27, 2020, 22:21 (GMT)
Cleanup: compiler warnings
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021