Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 2008 / 5574

September 5, 2017, 14:40 (GMT)
Manipulator: Fix arrow2d drawing outside hotspot
September 5, 2017, 14:17 (GMT)
Buildbot: Fix paths to sndfile and flac

Need this in 2.79 branch as well, since build rules are based on this files.
September 5, 2017, 14:01 (GMT)
Manipulator: missing exit() call
September 5, 2017, 14:01 (GMT)
Manipulator: cage2d initial rotation support
September 5, 2017, 13:48 (GMT)
Fix T52433: Volume Absorption color tint

Need to exit the volume stack when shadow ray laves the medium.

Thanks Brecht for review and help in troubleshooting!
September 5, 2017, 12:56 (GMT)
Merge branch 'master' into blender2.8
September 5, 2017, 12:44 (GMT)
Cleanup: use const

Also use assert w/ rotate_m4.
September 5, 2017, 10:43 (GMT)
Cycles: Cleanup, style
September 4, 2017, 19:04 (GMT)
Fix T52649: missing custom (split) normals from FBX exporter.

Own mistake in recent rB25c5928b2b6 (this DOES NOT affect 2.79 release).
September 4, 2017, 14:41 (GMT)
Fix T52531: Blender 2D stabilisation node issue when autoscale is selected

Threading conflict, should be safe for 2.79.
September 4, 2017, 14:18 (GMT)
PyAPI: Add bpy.utils.register_classes_factory

Avoids having boiler plate register/unregister functions.
September 4, 2017, 12:46 (GMT)
Fix T52522: VSE renders with alpha transparent PNG image incorrectly

Need some extra checks and should be probably end up in 2.79 since that's a regression.
September 4, 2017, 11:28 (GMT)
Cycles: Fix compilation warning
September 4, 2017, 11:14 (GMT)
Fix T52533: Blender shuts down when rendering duplicated smoke domain
September 4, 2017, 06:38 (GMT)
PyAPI: fix rna_info for changes in type access
September 4, 2017, 06:19 (GMT)
PyDoc: update context_type_map
September 4, 2017, 04:49 (GMT)
RNA/PyAPI: Expose Py classes in bpy.types

Operators and their properties are two different types

Previously both operators and their properties are added
causing C operators to access the properties, Python the classes.

Favor consistency in this case so only Python classes are added.
September 4, 2017, 04:32 (GMT)
Cleanup: avoid confusing assignment
September 3, 2017, 14:47 (GMT)
T52534: Compositor artifacts when scaling

Increased the maxx and maxy area of interest when scaling in this case.
September 3, 2017, 13:52 (GMT)
Fix T52634: EditMesh Remove doubles could hang

A single diagonal axis was used for sorting coordinates,
the algorithm relied on users not having vertices axis aligned.

Use BLI_kdtree to remove doubles instead.

Overall speed varies, it's more predictable than the previous method.
Some typical tests gave speedup of ~1.4x - 1.7x.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021