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
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-09-23LibOverride: Add operator to convert a proxy object into an override.Bastien Montagne
2020-09-08Cleanup: Refactor `ED_object_parent_set`Sybren A. Stüvel
2020-09-07Cleanup: Refactor object.parent_set operatorSybren A. Stüvel
2020-08-28Cleanup 'make vertex parent' operator code.Bastien Montagne
2020-08-08Cleanup: use array syntax for sizeof with fixed valuesCampbell Barton
2020-08-07Cleanup: Blenlib, Clang-Tidy else-after-return fixes (incomplete)Sybren A. Stüvel
2020-07-22Cleanup: spellingCampbell Barton
2020-07-21Fix (unreported) broken code in recent override operator enhancements.Bastien Montagne
2020-07-21Fix (unreported) bad handling of detection of what to override from 3DView in...Bastien Montagne
2020-07-15LibOverride: move most of 'complete override creation' from ED_object to BKE_...Bastien Montagne
2020-07-15Cleanup: remove debug prints.Bastien Montagne
2020-07-15LibOverride: rework 'make override' 3DView operator.Bastien Montagne
2020-07-14Cleanup: function name not following its module conventions.Bastien Montagne
2020-07-14LibOverride: Move code tagging reauired dependencies of an override into BKE.Bastien Montagne
2020-07-13LibOverride: Cleanup: Remove option to disable library overrides.Bastien Montagne
2020-07-09Implement T77959: Never duplicate linked data during deep-copy.Bastien Montagne
2020-07-03Cleanup: Editors/Object, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-07-01Cleanup: typos in comment.Bastien Montagne
2020-06-30LibOverride: Refactor 'make override' 3DView operator.Bastien Montagne
2020-06-19LibOverride: Cleanup: remove unused parameter.Bastien Montagne
2020-06-16Cleanup: get rid of `BKE_collection_copy`.Bastien Montagne
2020-06-12LibOverride: Remove 'auto override' option.Bastien Montagne
2020-06-10Cleanup: Remove no more used `ED_object_single_users`.Bastien Montagne
2020-06-05Cleanup: spellingCampbell Barton
2020-06-02Library Overrides: Don't move collections to Scene Collection when overridingJulian Eisel
2020-06-02Library Overrides: Unlink instance empty after "Make Library Override"Julian Eisel
2020-05-29Cleanup: spelling, correct reference to 'Mesh.mcol'Campbell Barton
2020-05-08Fix T76498: Refactoring - Rename BKE modifiers funtionsAntonio Vazquez
2020-05-06Fix T76416: Armature Deform parenting option doesn't work with Grease Pencil ...Philipp Oeser
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-04-03Cleanup: Animation, move AnimData API to `anim_data.c`/`BKE_anim_data.h`Sybren A. Stüvel
2020-04-03Cleanup: use abbreviated names for unsigned types in editorsCampbell Barton
2020-03-26Fix crash when make proxy failed to assign a proxyCampbell Barton
2020-03-26Cleanup: use doxy sections & add missing sectionsCampbell Barton
2020-03-23Revert "COW: Edit Mesh: Do not copy the looptris pointer"Germano Cavalcante
2020-03-23COW: Edit Mesh: Do not copy the looptris pointerGermano Cavalcante
2020-03-20Fix T74649: Outliner: Cannot set/clear parent with 'Keep Transforms'Philipp Oeser
2020-03-19Cleanup: fix typos in commentsBrecht Van Lommel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-18Objects: add Volume object type, and prototypes for Hair and PointCloudBrecht Van Lommel
2020-03-13Multires: Fix Subdivide, Reshape and Apply BaseSergey Sharybin
2020-03-06Cleanup: keyframe API naming, high level keyframe APICampbell Barton
2020-03-05Cleanup: redundant castsCampbell Barton
2020-03-05Cleanup: material API namingCampbell Barton
2020-03-04Fix T73797: Selection/Editing after Make Single User for Object DataPhilipp Oeser
2020-02-13Refactor libquery ID looper callback to take a single parameter.Bastien Montagne
2020-02-11UI: Use popup dialog for make single user from operator searchCampbell Barton
2020-02-10Cleanup: Rename `BKE_library_override_` functions to `BKE_lib_override_library_`Bastien Montagne
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne