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-04-01Merge branch 'master' into blender2.8Campbell Barton
2018-04-01Cleanup: remove global headerCampbell Barton
2018-03-31Undo: unified undo system w/ linear historyCampbell Barton
2018-03-30C Logging: use instead of printf for messagesCampbell Barton
2018-03-30Collections: API to select all scene collection objectsDalai Felinto
2018-03-30Collections: API to get collection from indexDalai Felinto
2018-03-30Collections: API to check if object is in collectionDalai Felinto
2018-03-29Particles: Fix missing hair dynamicsSergey Sharybin
2018-03-29Particles: Remove dedicated recalc field from ParticleSettingsSergey Sharybin
2018-03-28Move to Collection - initial operatorDalai Felinto
2018-03-27Merge branch 'master' into blender2.8Campbell Barton
2018-03-27Cleanup: global undo (minor changes to internals)Campbell Barton
2018-03-26Merge branch 'master' into blender2.8Sergey Sharybin
2018-03-24Text: re-allocate exact lengths for undoCampbell Barton
2018-03-24Fix text editor undo w/ 4+ byte utf8 charactersCampbell Barton
2018-03-24Cleanup: move undo opcodes out of public headerCampbell Barton
2018-03-23Merge branch 'master' into blender2.8Campbell Barton
2018-03-23Cleanup: stray tabsCampbell Barton
2018-03-22GPUCompositing: Remove entire module.Clément Foucault
2018-03-20Merge branch 'master' into blender2.8Sergey Sharybin
2018-03-20Remove debug only code from previous commitSergey Sharybin
2018-03-20Memory allocator: Clarify consistency check functionSergey Sharybin
2018-03-20Fixed: cache clearing when using multiple Alembic files.Sybren A. Stüvel
2018-03-20Merge branch 'master' into blender2.8Bastien Montagne
2018-03-20Fix missing ID pointer handling in materials in ID remapping code.Bastien Montagne
2018-03-20Fix missing array duplication when copying materialSergey Sharybin
2018-03-19Merge branch 'master' into blender2.8Campbell Barton
2018-03-19Cleanup: split lattice into own libraryCampbell Barton
2018-03-16Merge branch 'master' into blender2.8Bastien Montagne
2018-03-16Add an assert to BKE_icon_changed() that we are actually dealing with ID icon.Bastien Montagne
2018-03-16Fix T54310: Assert when enable Brush custom icon.Bastien Montagne
2018-03-16Cleanup: naming and const parameter.Bastien Montagne
2018-03-16Merge branch 'master' into blender2.8Sergey Sharybin
2018-03-16Depsgraph: Move evaluation debug prints to depsgraphSergey Sharybin
2018-03-14Merge branch 'master' into blender2.8Bastien Montagne
2018-03-14Style cleanup.Bastien Montagne
2018-03-14Fix (unreported) broken IDarray case in IDP_EqualsProperties_ex.Bastien Montagne
2018-03-14Depsgraph: Fix missing updates with driversSergey Sharybin
2018-03-13Merge branch 'master' into blender2.8Campbell Barton
2018-03-13Cleanup: doxygen commentsCampbell Barton
2018-03-10BoundBox: Fix wrong max in BKE_boundbox_alloc_unit.Clément Foucault
2018-03-09Cleanup: iterator macrosCampbell Barton
2018-03-08Merge branch 'master' into blender2.8Campbell Barton
2018-03-08Cleanup: Use BKE_ prefix for all public functions exposed by the NLA moduleJoshua Leung
2018-03-08T54233: NLA "Push Down" discards Blend Mode, Extrapolation, and InfluenceJoshua Leung
2018-03-07Cleanup: use _BEGIN suffix for group iteratorsCampbell Barton
2018-03-06Material: Free gpumaterials before the notree.Clément Foucault
2018-03-06Merge branch 'master' into blender2.8Campbell Barton
2018-03-06Fix T53206: Array modifier doesn't merge vgroupsCampbell Barton
2018-03-05Merge branch 'master' into blender2.8Sergey Sharybin