Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-10merged the master branchsoc-2017-vertex_paintDarshan Kadu
2017-01-16Cleanup/refactor: Add new BLI_string_util.Bastien Montagne
2016-12-12Refactor RNA property: split flags in property flags, parameter flags, and in...Bastien Montagne
2016-09-19UI Messages: Consistent spelling of term "data-block"Julian Eisel
2015-11-23Cleanup: use `rna_enum_` prefix for RNA enumsCampbell Barton
2015-10-23Cleanup: rename 'datablocks' -> 'data-blocks'Campbell Barton
2015-10-12Add functions to compute normals (verts, polys and loops ones) for a given sh...Bastien Montagne
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-06-17Cleanup: duplicate includesCampbell Barton
2015-04-04Cleanup: use BKE_animdata_* prefixCampbell Barton
2015-01-06Remove slurph shape-key featureCampbell Barton
2014-05-19Fix T39897: shape keys created while the Relative checkbox is unchecked start...Bastien Montagne
2014-05-18Fix T40251: Rename of Shape key is not redrawed in Dopesheep.Bastien Montagne
2014-01-31Code cleanup: be less vague checking invalid index valuesCampbell Barton
2014-01-01Fix T38013: Incorrect RNA Path when trying to keyframe the nth vertex of Bez...Joshua Leung
2013-10-16style cleanupCampbell Barton
2013-09-20code cleanup: quiet rna warnings, remove remove_strict_flags() for cmake/rna.Campbell Barton
2013-09-12code cleanup: set enums as static or add RNA_enum_types.h where they are used...Campbell Barton
2013-06-25patch [#35830] Add Catmull-Rom spline as an option for lattice deformerCampbell Barton
2013-05-02don't show an 'X' next to never-null pointer search menus.Campbell Barton
2013-04-24fix [#34958] keyframe many items would fail if there was a (") in the text.Campbell Barton
2013-03-25More new data names translation (most cases should be covered now).Bastien Montagne
2013-03-07use bool for rna funcs.Campbell Barton
2012-09-22code cleanup: make many functions staticCampbell Barton
2012-09-19code cleanup: make shape key api names consistent with our new convention.Campbell Barton
2012-07-04More spell checking.Bastien Montagne
2012-05-22expose absolute shape keyblock interpolation in the uiCampbell Barton
2012-05-12style cleanup: mostly whitespace in rnaCampbell Barton
2012-04-22style cleanup: commentsCampbell Barton
2012-04-05report [#30814] Absolute Shape Keys not working in 2.6Campbell Barton
2012-03-30Node socket values now only have soft limits, rather than hard limits, so youBrecht Van Lommel
2012-03-30Fix [#30709] Renaming a bone renames all drivers' targets using a bone of tha...Bastien Montagne
2012-03-18Code style edits (mostly spliting long lines, and removing trailing spaces).Bastien Montagne
2012-03-09style cleanup: comment blocksCampbell Barton
2012-03-06Code cleanup in rna files (huge, higly automated with py script).Bastien Montagne
2012-01-30display keyblock mute in the shape key list.Campbell Barton
2011-11-26A bunch of fixes and tweaks in RNA messages, found while translating them in ...Bastien Montagne
2011-10-27quiet -Wempty-body and unused warningsCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-01add a collection function slot for assignment (not used yet).Campbell Barton
2011-09-15replace BLI_strncpy with BLI_strncpy_utf8 where input isnt ensured to be valid.Campbell Barton
2011-05-15Patch [#27344] 300+ New/changed tooltips by Davis Sorenson (dsavi). Thanks a ...Thomas Dinges
2011-04-11patch [#26861] Spelling, Typos, and GrammarCampbell Barton
2011-03-28- quiet new warnings with gcc 4.6Campbell Barton
2011-03-28Bugfix: One more place still using the old "keys" instead ofJoshua Leung
2011-03-25fix [#26601] Python error when use of autocompleteCampbell Barton
2011-02-27doxygen: blender/makesrna tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-01-27"Bugfix" (otherwise known as another ZanQdo Feature Request)Joshua Leung
2011-01-26ShapeKeys RNA Wrapping: Code cleanupJoshua Leung