Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 791 / 5574

May 7, 2020, 01:15 (GMT)
Cleanup: use eSpace_Type in switch statements

Use eSpace_Type in cases where it's likely newly added spaces
should be handled.
May 7, 2020, 00:55 (GMT)
Cleanup: comments for menu search
May 7, 2020, 00:46 (GMT)
Fix uninitialized variable in recent menu search commit
May 6, 2020, 23:00 (GMT)
BLT: include a non-executing reference to context in macros

Prevent errors when building without translations.
May 6, 2020, 22:50 (GMT)
Cleanup: missing header
Revision 786ff13 by Julian Eisel
May 6, 2020, 21:55 (GMT)
Fix UI string without title-case

When using Preferences->Lights->Install, the type option in the operator
properties would show as "type", but should be "Type".
May 6, 2020, 16:18 (GMT)
Fix Python error in scene without sequencer
May 6, 2020, 16:14 (GMT)
GPencil: Split Curve geometry functions to new file

This prepare the code for future curve editors
Revision 3bc3b58 by Hans Goudey
May 6, 2020, 14:26 (GMT)
Fix build error after rBb9bb752e0e852d

This looks like a misplaced variable definition, which is then used
out of scope later.
May 6, 2020, 14:13 (GMT)
Merge branch 'blender-v2.83-release'
May 6, 2020, 14:11 (GMT)
Fix T76440: Follow Track -> Constraint to F-Curve has no effect

Differential Revision: https://developer.blender.org/D7630
May 6, 2020, 13:58 (GMT)
Annotations: Add different arrow styles for line tool

This patch adds different kind of shapes/styles for the line extremes while using the annotation line tool.

Current Styles: (following @mendio mockup)
- Arrow (closed arrow)
- Open Arrow
- Segment
- Square
For future it would be great to have icons, it would be more intuitive (and less space) with previews of what each end / start of line does, like the google slides one as reference:

{F8511116}

Reviewed By: #grease_pencil, antoniov, HooglyBoogly

Differential Revision: https://developer.blender.org/D7608
May 6, 2020, 12:52 (GMT)
Fix expanding time-line menus when searching
May 6, 2020, 12:52 (GMT)
Fix error in last commit
May 6, 2020, 12:40 (GMT)
UI: search menus from all visible areas when using the edit menu

Without this, only actions in the top-bar were visible
which isn't very useful.

Now menus are extracted from the areas used in the active window,
unless this search is activated by the key shortcut,
in this case the current area is used.
May 6, 2020, 12:01 (GMT)
Depsgraph: Fix memory leak

I introduced the issue in rBb21a3e77027.
May 6, 2020, 11:25 (GMT)
Merge branch 'blender-v2.83-release'
May 6, 2020, 11:25 (GMT)
Fix T76430: Quick smoke not rendering Cycles and Eevee

Temporary fix that will skip cache invalidation from flow / effector objects.
May 6, 2020, 10:40 (GMT)
Merge branch 'blender-v2.83-release'
May 6, 2020, 10:26 (GMT)
Fix T76416: Armature Deform parenting option doesn't work with Grease Pencil objects

If we parent with type `PAR_ARMATURE` (where vertexgroups are already
set up and named correctly according to the corresponding bones), we
still need an armature modifier. This just wasnt added.

In contrast to meshes [which add their armature modifier early in
`ED_object_parent_set`], grease pencil used to do this (adding the
armature modifier) in `ED_gpencil_add_armature_weights`.

Now split ED_gpencil_add_armature_weights in two:
- ED_gpencil_add_armature
- ED_gpencil_add_armature_weights (which calls ED_gpencil_add_armature)
- use ED_gpencil_add_armature for the PAR_ARMATURE case

Maniphest Tasks: T76416

Differential Revision: https://developer.blender.org/D7625
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021