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
2016-02-22Fix T47482: take II, restore 2.76 behavior regarding groups when deleting an ...Bastien Montagne
2016-02-15Cleanup: reorganize BKE ID tagging functions.Bastien Montagne
2016-02-12Fix T47379: crash appending materials with node trees.Brecht Van Lommel
2016-01-04added new "Fake User" option for appending objects, this sets a fake user on ...Martin Felke
2015-12-28Cleanup: use BLI_libblock prefix for id functionsCampbell Barton
2015-12-28Changes to rename_id function:Antony Riakiotakis
2015-12-27Split id->flag in two, persistent flags and runtime tags.Bastien Montagne
2015-11-10Cleanup: use func definitions for wm/notifiers/editors ID callbacks.Bastien Montagne
2015-11-09Fake user: add BKE_library helpers to set/clear that flag.Bastien Montagne
2015-10-22Cleanup: remove script ID-typesCampbell Barton
2015-10-20First step to handle missing libs/datablocks when reading a file.Bastien Montagne
2015-10-08Fix T46386: Duplicate fails updating driver linksCampbell Barton
2015-08-27Make .blend file thumbnail reading simpler and more coherent, read/store them...Bastien Montagne
2015-05-04Cleanup: WM_main_remove_notifier_referenceCampbell Barton
2015-05-04Cleanup: naming for callback wrappersCampbell Barton
2015-02-06cleanup: styleCampbell Barton
2014-09-22Corrent recent commit: off by one errorCampbell Barton
2014-09-22Correct MAX_LIBARRAY define, assert when its wrongCampbell Barton
2014-07-23Fix for mixup in startup.blend data init when userprefs.blend was missingCampbell Barton
2014-07-21GSOC 2013 paintAntony Riakiotakis
2014-06-26Replace Main->lock with an anoynous structure pointerSergey Sharybin
2014-06-24Make main library safe(er) for the threaded usageSergey Sharybin
2014-05-09Fix T40108: Copying materials leaves a shared Action datablock in nestedLukas Tönne
2014-03-21Fix T39209: Localizing materials could cause heisenbug with concurrentSergey Sharybin
2014-02-15Code cleanup: remove more string encoded menu functionsCampbell Barton
2014-01-15Python/Depsgraph: bpy.data.*.is_updated now detects add/remove of any datablock.Tom Edwards
2013-12-30Main API: refactor naming, use BKE_main_ prefix and add main arg.Campbell Barton
2013-12-26Threaded object update and EvaluationContextSergey Sharybin
2013-12-25Fix T37709: Memory corruption when freeing custom bone shape objectsSergey Sharybin
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