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-04-19Fix T96790: Gpencil Inverted Fill makes extra stroke at originAntonio Vazquez
2022-02-21Cleanup: Avoid possible NULL pointer errorAntonio Vazquez
2022-01-17Fix T94089: GPencil Drawing don't Update after paste in DopesheetAntonio Vazquez
2022-01-17Fix T94903: GPencil: Copying keys doesn't preserve Keyframe TypeAntonio Vazquez
2022-01-17Fix T94799: GPencil Strokes drawn at 0.0 Strength still visibleAntonio Vazquez
2022-01-11Fix T94137: GPencil: Eraser does not erase first pointPhilipp Oeser
2021-11-22Fix T93074: Gpencil cutter not using flat caps in middle cutsAntonio Vazquez
2021-11-22Fix T92760: Crash erasing GPencil when occlusion test is enabledGermano Cavalcante
2021-11-22GPencil: Speed up Occlude EraserAntonio Vazquez
2021-11-02Fix T92314: Auto naming of the Vertex Group doesn't work for GreasePhilipp Oeser
2021-09-22Fix T91534: GPencil interpolate Sequence fails if stroke has 0 pointsAntonio Vazquez
2021-08-23Fix T88998: GPencil not projecting to the most front surfaceGermano Cavalcante
2021-08-23Fix T89306: GPencil selection doesn't work correctly with modifiersAntonio Vazquez
2021-05-20Fix T88313: GPencil reproject operator projecting on the wrong surfaceGermano Cavalcante
2021-05-14GPencil: fix separate points/strokes freezing with empty selectionPhilipp Oeser
2021-05-11Fix T88160: GPencil Remove `B` key to create Blank Keyframe in Drawing modeAntonio Vazquez
2021-05-03Fix T88005: GPencil inverse fill leaves unwanted line at viewport edge.Antonio Vazquez
2021-04-19Fix creating operator properties without an owner_idCampbell Barton
2021-04-17Fix T87321: GPencil Arrange strokes not consistent with industry standardsAntonio Vazquez
2021-04-13Fix T87400: GPencil change Select Alternate defaultsAntonio Vazquez
2021-04-11Fix T87157: GPencil subdivide last segmentFalk David
2021-04-11Cleanup: use ELEM, STREQ macrosCampbell Barton
2021-03-31Fix T87082: Smooth thickness not workingFalk David
2021-03-30Cleanup/Refactor: Unify functions that redraw the depth bufferGermano Cavalcante
2021-03-30Fix T87058: GPencil Cutter delete all strokes if they are selected and the la...Antonio Vazquez
2021-03-29Fix T86975: GPencil interpolate wrong stroke orderAntonio Vazquez
2021-03-29GPencil Cleanup: Remove legacy key to cancel drawingFalk David
2021-03-27Cleanup: Apply clang formatAntonio Vazquez
2021-03-27Fix T86967 : Artifacts when tracing image to Grease PencilMarcelo Demian Gómez
2021-03-27Fix T86975: GPencil interpolate sequence error when strokes are not selectedAntonio Vazquez
2021-03-24GPencil: New modules for Import and ExportAntonio Vazquez
2021-03-23Cleanup: de-duplicate gpencil logic to ensure materialsCampbell Barton
2021-03-22GPencil: Hide Interpolate Only Selected in Draw ModeAntonio Vazquez
2021-03-21Cleanup: remove redundant NULL checksCampbell Barton
2021-03-20Fix T86745: trace sequence keyframe offsetFalk David
2021-03-18Cleanup: Remove unused variable in gpencil_add_lineart.cSebastian Parborg
2021-03-18Fix T86692: Start Line Art GP objects on frame 0YimingWu
2021-03-16Grease Pencil: Add LineArt modifierYimingWu
2021-03-12GPencil: Interpolate can use all keyframe types except breakdownAntonio Vazquez
2021-03-12Cleanup: redundant flag checkCampbell Barton
2021-03-11UI: Avoid unnecessary redraws of unrelated editors on space changesJulian Eisel
2021-03-11GPencil: Fix unreported Fill fails if the stroke was taggedAntonio Vazquez
2021-03-08Cleanup: use ofs instead of offs as an abbreviation for offsetCampbell Barton
2021-03-05Cleanup: Use boolean in WM_cursor_waitAntonio Vazquez
2021-03-05Cleanup: rename evt to eventCampbell Barton
2021-03-04GPencil: Implement Autokey button for Draw/Edit and Sculpt modeAntonio Vazquez
2021-03-04Cleanup: use non-zero comparisons for event modifiersCampbell Barton
2021-03-04Cleanup: number literalsCampbell Barton
2021-03-02UI: Clean up labels and descriptions: "Draw" to "Display"William Reynish
2021-03-01Cleanup: move some drawing code into ed_draw.cChristoph Lendenfeld