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-04-04Merge branch 'blender2.8' into transform-manipulatorstransform-manipulatorsJulian Eisel
2017-04-04Collada export cleanupDalai Felinto
2017-04-04fix: Collada export selected worked only for the very first export (needs fur...Gaia Clary
2017-04-04Fix collada exporting for Blender 2.8Dalai Felinto
2017-04-03Object Engine: Fix multi user lamp data display bug.Clément Foucault
2017-04-03GPULamp: Separate GPULamp from GPUMaterialClément Foucault
2017-04-01Blender 2.8: Hook of layer collections evaluation in DEGSergey Sharybin
2017-03-30Layers: use IDProperty and override collection properties systemDalai Felinto
2017-03-29Fix fit camera view frame to selected objectsDalai Felinto
2017-03-02Remove tons of OBACTDalai Felinto
2017-02-27Prevent crash when copying objectDalai Felinto
2017-02-24Fix T50714: Collections: Adding object to scene without an existing collectionDalai Felinto
2017-02-17Merge branch 'master' into blender2.8Bastien Montagne
2017-02-14`BKE_boundbox_ensure_minimum_dimensions` is no longer necessaryGermano Cavalcante
2017-02-13Layers: Per-Collection edit mode parsingDalai Felinto
2017-02-12Merge branch 'blender2.8' into transform-manipulatorsJulian Eisel
2017-02-07Layers: get/update CollectionEngineSettings (depsgraph placeholder)Dalai Felinto
2017-02-07Render Layers and Collections (merge from render-layers)Dalai Felinto
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-14Merge branch 'blender2.8' into transform-manipulatorsJulian Eisel
2017-01-09Fix for T50373: lattices should not be able to get subsurf modifiersPhilipp Oeser
2016-12-16Merge branch 'blender2.8' into transform-manipulatorsJulian Eisel
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-11-08Rotation value indicator for rotation manipulatorsJulian Eisel
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