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-10-17Fix T101517: GPencil strokes snap to origin in a Scale value is on 0Antonio Vazquez
2022-10-03Fix T101564: GPencil: Selecting imprecise if transforms are animatedAntonio Vazquez
2022-10-03Fix T101548: GPencil new lines in Multiframe editing appear as OnionAntonio Vazquez
2022-09-30GPencil: Fix unreported memory leak in Fill inverseAntonio Vazquez
2022-09-30Fix T101370: GPencil Grab Sculpt crash after bake transform animationAntonio Vazquez
2022-09-30Fix T101317: GPencil separate Active layer freezes blenderAntonio Vazquez
2022-09-21GPencil: Add frame number to Trace operatorAntonio Vazquez
2022-09-21Fix T100999: GPencil Copy paste stroke(s) does not respect autokeyingAntonio Vazquez
2022-08-31GPencil: Fix sharp_threshold property in sample stroke operatorYimingWu
2022-08-28Fix crash in gpencil.brush_reset_all referencing freed memoryCampbell Barton
2022-08-23Cleanup: formatCampbell Barton
2022-08-22I18n: systematically tag all messages in `RNA_ENUM_ITEM_HEADING`.Bastien Montagne
2022-08-22I18n: disambiguate a few translationsDamien Picard
2022-08-19Fix T100502: GPencil Primitive apply offset when using `Stroke` modeAntonio Vazquez
2022-08-09Fix T100277: Grease pencil lines don't start at click-startCampbell Barton
2022-08-04I18n: make several parts of the UI translatableDamien Picard
2022-08-04Fix T100171: GPencil toggle caps operator does not support multiframeAntonio Vazquez
2022-07-31Fix T100086: GPencil Bezier curve edit not updated after smoothingAntonio Vazquez
2022-07-21Cleanup: add ISMOUSE_MOTION macroCampbell Barton
2022-07-14Fix T99702: Gpencil Flip strokes did not support multiframe editAntonio Vazquez
2022-07-14Cleanup: Rename & refactor several F-curve functionsColin Basnett
2022-07-06Fix T99368: Annotation lines doesn't start where clickedCampbell Barton
2022-07-04Fix T99381: GPencil Unable to Sculpt last point using Subdivide ModifierAntonio Vazquez
2022-06-30Fix build error with Alembic after 65166e145b4dJulian Eisel
2022-06-30Cleanup: Remove scene frame macros (`CFRA` et al.)Julian Eisel
2022-06-30Animation: Add GP layers in regular DopesheetAmélie Fondevilla
2022-06-29Fix T99248: GPencil Sculpt Grab/Push don't work with one pointAntonio Vazquez
2022-06-21GPencil: Move New Layer option to menu topAntonio Vazquez
2022-06-16Cleanup: differentiate region/screen relative coordinatesCampbell Barton
2022-06-10Fix T98756: GPencil Set Vertex Color Attribute does not color unpaintedAntonio Vazquez
2022-06-09Cleanup: use const variables & argumentsCampbell Barton
2022-06-09Cleanup: spelling in comments & variablesCampbell Barton
2022-06-06Refactor: Snap-related. Clarified attribute names and refactored #defines in...jon denning
2022-06-03Cleanup: spelling in commentsCampbell Barton
2022-06-01GPencil: Add support to name new layer when moving to layerAntonio Vazquez
2022-05-31RNA: add macros for EnumPropertyItem layout elementsCampbell Barton
2022-05-27Merge branch 'blender-v3.2-release'Antonio Vazquez
2022-05-27GPencil: Fix unreported Bake animation errorAntonio Vazquez
2022-05-19GPencil: Avoid Automerge with Closed strokesAntonio Vazquez
2022-05-13Merge branch 'blender-v3.2-release'Campbell Barton
2022-05-13Fix T89909: Circle Select tool status bar doesn't match the operationsCampbell Barton
2022-05-04Merge branch 'blender-v3.2-release'Antonio Vazquez
2022-05-04Fix T97851: GPencil Bake object transform operator wrong transformationAntonio Vazquez
2022-05-03Cleanup: spelling in commentsCampbell Barton
2022-05-03Cleanup: quiet shadow warningCampbell Barton
2022-05-02GPencil: New Sculpt Auto masking optionsAntonio Vazquez
2022-04-22Cleanup: spelling in commentsCampbell Barton
2022-04-12Fix wrong key type for GSet in Grease Pencil same material selectionLukas Stockner
2022-04-09GPencil: Fix unreported error in Grab Brush for transformed layersAntonio Vazquez
2022-04-05WM: avoid unnecessary undo step creation when duplicatingPratik Borhade