Blender Git Loki

Kaikki Blender Git kommitit.

Page: 2193 / 8462

September 12, 2019, 01:15 (GMT)
Buildbot: enable tests to run again

These will not stop the build on failure yet, first step is to get them passing
more reliably.
September 12, 2019, 01:14 (GMT)
Depsgraph: Free user code from worry about updates flush
September 12, 2019, 01:14 (GMT)
Depsgraph: Pass bmain to evaluation function

Currently unused, makes code ready for an upcoming change.
September 12, 2019, 01:13 (GMT)
Python: don't include distutils Windows installer executables for Linux/macOS

They were detected as (false positive) malware with ClamAV. It's unlikely
someone would need these files, and e.g. the Debian Python package also
excludes them with a custom patch.
September 12, 2019, 01:13 (GMT)
Fix assert hiding selected particles

was trying to get a boolean with RNA_enum_get (instead of
RNA_boolean_get)

Spotted while looking into T69680, T69432
September 12, 2019, 01:13 (GMT)
Fix (unreported) crash after new mapping node commit.

Blatant obvious usage of freed memory in rBbaaa89a0bc54.

And also fix a memleak in same code/commit...
September 12, 2019, 01:13 (GMT)
Cleanup: trailing space, remove tabs, pep8
September 12, 2019, 01:13 (GMT)
Fix T69686: Cycles OpenCL build error after recent changes
September 12, 2019, 01:13 (GMT)
Fix T67637: Selected edges hard to see with wireframe

Always show selected edges in wire/xray modes.
September 12, 2019, 01:13 (GMT)
Shading: Extend Musgrave node to other dimensions.

This patch extends Musgrave noise to operate in 1D, 2D, 3D, and 4D
space. The Color output was also removed because it was identical
to the Fac output.

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D5566
September 12, 2019, 01:13 (GMT)
Fix T69633: weird behavior of operator_menu_enum tooltips.

For operators with dynamic tooltips the tooltip calculation is
deferred until the moment it is actually shown for performance
reasons, with the tooltip field left blank for the time being.
Enum menu code shouldn't jump in and assign a tooltip either.

The menu button itself can't show a dynamic tooltip because it
does not actually call the operator, and has no reference to it.

As a side change, allow returning None from the python callback
as the most natural way to fall back to the default tooltip.
September 12, 2019, 01:13 (GMT)
Added function to calculate the total area of a mesh.
September 12, 2019, 01:13 (GMT)
DNA: use defaults for Object, Mesh, Material
September 12, 2019, 01:13 (GMT)
DNA: add theme & preferences to defaults

Use existing theme & preferences for defaults.
September 12, 2019, 01:13 (GMT)
Cleanup: fix compiler warnings
September 12, 2019, 01:13 (GMT)
Fix crashing mask brush after recent changes
September 12, 2019, 01:13 (GMT)
Fix build error after DNA defaults changing

dna_type_offsets.h must be generated before we use it in blenkernel,
similar to what we already do for blenloader.
September 12, 2019, 01:13 (GMT)
Sculpt: Pose Brush

This brush lets the user pose a model simulating an armature-like deformation. The pivot point for rotation is calculated automatically based on the radius of the brush and the topology of the model.

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D5647
September 12, 2019, 01:13 (GMT)
Fix (unreported) non-official X3D add-on enabled in factory startup.

Forgot to remove it from there when I moved it to community-supported
status last week.

Also raising subversion.
September 12, 2019, 01:13 (GMT)
I18n: dirty workaround for PITA ghost classes remaining after unregister.

Spent again a whole day trying to understand what happens here, with no
luck. For some reasons, OperatorProperties children of unregistered
operator classes remain accessible, with their `bl_rna` member, although
that one is 100% invalid (freed memory, crashes with ASAN builds).

Funny thing is, I cannot reproduce that situation when disabling the
add-on from the py console of a Blender-with-UI.

Note: issue revealed by X3D add-on, which is still enabled in factory
settings, while not being officially supported any more, this has to be
fixed in a separate commit.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021