Blender Git Commits

Blender Git "blender-v2.79a-release" branch commits.

February 21, 2018, 10:39 (GMT)
VSE: skip non image/movie w/ proxy dir storage

This would use uninitialized filename variable,
looked into supporting this however generating proxies currently only
works for movies.
February 21, 2018, 09:53 (GMT)
Depsgraph: Fix crash using --debug-depsgraph and --debug-depsgraph-no-threads

Was accessing past the array boundaries.

Should be safe for 2.79a.
February 19, 2018, 13:38 (GMT)
Fix T53032: Image sequence works bad with Displace modifier

We shouldn't mix image pool acuisition with and without user provided,
the fact that internally image.c uses last frame from Image datablock
confuses the logic.
February 19, 2018, 10:33 (GMT)
Blender 2.79a: Update submodules hash for addons
February 19, 2018, 09:49 (GMT)
Blender 2.79a: Prepare for release

Enter release state and make spacing to "a" more sane.

There is still at least one fix we want to get in, before declaring we are
ready for release.
February 15, 2018, 04:49 (GMT)
Minor change to last commit

Keep mode checks simple, nest other checks in their body.
February 15, 2018, 04:49 (GMT)
Fix T54075: Align Objects fails w/ empty mesh
February 15, 2018, 04:49 (GMT)
Fix T54072: Crash splitting edges
February 15, 2018, 04:49 (GMT)
Cleanup: Python context access

Avoid access from bpy when it's already declared.
February 15, 2018, 04:49 (GMT)
Fix T53958: Sequencer zoom 1:1 fails
February 15, 2018, 04:49 (GMT)
Fix T50630: Fluid fails on win32 w/ unicode paths

Allow overriding gzip open w/ elbeem.
February 15, 2018, 04:49 (GMT)
Fix: msvc build error with bli_fileops.h

bli_fileops.h was using uint64_t without including the proper header.

issue triggered by rBb0af44fa4d7a2e134b315c49a4fbdf573f781004
February 15, 2018, 04:49 (GMT)
Docs: invoke_search_popup uses bl_property

Also add code example in docs.
February 15, 2018, 04:49 (GMT)
Fix navmesh creation w/ multiple objects

D2976 by @dertom
February 15, 2018, 04:49 (GMT)
Fix T53986: Crash saving during sculpt stroke

Also remove unused struct member.
February 12, 2018, 19:37 (GMT)
Fix part of T53080: don't use current scene world for icon previews.

This can be very slow if it contains a big texture, and it's not
necessarily setup in a useful way anyway, and materials can be used
in multiple scenes.
February 9, 2018, 15:25 (GMT)
Fix (unreported) crash when duplicating a FileBrowser window in preview draw mode.

We did not clear preview or smoothscroll timers pointers in copy code...
February 6, 2018, 14:37 (GMT)
Fix missing group duplicated by hair in render

Was happening when viewport visibility on the particle system is disabled.
This became an issue after c45afcf, but the actual issue goes a bit deeper
and the following aspects were involved:

- Relations builder for particle system was ignoring particle system if
it's visibility is not enabled for viewport. This is something what
shouldn't have been done -- depsgraph relations are supposed to be the
same no matter if it's viewport or render.

- Relation builder was only dealing with duplication set to object, but
was ignoring group duplication.

This is NOT a regression since 2.79, but a regression since 2.79a-rc1.
February 1, 2018, 14:56 (GMT)
Fix T53686: VSE Render crash when zooming timeline.

Epic fail from recent 'security' fixes (rBe04d7c49dca9). ;)

To be backported to 2.79a!
January 31, 2018, 14:28 (GMT)
Fix T53962: Cycles OpenCL compile error in some scenes.

This part of 212a8d9e needed to be ported over for 2ca933f to work.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021