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
2015-10-13Revert to master - those changes are globally valid, but remain incomplete,free-refcount-idsBastien Montagne
2015-10-12Merge branch 'master' into free-refcount-idsBastien Montagne
2015-10-12Add functions to compute normals (verts, polys and loops ones) for a given sh...Bastien Montagne
2015-10-08Merge branch 'master' into free-refcount-idsBastien Montagne
2015-10-08BKE_key: add BKE_key_from_id helper functionsCampbell Barton
2015-10-05Cleanup , and remove public '_release_datablocks' funcs for now.Bastien Montagne
2015-09-27Free IDs; lattice & camera.Bastien Montagne
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-06-08RNA: Object.shape_key_remove methodCampbell Barton
2015-05-24Cleanup: styleCampbell Barton
2015-04-04Cleanup: use BKE_animdata_* prefixCampbell Barton
2015-01-09Fix T43159: Copying of linked datablocks using relpath leads to invalid paths...Bastien Montagne
2015-01-06Remove slurph shape-key featureCampbell Barton
2014-11-17ShapeKey: Cleanup of BKE_keyblock_convert/update code.Bastien Montagne
2014-11-17Fix T35170: Undoing edit op on a basis shapekey could generate extra offset o...Bastien Montagne
2014-11-17ShapeKeys: Add `BKE_keyblock_is_basis` to check whether a given keyblock is u...Bastien Montagne
2014-11-17Cleanup: rename `BKE_key_convert/update` to `BKE_keyblock_convert/update`.Bastien Montagne
2014-11-17ShapeKey: Refactor a bit `BKE_key_convert_from_...`Bastien Montagne
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-10-21ListBase: use BLI_listbase_ for new api callsCampbell Barton
2014-10-21ShapeKeys: rework 'move skey' code, and add options to move to first/last pos...Bastien Montagne
2014-05-19Fix T39897: shape keys created while the Relative checkbox is unchecked start...Bastien Montagne
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