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
2022-02-25Cleanup: use flags for wmEvent modifier keysCampbell Barton
2022-02-24Merge branch 'blender-v3.1-release'Brecht Van Lommel
2022-02-24Fix T95969, T91856: bake AO to vertex color artifacts after ray offset removalBrecht Van Lommel
2022-02-23Cleanup: Remove repeated word in commentsCampbell Barton
2022-02-18Cleanup: Rename original curve object type enumHans Goudey
2022-02-18Curves: add initial edit mode supportKévin Dietrich
2022-02-15Curves: add initial sculpt modeJacques Lucke
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-10Merge branch 'blender-v3.1-release'Hans Goudey
2022-02-10Fix T95613: remove anonymous attributes when converting objectJacques Lucke
2022-02-07Curves: Rename "Hair" types, variables, and functions to "Curves"Hans Goudey
2022-02-04Fix: Missing translations from operator descriptionsHans Goudey
2022-02-04Remove internal proxy code, and deprecate related DNA data.Bastien Montagne
2022-02-03Merge branch 'blender-v3.1-release'Jacques Lucke
2022-02-03Fix T94435: remove anonymous attributes when applying modifierJacques Lucke
2022-02-03Merge branch 'blender-v3.1-release'Brecht Van Lommel
2022-02-03Fix T91254: Some editing operation indirectly delete objects from override co...Bastien Montagne
2022-02-02Remove operators to manually convert proxies to liboverrides.Bastien Montagne
2022-02-02LibOverride: Add 'owner library' info to some liboverride code.Bastien Montagne
2022-01-31Merge branch 'blender-v3.1-release'Aaron Carlisle
2022-01-31Fix T95250: bake margin adjacent faces uses stale UV map in edit modeMartijn Versteegh
2022-01-30Cleanup: Cmake: remove unnecessary definitions for internationalizationAaron Carlisle
2022-01-29Cleanup: Remove mesh vertex "temp tag" flagHans Goudey
2022-01-27Fix T85233: Transfer Weights tooltip is wrong.Bastien Montagne
2022-01-27Fix T93766: 'New Collection' entry in 'Move to collection' menu is not transl...Yevgeny Makarov
2022-01-25Python: Expose crazyspace correction functionality via RNASergey Sharybin
2022-01-24Cleanup: spelling in commentsCampbell Barton
2022-01-22Fix: Applying object transform can create normal layersHans Goudey
2022-01-17Baking: new method to generate margin, based on adjacent facesMartijn Versteegh
2022-01-13Refactor: Move normals out of MVert, lazy calculationHans Goudey
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClment Foucault
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClément Foucault
2022-01-11Fix T94299: Object asset set as visible but doesn't showJulian Eisel
2022-01-08Fix Adjust Last Operation panel showing session UUID number buttonJulian Eisel
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-06Cleanup: Replace FINISHED with CANCELLEDAntonio Vazquez
2021-12-30Fix T93134: Set origin broken for curve edit modeShen Ciao
2021-12-28GPencil: Avoid crashes calling from pythonAntonio Vazquez
2021-12-28Fix T94439: Some GPencil operators crash when calling from consoleAntonio Vazquez
2021-12-25Cleanup: use new c++ guarded allocator APIAaron Carlisle
2021-12-23LibOverride: protect better against using on complex inter-dependency cases.Bastien Montagne
2021-12-21Fix T92930: Outliner "Show Active" bone fails in certain situationsPhilipp Oeser
2021-12-17Cleanup: use more common naming suffix for item callbacksCampbell Barton
2021-12-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
2021-12-13Cleanup: Point cloud vs point-cloud in commentsHans Goudey
2021-12-10Cleanup: move public doc-strings into headers for various API'sCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-11-25Merge remote-tracking branch 'origin/blender-v3.0-release'Sergey Sharybin