Blender Git Commit Log

All Blender Git commits.

Page: 3698 / 8462

September 5, 2017, 10:55 (GMT)
Merge branch 'master' into soc-2017-normal-tools
September 5, 2017, 10:43 (GMT)
Cycles: Cleanup, style
September 5, 2017, 09:08 (GMT)
Fix two bugs with Amber engine:

* Reported number of assets was -1 in list_dir callback, incorrect and
would loop endlessly in case of empty repo!

* Conversion from main asset classes to their propertygroup
representations was not clearing extra entries in proplists.
September 5, 2017, 08:14 (GMT)
Merge branch 'id_override_static' into asset-engine
September 5, 2017, 08:07 (GMT)
Merge branch 'master' into id_override_static
September 4, 2017, 20:15 (GMT)
Merge commit '68596950550d' into fluid-mantaflow
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, 13:45 (GMT)
T52534: Compositor artifacts when scaling

Increased the maxx and maxy area of interest when scaling in this case.
September 4, 2017, 13:43 (GMT)
This copyright text (copied to binary distros) had a confusing statement about
scripts being "Artwork" which is your sole property and free to license.

I've removed the reference to scripts in this text.

This was from 2002! With our Python scripts becoming part of how Blender runs,
such scripts now are officially required to be compliant with GNU GPL.

For more information; check the FAQ or consult foundation@blender.org
https://www.blender.org/support/faq/
September 4, 2017, 13:43 (GMT)
Cycles Bake: Fix overflow when using hundreds of images

We have a hardcored limit of 1000 images to be baked.
However anything anove 100 would be leading to overflow in the code.

Caught by warning from builder bot (my compiler doesn't even complain
about this, but it should).
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, 12:12 (GMT)
Fix T52209: New Depsgraph - animated follow curve constraint sometimes freaks out when the curve has a parent
September 4, 2017, 12:06 (GMT)
Fix T52533: Blender shuts down when rendering duplicated smoke domain
September 4, 2017, 12:06 (GMT)
Cycles: Fix compilation warning
September 4, 2017, 12:04 (GMT)
Cycles: Correct logging of sued CPU intrisics
September 4, 2017, 12:04 (GMT)
Fix T51907: New Depsgraph - Camera constraint is not evaluated properly

This is more a workaround for until we've got proper visibility flush, which
will likely happen in blender2.8 branch.
September 4, 2017, 12:04 (GMT)
Cycles: FIx issue with -0 being considered a non-finite value
September 4, 2017, 12:04 (GMT)
Alembic: Fix T52579: crash when replacing slightly different alembic files

Apparently with Maya in a certain configuration, it's possible to have an
Alembic object without schema in the Alembic file. This is now handled
properly, instead of crashing on a null pointer.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021