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
2013-09-01Move GCC attributes into a centraized definesSergey Sharybin
2013-04-08fix for bug where notifiers could hold pointers to freed data which listeners...Campbell Barton
2013-04-03code cleanup: unused functionsCampbell Barton
2013-03-25More new data names translation (most cases should be covered now).Bastien Montagne
2013-03-10code cleanup:Campbell Barton
2013-03-10patch [#34103] check_for_dupid.patchCampbell Barton
2013-02-05Fix #34040: Moving Normal Node with enabled Cycles Material Preview crashesSergey Sharybin
2012-12-18fix [#33580] Masking keyframes disappear from dope sheet when using undo.Campbell Barton
2012-10-28Fix for freeing node trees that are part of other data blocks (material, worl...Lukas Toenne
2012-07-08use gcc attrubutes to warn on unused return values and arguments which should...Campbell Barton
2012-06-04mask mode for clip editor developed by Sergey Sharybin, Pete Larabell and mys...Campbell Barton
2012-05-13code cleanup: header cleanup and remove some duplicate defines.Campbell Barton
2012-05-05code cleanup: BKE_libblock_find_name() now takes an ID constant rather then a...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-29style cleanup: whitespace / commasCampbell Barton
2012-04-06Fix #30798: when linking a datablock, it got simply added to the back of theBrecht Van Lommel
2012-02-29Code Cleanup: remove non existing function declarations.Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2011-11-30fix [#29459] Crash making a linked object group localCampbell Barton
2011-11-07Camera tracking integrationSergey Sharybin
2011-11-07minor editsCampbell Barton
2011-11-01added path traversal flag - BPATH_TRAVERSE_SKIP_MULTIFILE,Campbell Barton
2011-10-28use generic path remapping when making all library data local, previously onl...Campbell Barton
2011-10-27edits ontop of Alex's patch from r41292.Campbell Barton
2011-10-26Fix [#28772] Filepaths are not remmaped after making a library item localAlex Fraser
2011-10-24added function BKE_library_filepath_set which sync's the libraries absolute p...Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-06-29Actions can now be made single-user from the OutlinerJoshua Leung
2011-02-18doxygen: blenkernel under core as module.Nathan Letwory
2011-01-05py api function to tag all ID blocks, was available in 2.4x as.Campbell Barton
2010-12-20bugfix [#25310] Twice applied modifier with Convert to mesh with several mult...Campbell Barton
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-11-09bugfix [#24403] Object.copy() duplicates armature actionCampbell Barton
2010-11-01bugfix [#24477] Can easily create bones with duplicate namesCampbell Barton
2010-10-05Reorganisation of COLLADA import code. Classes have been split into their own...Nathan Letwory
2010-08-04include cleanup, no functional changesCampbell Barton
2010-07-31- add back prefix for ID lists (LF) for linked and fake user for search fields.Campbell Barton
2010-07-23[#22876] Add new scene, stacker ".00" bugCampbell Barton
2010-07-21Revert revision 30441: [#22876] Add new scene, stacker ".00" bugBrecht Van Lommel
2010-07-17[#22876] Add new scene, stacker ".00" bugCampbell Barton
2010-03-30* Multiply for panorama camerasBrecht Van Lommel
2010-03-06disallow naming ID datablocks an empty string, this wont work, you cant selec...Campbell Barton
2010-02-15copy animdata and id-props when copying material node tree's to avoid double ...Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2009-09-122.5 filebrowserAndrea Weikert
2009-09-052.5Brecht Van Lommel
2009-08-07svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r22205:22290Campbell Barton
2009-08-07gameObject -> blenderObject mapping was being created but wasnt needed.Campbell Barton