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-09-19Cleanup: BLI_utildefines prefix for header-only libsCampbell Barton
2017-09-14Fix T52653: Render output of linked scenes conflicts with other scenes with t...Sergey Sharybin
2017-09-12Fix T52573: Cycles baking artifactsSergey Sharybin
2017-09-07Weight Smooth: remove source optionCampbell Barton
2017-09-07Fix T52639: Weight paint smooth tool crashCampbell Barton
2017-08-30Fix T52588: Shape key value driver variables of duplicated object sets refer ...Bastien Montagne
2017-08-28Make GS macro return proper IDType typeSergey Sharybin
2017-08-27Fix T52498: Deleting force field doesn't remove "Surface" from modifier stack.Bastien Montagne
2017-08-24Cycles Bake: Fix overflow when using hundreds of imagesDalai Felinto
2017-08-21Modify menu from last commitCampbell Barton
2017-08-21Fix T52434: Restore mesh center of mass calculationCampbell Barton
2017-08-11Object Apply Transform: option to apply propertiesCampbell Barton
2017-08-09Fix T52315: Crash on duplicating Scene without world.Bastien Montagne
2017-08-08Cleanup: mostly namings in `make_object_duplilist_real` code.Bastien Montagne
2017-08-08Fix T52260: Blender 2.79 Objects made duplicates real still refer armature pr...Bastien Montagne
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-07-21Fix T52136: Blender segfault (stack overflow most certainly) when converting ...Bastien Montagne
2017-07-17Fix T39925: Set Origin to Geometry on a new text object moves the origin away...Bastien Montagne
2017-07-03Fix T51883: Wrong matrix computation in "Make Duplicates Real"Luca Rood
2017-06-15Fix/workaround 'convert object' messing up linked data.Bastien Montagne
2017-06-15Cleanup: make Group Unlink operator use BKE_libblock_delete(), since that's w...Bastien Montagne
2017-06-09Fix crash when making local object+obdata with linked armature.Bastien Montagne
2017-05-30Fix T49570: Cycles baking can't handle materials with no imagesDalai Felinto
2017-05-30Baking: Add logic to get material from API regardless of Mesh/Object ownershipDalai Felinto
2017-05-29Fix T51624: Scene Full Copy ignores shader node links.Bastien Montagne
2017-05-15Fix T51501: Cycles baking cancel affects baking scriptDalai Felinto
2017-04-24Cleanup: styleCampbell Barton
2017-04-19Fix T51243: Delete Globally won't work with Datablock ID Properties.Bastien Montagne
2017-04-14UI: Add/Improve a few tooltipsAaron Carlisle
2017-04-13Datablock ID PropertiesAlexander Romanov
2017-03-29Fix skin mark operatorCampbell Barton
2017-03-17Mesh Convert: remove meaningless modifier checkCampbell Barton
2017-03-17Fix T50950: Converting meshes fails w/ booleanCampbell Barton
2017-03-01Fix T50830: Wrong context when calling surfacedeform_bindLuca Rood
2017-02-28Fix/workaround T48549: Crash baking high-to-low-poly normal map in cyclesSergey Sharybin
2017-02-27Surface Deform Modifier (SDef)Luca Rood
2017-02-27Fix memory leak when making duplicates real and parent had constraintsSergey Sharybin
2017-02-22Cycles: Fix shading with autosmooth and custom normalsSergey Sharybin
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