Blender Git Statistics -> Branches -> blender-v2.79b-release

"Blender-v2.79b-release" branch

Total commits : 430
Total committers : 29
First Commit : August 1, 2017
Latest Commit : May 26, 2018


Commits by Month

DateNumber of Commits
May, 20183
April, 20180
March, 201818
February, 201819
January, 2018200
December, 201776
November, 20170
October, 20171
September, 201772
August, 201741

Committers

AuthorNumber of Commits
Campbell Barton143
Sergey Sharybin110
Bastien Montagne56
Brecht Van Lommel39
Joshua Leung13
Campbell Barton11
Sybren A. Stüvel10
Aleksandr Zinovev5
Dalai Felinto5
Aaron Carlisle4
Stefan Werner4
Antonio Vazquez3
Arto Kitula3
Lukas Stockner3
Philipp Oeser3
Gaia Clary2
Ray molenkamp2
Sebastian Koenig2
Sergej Reich2
Germano Cavalcante1
Howard Trickey1
Inês Almeida1
Jeroen Bakker1
Joerg Mueller1
José Luis Oliveira Cunha1
Mai Lavelle1
Martin Felke1
Thomas Beck1
Ton Roosendaal1

Popular Files

FilenameTotal Edits
deg_builder_relations.cc10
polyfill2d_beautify.c9
DerivedMesh.c8
iris.c7
subsurf_ccg.c6
interface_layout.c6
BLI_polyfill2d_test.cc6
bmesh_polygon.c6
wm_files.c5
mesh_evaluate.c5

Latest commits Feed

May 26, 2018, 21:51 (GMT)
Pydoc: Fix multiple bpy.type modules
May 26, 2018, 21:51 (GMT)
Pydocs: Expand bge.contraint docs

Takes information from the manual and dumps it here.
May 26, 2018, 21:50 (GMT)
PyDoc: Merge manual docs for bge.texture

https://docs.blender.org/manual/en/dev/game_engine/python_api/videotexture.html

Had a few things that this file did not while this file having things the other did not.
To fix, I merged both documents into the python api.
March 22, 2018, 14:10 (GMT)
Fix T54360: FFMPEG bitrate not editable for all codecs

The bitrate selection was hidden when a CRF mode was chosen and then
switched to a codec that doesn't support CRF.
March 22, 2018, 08:56 (GMT)
Fix compilation error

Recent fix was assuming some cleanup is done.
March 22, 2018, 08:51 (GMT)
Update addons submodule hash
March 22, 2018, 08:48 (GMT)
Fix T54234, add BLENDER_VERSION_CHAR to .plist
March 22, 2018, 08:44 (GMT)
Fixed: cache clearing when using multiple Alembic files.
March 22, 2018, 08:41 (GMT)
Cleanup: Use more python way of checking boolean
March 22, 2018, 08:41 (GMT)
Tracking: Make object created form tracks active and selected
March 22, 2018, 08:41 (GMT)
Tracking: Warn when no tracks are selected when creating mesh

Makes it more clear why mesh was not created this way.

Fixes T54368: 3D markers to mesh In MovieClipEditor Not working.
March 22, 2018, 08:39 (GMT)
Fix T54348: Bone dissolve gives invalid hierarchy

Disconnected bones weren't handled correctly.
March 22, 2018, 08:38 (GMT)
Fix bone dissolve using wrong envelope radius

Also correctly copy bone tip selection when dissolving.
March 19, 2018, 10:36 (GMT)
Fix T53478, T53430: Sequencer cut edge case fails

Previous fix for T53430 caused T54200.

The edge case for soft & hard cuts weren't working,
where the strip used start/end-still & the frame was placed exactly on
the start/end of of the sequence content.

T54200 fixed the end-still case but broke hard-cuts for all other cases.

This fixes the case for soft/hard cuts with/without start/end-still.
March 19, 2018, 10:36 (GMT)
Revert "Fix T53430: Cut at the strip end fails w/ endstill"

This reverts commit 855799ecc1c5e53d9fbfe520fd5402bc0138f674.

Caused T54200
March 19, 2018, 10:36 (GMT)
Error passing context arg to marker menu

own mistake in 6981861fcfd
March 19, 2018, 10:36 (GMT)
API generating script: give better version for releases builds.

Was giving '2.62.1 <sha1>' even for releases, now rather giving nicer
'2.62a <sha1>' in that case.
March 19, 2018, 10:35 (GMT)
Fix T54206: bevel and inset operations repeat did not remember offset.

Now repeating the operator will use the previously chosen offset, either with
the modal operator or typed in. The modal operator will still start at zero.
March 19, 2018, 10:35 (GMT)
Fix T54204: Wrong selection on Clean Tracks (Motion Tracking)

A mistake in a fix for T53612.

Regression in 2.79a, candidate for 2.79b :S
March 19, 2018, 10:35 (GMT)
Fix T54003: Particles - Size and random size not present in "physics" tab in Advanced mode

The check to see if `use_advanced_hair` was enabled was actually in two places
(render panel `draw` function and physics panel `poll` function). As these
properties are only in one place now the check in `draw` isn't needed anymore.

Related: T53513, a6c69ca57f661a8538

MiikaHweb - Blender Git Statistics v1.06
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021