Blender Git Loki

Blender Git "temp-lanpr-cleanup" branch commits.

Page: 3 / 14

October 18, 2019, 12:43 (GMT)
Cleanup: clang format for rBb77da65e8c4d
October 18, 2019, 12:43 (GMT)
Cleanup: define PY_SSIZE_T_CLEAN for Python

Silence deprecation warnings running with Python 3.8.
October 18, 2019, 12:43 (GMT)
Fix T68700: Incorrect 'absolute' timing of animated masks in the Video
Sequence Editor

Code in 'seq_render_mask' will effectively do
BKE_mask_evaluate(mask_temp, mask->sfra + (cfra - fra_offset), true)
where 'fra_offset' is zero for absolute and seq->start for relative.

If we really want the scene's current frame (as advertised) if Mask Time
is set to Absolute (effectively ignoring the Mask Settings start/end) we
need to change the fra_offset from zero to mask->sfra.

Also BKE_animsys_evaluate_animdata should take mask->sfra into account
as well (otherwise mask animation [points] and other animation [e.g.
opacity] will run out of sync)

Reviewers: campbellbarton, ISS

Maniphest Tasks: T68700

Differential Revision: https://developer.blender.org/D5495
October 18, 2019, 12:43 (GMT)
Fix T70386: Crash when snapping to edges in specific situations

The callbacks get elements through indexes,
so make sure they're not "dirty".
October 18, 2019, 12:43 (GMT)
UI: increase precision for fps-base value

The default precision displayed 1.001 as 1.00,
leading to confusing final FPS values.

Fixes T70827
October 18, 2019, 12:43 (GMT)
Fix T70812: AppTemplate Splash image is not loading

Allow different splash heights, without this changes the the
default splash would stop app templates splash screen from loading.

This also allows the default splash height to change without
manually editing the layout.
October 18, 2019, 12:43 (GMT)
Fix incorrect limit check in button drawing

Regression in d617466d87863d75a
October 18, 2019, 12:43 (GMT)
Fix T70815: Missing tool settings redraw when using Annotate Tool
October 18, 2019, 12:43 (GMT)
Fix T70605: incorrect darken and lighten rgb mix mode

Differential Revision: https://developer.blender.org/D6058

Reviewers: brecht, fclem
October 18, 2019, 12:43 (GMT)
Cleanup: Use BKE_object_is_visible elsewhere
October 18, 2019, 12:43 (GMT)
Fix T70433: No shortcut in tooltip for viewport X-Ray

While not a bug exactly, it's useful to show the shortcut,
expose the operator in the UI instead of the property.
October 18, 2019, 12:43 (GMT)
Cleanup: warnings building with Python 3.8
October 18, 2019, 12:43 (GMT)
Fix T70850: Scene.frame_set doesn't update camera from markers
October 18, 2019, 12:43 (GMT)
Fix T70560: Large cones are created with double vertices (even though
the radius is zero)

Merge threshold for remove_doubles was hardcoded, now scaled by depth.

Reviewed By: campbellbarton

Maniphest Tasks: T70560

Differential Revision: https://developer.blender.org/D6001
October 18, 2019, 12:43 (GMT)
Cycles: Allow PTX targets for CUDA kernel build.

This is intended for developers on Windows primarily:
Now, CUDA architectures of type compute_xx are supported. This allows for quicker builds,
at the expense of the CUDA driver running ptxas the first time a kernel is loaded.

Differential Revision: https://developer.blender.org/D5953
October 18, 2019, 12:43 (GMT)
Cleanup: pep8 for templates
October 18, 2019, 12:43 (GMT)
GPencil: Fix unreported duplicated brushes

The eraser and fill brushes were duplicated due a bug introduced by versioning code.
October 18, 2019, 12:43 (GMT)
Fix incorrect brush falloff flag use

Harmless currently since they're the same value,
would fail if other options were added.
October 18, 2019, 12:43 (GMT)
Fix T70581: Node Wrangler output switching broken

When executing the node selection operator through Python, or in fact
any similar select operator with drag-all-selected support, the operator
was enabling modal execution, which should not be done in this case.
Reason was simply a wrong default for an internal property.
October 18, 2019, 12:43 (GMT)
Fix Filebrowser Blender ID filter

When the filtering option was disable we should see all the datablock types.

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