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
2014-08-02Merge remote-tracking branch 'origin' into socGrigory Revzin
2014-07-06Added Commit To Another ShapeGrigory Revzin
2014-06-22Scratch shape key now exists only in EMGrigory Revzin
2014-06-21Got rid of most GCC warningsGrigory Revzin
2014-06-19Fix compilation on gcc (minimalist changes, only tackled errors, not warnings).Bastien Montagne
2014-06-05Reverting getting rid of Apply Shape Keys in EMGrigory Revzin
2014-06-02Can mix shapekeys in editmode nowGrigory Revzin
2014-05-31Fixed key->mix_mode having incorrect valuesGrigory Revzin
2014-05-19Merge remote-tracking branch 'origin/master' into socGrigory Revzin
2014-05-19Moved Object->shapeflag to Key->pinGrigory Revzin
2014-05-19Fix T39897: shape keys created while the Relative checkbox is unchecked start...Bastien Montagne
2014-05-18Removed a pointless assert and a bad totelem change from editdata_to_scratchGrigory Revzin
2014-05-18Fixed a dumb out-of-bounds on topology-changing keyblock recalcGrigory Revzin
2014-05-16Initial rough support for Scratch ShapekeyGrigory Revzin
2014-05-13Revert "Minor cleanup in key.c"Grigory Revzin
2014-05-13Minor cleanup in key.cGrigory Revzin
2014-05-13Small style cleanup in key.cGrigory Revzin
2014-05-13A much better shapekey-movement ideaGrigory Revzin
2014-05-13Shape keys code cleanup round 1Grigory Revzin
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (blenkernel)Campbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-02-14Code cleanup: duplicate headersCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-15Python/Depsgraph: bpy.data.*.is_updated now detects add/remove of any datablock.Tom Edwards
2013-08-27ghash/bli-listbase edits, rename BLI_ghash_pop -> BLI_ghash_popkey (since it ...Campbell Barton
2013-08-19Optimization and threading fix for shapekeys weights calculationSergey Sharybin
2013-08-07code cleanup: more confusion with 0/NULL/falseCampbell Barton
2013-07-30Use malloc in cases when data is getting overwriten after allocation.Sergey Sharybin
2013-07-19optimization: avoid memcpy with shake key vertex array.Campbell Barton
2013-06-25patch [#35830] Add Catmull-Rom spline as an option for lattice deformerCampbell Barton
2013-05-27bmesh optimization: use offsets for deform-vert lookups to avoid customdata l...Campbell Barton
2013-05-17Bug fix, own collection.Ton Roosendaal
2013-05-09Partial revert of own commits r56604 and r56603:Thomas Dinges
2013-05-09UI naming consistency:Thomas Dinges
2013-04-14code cleanup: rename BKE_tessmesh -> BKE_editmesh, rename EditDerivedBMesh.tc...Campbell Barton
2013-03-25More new data names translation (most cases should be covered now).Bastien Montagne
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-02-22patch [#34103] - listbase.patch, insertlinkbefore.patchCampbell Barton
2013-01-27Fix drivers and shape keys not handling subframes / frame mapping properly.Brecht Van Lommel
2013-01-22property change reporting now uses the context again, rather then checking a ...Campbell Barton
2013-01-03fix [#33682] Animation not updated when the active shape index isnt setCampbell Barton
2012-12-18Fix #33505: various issuesBrecht Van Lommel
2012-10-26style cleanupCampbell Barton
2012-10-23rename api functions...Campbell Barton
2012-10-22code cleanup: check defgroup_name_index() return value != -1, rather then che...Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-09-27incorrect spelling in commentsCampbell Barton
2012-09-19joining mesh objects now keeps relative key setting of each keyblock. also jo...Campbell Barton