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-02-10Cleanup: Fix warning (unused variable)Dalai Felinto
2020-02-10GPencil: Don't hide blend mode for mask layersAntonio Vazquez
2020-02-10GPencil: Change Mask panel layoutAntonio Vazquez
2020-02-10Cleanup: Rename `BKE_library_override_` functions to `BKE_lib_override_library_`Bastien Montagne
2020-02-10Updated install_deps to latest required OSL/LLVM.Bastien Montagne
2020-02-10CTest: Disable the cross test from the avxf unit tests.Ray Molenkamp
2020-02-10Refactor: move `Library`-specific functions into proper `BKE_library` file.Bastien Montagne
2020-02-10Fix mismatch in BKE headers' multi-include safeguards naming.Bastien Montagne
2020-02-10Cleanup CLOG identifiers in BKE_lib' implementation files.Bastien Montagne
2020-02-10Merge branch 'blender-v2.82-release'Lukas Stockner
2020-02-10Fix unreported: Packing/unpacking errors don't mention tiled imagesLukas Stockner
2020-02-10GPencil: Fix unreported missing annotation popover menuAntonio Vazquez
2020-02-10Fix T73713: Tiled textures (UDIM) getting lost when saving the .blend but not...Lukas Stockner
2020-02-10Cleanup/Refactor: Move ID deletion into its own .c file.Bastien Montagne
2020-02-10Merge branch 'greasepencil-object' into greasepencil-refactorAntonio Vazquez
2020-02-10GPencil: Fix compiler error after mergeAntonio Vazquez
2020-02-10Merge branch 'greasepencil-object' into greasepencil-refactorAntonio Vazquez
2020-02-10Merge branch 'master' into greasepencil-objectAntonio Vazquez
2020-02-10BLI: add utilities for defining non-movable and non-copyable classesJacques Lucke
2020-02-10USD: Install USD library via install_deps.shSybren A. Stüvel
2020-02-10Cleanup: Add basic doc about each `BKE_main` and `BKE_lib` files.Bastien Montagne
2020-02-10Fix missed include update in recent BKE_library renaming.Bastien Montagne
2020-02-10BLI: improve various C++ data structuresJacques Lucke
2020-02-10Cycles: internal support for constant object/mesh attribute valuesAlex Fuller
2020-02-10UI: Graph Editor Show Cursor panelWilliam Reynish
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2020-02-10Tracking: Clarify calculation of camera matrix for object solverSergey Sharybin
2020-02-10Tracking: Cleanup, more clear variable nameSergey Sharybin
2020-02-10Tracking: Fix usage PLACEHOLDER functionSergey Sharybin
2020-02-10PY API doc generation: Add option for multi-tasking sphinx.Bastien Montagne
2020-02-10Fix T61138: Difficulty in aligning handles of Stroke of type Curvemano-wii
2020-02-10GPencil: Fix unreported missing annotation popover menuAntonio Vazquez
2020-02-10GPencil: Add option to add mask layer one by oneAntonio Vazquez
2020-02-10Cycles: Fix linking error of new avxf unit testsSergey Sharybin
2020-02-10Fix: Missed this line in last commitWilliam Reynish
2020-02-10UI: Bone Custom Shape layoutWilliam Reynish
2020-02-10Fix T73681: Python exception adding Empty objects via `object_data_add`Philipp Oeser
2020-02-10Merge branch 'greasepencil-object' into greasepencil-refactorAntonio Vazquez
2020-02-10Merge branch 'master' into greasepencil-objectAntonio Vazquez
2020-02-10GPencil: Add invert mask option to Mask subpanelAntonio Vazquez
2020-02-10GPencil: Make Mask panel as SubpanelAntonio Vazquez
2020-02-10Fix T73696: Text editor scroll glitchKai Jægersen
2020-02-10Cleanup: spellingCampbell Barton
2020-02-10Cleanup: sort file, struct listsCampbell Barton
2020-02-10Cleanup: keymap formatting, unused argCampbell Barton
2020-02-09GPencil: Don't add mask layers to mask listAntonio Vazquez
2020-02-09GPencil: Back Mask Switch to 2 modes: ON/OFFAntonio Vazquez
2020-02-09GPencil: New list of Masking LayersAntonio Vazquez
2020-02-09VSE: Add option to select handles with box selectionRichard Antalik
2020-02-09Merge branch 'blender-v2.82-release'Sebastián Barschkis