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-07-31New Grease Pencil object for 2D animationAntonioya
2018-05-29Merge branch 'master' into blender2.8Bastien Montagne
2018-05-29Cleanup: Get rid of G.main in BKE_material.Bastien Montagne
2018-04-19Remove Blender Internal and legacy viewport from Blender 2.8.Ton Roosendaal
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-01-11Merge branch 'master' into blender2.8Campbell Barton
2018-01-11Cleanup: BKE naming conventions for datablock add/localizeCampbell Barton
2017-10-25Depsgraph: Cleanup, remove legacy material/lamp driver update functionsSergey Sharybin
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-07-20Fix T51925: Eevee: Animated Eevee values slowdownSergey Sharybin
2017-06-14Merge branch 'master' into blender2.8Bastien Montagne
2017-06-14Make whole ID copying code use const source pointer.Bastien Montagne
2017-05-24Remove TexFace, per-face imagesCampbell Barton
2016-08-12Depsgraph: tag relations for update when aterial slots changesSergey Sharybin
2016-07-21Refactor/deduplicate even more make_local code (and fix part of T48907).Bastien Montagne
2016-07-20Cleanup: use BKE naming convention for object materialsCampbell Barton
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-07-09Refactor/enhance BKE_mball_make_local(), and add BKE_mball_copy_ex() that tak...Bastien Montagne
2016-07-08Rework/split test_object_materials().Bastien Montagne
2015-12-28Cleanup typo.Bastien Montagne
2015-12-12Use material remapping for bmesh-booleanCampbell Barton
2015-10-20First step to handle missing libs/datablocks when reading a file.Bastien Montagne
2015-08-26Fix T45631: Ambient update rendered bugSergey Sharybin
2015-08-06Fix T45695: Assigning material reverts MaterialSlot.linkCampbell Barton
2015-04-28Add material slot reorder buttonsGaia Clary
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2014-08-27Changing render engine now refreshes the texture paint display better.Antony Riakiotakis
2014-08-27Only calculate texture paint slots from mtex if renderer is blenderAntony Riakiotakis
2014-07-21GSOC 2013 paintAntony Riakiotakis
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-01-27Code cleanup: use booleans where appropriateCampbell Barton
2013-12-14Code cleanup: Remove "TexFace to Material Convert", from the file menu. This ...Thomas Dinges
2013-08-14fix [#36349] Separate mesh by material creates meshes with all the materials ...Campbell Barton
2013-08-14add materials.clear() method, matching other python list method.Campbell Barton
2013-08-13make materials.pop() and more like pythons list.popCampbell Barton
2013-04-18Make freestyle use local Main for temporary objectsSergey Sharybin
2013-04-03code cleanup: unused functionsCampbell Barton
2013-02-05Fix #34040: Moving Normal Node with enabled Cycles Material Preview crashesSergey Sharybin
2012-08-22Fixed regression introduced in 50107Sergey Sharybin
2012-08-12new parameter in assign_material() to specify where material shall be assigne...Gaia Clary
2012-07-03Bugfix [#31834] Cycles materials cannot be manipulated using driversJoshua Leung
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-02-29Code Cleanup: remove non existing function declarations.Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton