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-03GPULamp: Separate GPULamp from GPUMaterialClément Foucault
2017-04-03Layer/Depsgraph: Update depsgraph for new objectsDalai Felinto
2017-03-30Remove unused variable (warning since recent Scene/SceneLayer change)Dalai Felinto
2017-03-30Layers: Scene->basact > SceneLayer->basact (more work)Dalai Felinto
2017-03-29Base: update (unused) image_aspect function, copy_attr_menu and its sub-funct...Dalai Felinto
2017-03-29Base: update select_groupDalai Felinto
2017-03-29Merge branch 'master' into blender2.8Campbell Barton
2017-03-29Fix skin mark operatorCampbell Barton
2017-03-17Merge branch 'master' into blender2.8Bastien Montagne
2017-03-17Mesh Convert: remove meaningless modifier checkCampbell Barton
2017-03-17Fix T50950: Converting meshes fails w/ booleanCampbell Barton
2017-03-02Merge branch 'master' into blender2.8Julian Eisel
2017-03-02Remove tons of OBACTDalai Felinto
2017-03-01Fix T50830: Wrong context when calling surfacedeform_bindLuca Rood
2017-03-01Merge branch 'master' into blender2.8Campbell Barton
2017-02-28Fix/workaround T48549: Crash baking high-to-low-poly normal map in cyclesSergey Sharybin
2017-02-27Merge branch 'master' into blender2.8Luca Rood
2017-02-27Surface Deform Modifier (SDef)Luca Rood
2017-02-27Fix memory leak when making duplicates real and parent had constraintsSergey Sharybin
2017-02-23Merge branch 'master' into blender2.8Bastien Montagne
2017-02-22Cycles: Fix shading with autosmooth and custom normalsSergey Sharybin
2017-02-14Sorted BaseLegacy > Base convertionsDalai Felinto
2017-02-14Layer Macros: create the instance as part of the macroDalai Felinto
2017-02-09More housecleaning (BASACT > BASACT_NEW)Dalai Felinto
2017-02-08Merge branch 'master' into blender2.8Sybren A. Stüvel
2017-02-07Render Layers and Collections (merge from render-layers)Dalai Felinto
2017-02-03Fix T49860: Copying vgroups between objects sharing the same obdata was not p...Bastien Montagne
2017-01-31Cleanup: use 'cb_flag', not 'cd_flag' for library_query callbacks.Bastien Montagne
2017-01-31Optimization: pass Main to BKE_library_foreach_ID_link() and use its relations.Bastien Montagne
2017-01-16Cleanup/refactor: move BKE_deform_flip_side_name & co to BLI_string_utilsBastien Montagne
2017-01-16Cleanup/refactor: get rid of fixed name limit in BKE_deform_flip_side_name & co.Bastien Montagne
2017-01-16Cleanup/refactor: Add new BLI_string_util.Bastien Montagne
2017-01-09Cleanup: Don't use C++ comments style in C codeSergey Sharybin
2017-01-09Fix for T50373: lattices should not be able to get subsurf modifiersPhilipp Oeser
2017-01-04Fix T50369: Objects can't be deleted from scene when using "link group object...Bastien Montagne
2016-12-12Cleanup: Rename BKE_libblock_relink, and move it to BKE_library_remap.hBastien Montagne
2016-11-30Cleanup id->newid usage, initial work.Bastien Montagne
2016-11-25Math Lib: rotate matrix cleanupCampbell Barton
2016-11-22Fix T49718: Wrong "Make Duplicates Real" behavior with "Keep Hierarchy"Luca Rood
2016-11-16Fix T50046: Segmentation fault due to out-of-range VertexGroup.weight() call.Bastien Montagne
2016-11-04Fix T49905: Segfault when copying object data of linked object.Bastien Montagne
2016-11-04Fix (unreported) asserts in `make_object_duplilist_real()`.Bastien Montagne
2016-11-01Fix T49856: Blender 2.78 crashes after loading data from a blendfileBastien Montagne
2016-10-31Added 'delete unlocked vertex groups' option.Sybren A. Stüvel
2016-10-24Fix T49827L Crash linking material while in Material viewport shading modeSergey Sharybin
2016-09-19UI Messages: Consistent spelling of term "data-block"Julian Eisel
2016-09-18BLI_listbase: Add/use utility to move link (BLI_listbase_link_move)Julian Eisel
2016-09-16Improve description of move operator direction propertiesJulian Eisel
2016-09-03Fix T49229: ID user decrement error when deleting group instance twice.Bastien Montagne
2016-08-12Depsgraph: Tag relations for update when making datablocks single userSergey Sharybin