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
2017-02-06Base refactor 4/4Dalai Felinto
2017-02-06Base refactor 3/4Dalai Felinto
2017-02-06Base refactor 1/4Dalai Felinto
2017-02-06Merge remote-tracking branch 'origin/blender2.8' into render-layersClément Foucault
2017-01-31Fix compilation error: too few arguments to function call.Kévin Dietrich
2017-01-31Use the same solution to test the pixel distance to the AABB, with BoundBoxGermano Cavalcante
2017-01-31Optimization: pass Main to BKE_library_foreach_ID_link() and use its relations.Bastien Montagne
2017-01-29Remove `BKE_boundbox_ray_hit_check`Germano Cavalcante
2017-01-17Remove base from BKE_object_groups_clearDalai Felinto
2017-01-17Remove OB_FROMGROUP from base, and add util funcs to sync base/object flagsDalai Felinto
2017-01-11Merge remote-tracking branch 'origin/blender2.8' into render-layersDalai Felinto
2017-01-10Add new objects and some Base > ObjectBase convertionDalai Felinto
2017-01-09Fix for T50373: lattices should not be able to get subsurf modifiersPhilipp Oeser
2016-12-28Revert particle system and point cache removal in blender2.8 branch.Lukas Tönne
2016-12-01Merge branch 'master' into blender2.8Lukas Tönne
2016-11-30Cleanup id->newid usage, initial work.Bastien Montagne
2016-11-19Fix T50078: Vertex Groups not copied over when making proxy.Luca Rood
2016-10-13Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2016-10-13Proxy appending: re-establish link to proxies when they are made localSybren A. Stüvel
2016-10-07Merge branch 'master' into blender2.8Julian Eisel
2016-10-05Fix T49501: Animations imported via alembic render with wrong or no motion blurSergey Sharybin
2016-09-26Merge branch 'master' into blender2.8Bastien Montagne
2016-09-23Fix T49430: append scene with gamelogic broken.Bastien Montagne
2016-09-04Merge branch 'master' into blender2.8Bastien Montagne
2016-09-03Fix T49229: ID user decrement error when deleting group instance twice.Bastien Montagne
2016-07-28Merge branch 'master' into blender2.8Campbell Barton
2016-07-25Cleanup: factorize the 'ensure local' part of datablock copy into a single BK...Bastien Montagne
2016-07-25Merge branch 'master' into blender2.8Bastien Montagne
2016-07-21Refactor/deduplicate even more make_local code (and fix part of T48907).Bastien Montagne
2016-07-18Merge branch 'master' into blender2.8Campbell Barton
2016-07-14Add option to id_make_local to force localization of datablock, even if not u...Bastien Montagne
2016-07-12Merge branch 'master' into blender2.8Bastien Montagne
2016-07-11Remove usercount handling from BKE_id_expand_local.Bastien Montagne
2016-07-11Cleanup: remove call to BKE_id_lib_local_paths() in make_local functions.Bastien Montagne
2016-07-11Use new generic BKE_id_expand_local() for make_local() for object.Bastien Montagne
2016-07-11Fix (unreported) memory leak when making local linked databock which has a pr...Bastien Montagne
2016-07-10Cleanup/Refactor: pass Main pointer to all ID copy functions.Bastien Montagne
2016-07-09Refactor/enhance BKE_curve_make_local(), and add BKE_curve_copy_ex() that tak...Bastien Montagne
2016-07-09Minor fix/cleanup to object's make_local.Bastien Montagne
2016-07-08Refactor/enhance BKE_object_make_local().Bastien Montagne
2016-07-06Cleanup/simplify/fixes BKE_object_is_libdata and BKE_object_obdata_is_libdata.Bastien Montagne
2016-07-06Replace of (id->lib != NULL) check by meaningful macro.Bastien Montagne
2016-06-23Merge branch 'master' into blender2.8Campbell Barton
2016-06-22ID-Remap - Step one: core work (cleanup and rework of generic ID datablock ha...Bastien Montagne
2016-05-24Merge branch 'master' into blender2.8Bastien Montagne
2016-05-18Fix missing modifiers for mesh objectsSergey Sharybin
2016-05-18Fix T47737: Lattice crashes w/ smooth modifierPhilipp Oeser
2016-04-29Removed point cache blenkernel code.Lukas Tönne
2016-04-16Removed tool settings for particle edit mode.Lukas Tönne
2016-04-13Removed blenkernel particle code.Lukas Tönne