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
2018-05-18Collections and groups unificationBrecht Van Lommel
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-03-09Cleanup: iterator macrosCampbell Barton
2018-03-07Cleanup: use _BEGIN suffix for group iteratorsCampbell Barton
2017-12-08Cleanup, indentationSergey Sharybin
2017-12-08Depsgraph: Use dedicated function for group evaluationSergey Sharybin
2017-12-01Groups and collection: initial integrationDalai Felinto
2017-11-29Merge branch 'master' into blender2.8Sergey Sharybin
2017-11-29Cleanup: Remove unused functionSergey Sharybin
2017-11-09Farewell BaseLegacyDalai Felinto
2017-08-16Pass EvaluationContext instead of bContextCampbell Barton
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-06-14Merge branch 'master' into blender2.8Bastien Montagne
2017-06-14Make whole ID copying code use const source pointer.Bastien Montagne
2017-02-07Render Layers and Collections (merge from render-layers)Dalai Felinto
2016-07-21Fix missing datablocks types in id_make_local.Bastien Montagne
2016-07-10Cleanup/Refactor: pass Main pointer to all ID copy functions.Bastien Montagne
2016-06-22ID-Remap - Step one: core work (cleanup and rework of generic ID datablock ha...Bastien Montagne
2015-11-02Library API: pass Main struct to unlink functionsCampbell Barton
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2015-02-06Outliner: DragDrop objects to groupsCampbell Barton
2013-12-26Threaded object update and EvaluationContextSergey Sharybin
2013-04-03code cleanup: use more (blender) conventional naming for group functions.Campbell Barton
2013-02-05Fix #34040: Moving Normal Node with enabled Cycles Material Preview crashesSergey Sharybin
2012-09-16Code cleanup - remove some obsolete codeJoshua Leung
2012-05-13code cleanup: header cleanup and remove some duplicate defines.Campbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2011-12-04remove use of deprecated struct membersCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-02-18doxygen: blenkernel under core as module.Nathan Letwory
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-04-15Merge various small changes from render branch:Brecht Van Lommel
2010-02-12correct fsf addressCampbell Barton
2010-01-12rename free_group to free_group_objects since it doesnt free the group its self.Campbell Barton
2009-11-11python api for collection add()/remove()Campbell Barton
2009-09-052.5Brecht Van Lommel
2009-01-042.5Ton Roosendaal
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2008-02-03feature request from peach, remove selected objects from 1 group.Campbell Barton
2008-01-22Render instancing can now also handle the same object in multiple,Brecht Van Lommel
2008-01-19 find_group would only return the first group, this let to the assumption tha...Campbell Barton
2007-03-11made all data adding functions accept a name such as add_mesh or add_curve, p...Campbell Barton
2005-12-14Orange; Magical Group relink option. :)Ton Roosendaal
2005-12-11Big commit with work on Groups & Libraries:Ton Roosendaal
2005-12-06Orange:Ton Roosendaal
2005-12-06Orange branch: Revived hidden treasure, the Groups!Ton Roosendaal
2002-12-27Removed the config.h thing from the .h's in the source dir.Kent Mein
2002-11-25Did all of the .h's in sourceKent Mein