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-11-01Refactor: Rename Object->obmat to Object->object_to_worldSergey Sharybin
2022-10-10I18n: disambiguate or extract a few messagesDamien Picard
2022-08-28Fix crash in gpencil.brush_reset_all referencing freed memoryCampbell Barton
2022-06-30Cleanup: Remove scene frame macros (`CFRA` et al.)Julian Eisel
2022-03-29LibOverride: Massive edits to 'editable' IDs checks in editors code.Bastien Montagne
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-28GPencil: Avoid crashes calling from pythonAntonio Vazquez
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-11-04GPencil: New option to Merge All layers in active oneAntonio Vazquez
2021-08-30Fix T91056: GPencil merge layers doesn't preseve Keyframe type.Antonio Vazquez
2021-07-26Cleanup: Fix compiler warning in previous commitAntonio Vazquez
2021-07-26Fix T90127: Merge Down layer doesn't take the transform location into accountAntonio Vazquez
2021-07-13Refactor: Move vertex group names to object dataHans Goudey
2021-06-30Cleanup: use const arguments for accessor functionsCampbell Barton
2021-06-28Cleanup: repeated terms in code comments & error messagesCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-05-15GPencil: Add parameter removed by error in previous commitAntonio Vazquez
2021-05-14GPencil: Refactor Append operatorsAntonio Vazquez
2021-05-10Cleanup: too small loop variable typeJacques Lucke
2021-05-07GPencil: New Append operatorsAntonio Vazquez
2021-04-19GPencil: Add Layer Mask ordering buttonsAntonio Vazquez
2021-04-17Fix T87321: GPencil Arrange strokes not consistent with industry standardsAntonio Vazquez
2021-03-05Cleanup: rename evt to eventCampbell Barton
2021-03-02UI: Clean up labels and descriptions: "Draw" to "Display"William Reynish
2021-02-20Cleanup: Split grease pencil selection index functionsAntonio Vazquez
2021-02-19GPencil: Interpolate Tools refactorAntonio Vazquez
2021-02-14Cleanup: spellingCampbell Barton
2021-02-13Cleanup: spellingCampbell Barton
2021-02-09GPencil: Fill tool refactor and Multiframe in Draw modeAntonio Vazquez
2021-01-21Gpencil: Fix missing change in previous commit Antonio Vazquez
2021-01-21GPencil: New option to Duplicate Layers with Empty KeyframesAntonio Vazquez
2021-01-16GPencil: Cleanup - Rename ED_gpencil_stroke_color_use to ED_gpencil_stroke_ma...Antonio Vazquez
2021-01-16GPencil: Add new parameteres to transform layersAntonio Vazquez
2020-12-24Cleanup: Fix capitalization in various UI stringsYevgeny Makarov
2020-12-15Cleanup: spellingCampbell Barton
2020-12-15Cleanup: reduce indirect DNA header inclusionCampbell Barton
2020-12-12Fix T83705: GPencil - Duplicate strokes of destination layer when merge layerAntonio Vazquez
2020-12-03GPencil: Fix unreported refresh of stroke after using Arrange operatorAntonio Vazquez
2020-11-13GPencil: Merge GSoC curve edit modeFalk David
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-10-07Fix T81490: GPencil merge layer duplicated all strokesAntonio Vazquez
2020-09-15Cleanup: Remove unneeded parameterNathan Craddock
2020-09-15UI: Add `icon_only` argument to operator_enumNathan Craddock
2020-08-25Fix T80077: Objects disappear when joining with a zero scaled axisCampbell Barton
2020-08-21Fix T79987: Crash when joining objectsJulian Eisel
2020-07-27GPencil: New operator to Cleanup duplicated framesAntonio Vazquez
2020-07-10Revert "Fix T78296: Performance - Use Binary Search for MDeformWeight"Brecht Van Lommel
2020-07-10Fix T78296: Performance - Use Binary Search for MDeformWeightJeroen Bakker
2020-07-03Cleanup: Editors/GPencil, Clang-Tidy else-after-return fixesSybren A. Stüvel