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
2021-12-14Cleanup: resolve parameter mis-matches in doc-stringsCampbell Barton
2021-12-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
2021-12-13GPencil: New Shrinkwrap modifierAntonio Vazquez
2021-12-08Fix T93728: Greasepencil separate will loose all vertex groupsPhilipp Oeser
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-12-02Cleanup: Rename curve struct fieldsHans Goudey
2021-11-29Fix drawing annotations on surfaceGermano Cavalcante
2021-11-25Fix T93360: 'Iteractive Light Track' do not work over empty backgroundGermano Cavalcante
2021-11-17UI: Use ampersand instad of 'and' in labelsAaron Carlisle
2021-11-15Fix T93074: Gpencil cutter not using flat caps in middle cutsAntonio Vazquez
2021-11-04GPencil: New option to Merge All layers in active oneAntonio Vazquez
2021-11-04Fix the GPencil stroke not sticking to other strokesGermano Cavalcante
2021-11-03GPencil and Annotation: Use cached depth to perform depth testing operationsGermano Cavalcante
2021-11-03Fix T92760: Crash erasing GPencil when occlusion test is enabledGermano Cavalcante
2021-10-21Cleanup: Use array utility for cursor eventsAaron Carlisle
2021-10-20Cleanup: use an array for wmEvent cursor position variablesAaron Carlisle
2021-10-20Cleanup: use elem macrosCampbell Barton
2021-10-18Fix T92314: Auto naming of the Vertex Group doesn't work for GreasePhilipp Oeser
2021-10-14Cleanup: pass the sizeof(..) as the second arg for array allocationCampbell Barton
2021-10-13Cleanup: Snap Context RefactorGermano Cavalcante
2021-10-08Fix sequencer preview/strip checksCampbell Barton
2021-10-05GPencil: Remove unused spacetype check in Paint operatorAntonio Vazquez
2021-10-04GPencil: Simplify code removing extra functionAntonio Vazquez
2021-10-04GPencil: Remove unused flagAntonio Vazquez
2021-09-29GPencil: Avoid double depsgraph tagAntonio Vazquez
2021-09-27Fix T91691: Selecting "Remove unused slots" in Materials panel removes slots ...Bastien Montagne
2021-09-24Cleanup: spelling in commentsCampbell Barton
2021-09-21Fix T91534: GPencil interpolate Sequence fails if stroke has 0 pointsAntonio Vazquez
2021-09-20Cleanup: Refactor VSE overlay settingsRichard Antalik
2021-09-17UI: enable the depend-on-cursor flag for some operatorsCampbell Barton
2021-09-06Cleanup: clang-formatAaron Carlisle
2021-09-04Fix T91143: Gpencil Set Vertex Color not using LinearAntonio Vazquez
2021-09-03GPencil: Smooth thickness when joining strokesAntonio Vazquez
2021-09-02Cleanup: spelling in commentsCampbell Barton
2021-08-30Fix T91056: GPencil merge layers doesn't preseve Keyframe type.Antonio Vazquez
2021-08-21Cleanup: spelling in comments & minor cleanupCampbell Barton
2021-08-20Cleanup: use "free_data" suffix when the argument isn't freedCampbell Barton
2021-08-19GPencil: Cleanup old printf debug linesAntonio Vazquez
2021-08-17GPencil: Convert from Mesh copying Vertex GroupsHenrik Dick
2021-08-16XR: Color Depth AdjustmentsPeter Kim
2021-08-12Cleanup: use C++ style comments for disabled codeCampbell Barton
2021-08-09Cleanup: Fix compiler warningAntonio Vazquez
2021-08-08Cleanup: Fix comment typoAntonio Vazquez
2021-08-08GPencil: Fix memory leak in previous commitAntonio Vazquez
2021-08-08GPencil: New Select Random operatorAntonio Vazquez
2021-08-06Cleanup: clang tidyJacques Lucke
2021-08-06Cleanup: use MEM_SAFE_FREE macroCampbell Barton
2021-08-04GPencil: New Brush option to define Caps typeAntonio Vazquez
2021-08-03Cleanup: use C++ comments or 'if 0' for commented codeCampbell Barton
2021-07-27Cleanup: comment spelling & punctuationYimingWu