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-06-14Make whole ID copying code use const source pointer.Bastien Montagne
2017-06-07Manipulators: lamp, camera & force-fieldCampbell Barton
2017-04-18Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2017-04-18Depsgraph: Use proper scene to get frame from for pose constraints evaluaitonSergey Sharybin
2017-01-24Depsgraph: Remove special version of pose builderSergey Sharybin
2016-11-07Depsgraph: Speedup initial rig build timeSergey Sharybin
2016-07-21Fix (unreported) crash in some case when remapping armature data.Bastien Montagne
2016-07-21Refactor/deduplicate even more make_local code (and fix part of T48907).Bastien Montagne
2016-07-14Add option to id_make_local to force localization of datablock, even if not u...Bastien Montagne
2016-07-10Refactor/enhance BKE_material_make_local() and BKE_image_make_local().Bastien Montagne
2016-07-10Cleanup/Refactor: pass Main pointer to all ID copy functions.Bastien Montagne
2016-05-17Bendy Bones: Advanced B-Bones for Easier + Simple RiggingJoshua Leung
2016-01-09Readfile: use hash lookup for bonesCampbell Barton
2015-09-04Armature: Cheap edit-to-object mode speedup.Bastien Montagne
2015-09-03View-Selected: use custom bones boundboxCampbell Barton
2015-05-12Cleanup: styleCampbell Barton
2015-05-12Depsgraph: Add evaluation callbacks for granular nodes updateSergey Sharybin
2015-05-12Depsgraph: Move update-related functions into own filesSergey Sharybin
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2015-03-04Fix for snap to cursor /w parents (object/pose)Campbell Barton
2014-05-21Fix T40271: recalculation of the bone roll does not work correctly.Bastien Montagne
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2013-08-19Made armatures evaluation safe for threadingSergey Sharybin
2013-08-17change CHECK_TYPE_INLINE macro not to add the pointer in the macro.Campbell Barton
2013-02-05Fix #34040: Moving Normal Node with enabled Cycles Material Preview crashesSergey Sharybin
2012-12-11define the size of matrix args for both rows/cols.Campbell Barton
2012-10-15code cleanup: define sizes of vectors for function args and use C style commentsCampbell Barton
2012-10-07add type checking for more error prone macros.Campbell Barton
2012-10-05fix for circle select ignoring lock selection option for pose and edit modes,...Campbell Barton
2012-09-05code cleanup: move get_selected_defgroups into object_deform.c and make it be...Campbell Barton
2012-05-13code cleanup: header cleanup and remove some duplicate defines.Campbell Barton
2012-05-05code cleanup: naming - pose/armature/image Campbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-04-24First MinGW-w64 support for cmake has been added. To test I recommend this bu...Antony Riakiotakis
2012-04-23code cleanup: remove unused definesCampbell Barton
2012-03-22Fix [#30614] (some Display settings are uneeded for non-geometry/material obj...Bastien Montagne
2012-02-28code cleanup: use float vector size in function definitions, and const's wher...Campbell Barton
2012-02-19More pose armature code factorization:Bastien Montagne
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-02-01Previous fix for [#29484] wasn't working right (did work in report file though).Campbell Barton
2012-01-22use inline BLI_math functions for dot product and length calculation.Campbell Barton
2012-01-17New pchan to pose matrices computes. Fixes [#27898] Bone snap to cursor fails...Bastien Montagne
2012-01-11Longer names support for all ID and other object namesSergey Sharybin
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-10fix bad svn ID tagsCampbell Barton
2011-10-10header cleanup (no functional changes)Campbell Barton
2011-09-14remove count_selected_defgroups() function and make get_selected_defgroups() ...Campbell Barton
2011-09-14initial cleanup for weight paint branchCampbell Barton
2011-08-12Bye bye vile relics of extinct version control systems,Joshua Leung
2011-02-18doxygen: blenkernel under core as module.Nathan Letwory