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
2020-06-29GPencil: Cleanup function names replace gp_ by gpencil_ prefixAntonio Vazquez
2020-06-22Fix T78134: GPencil interpolation crashAntonio Vazquez
2020-06-19Fix T78042: GPencil: Strokes go missing after Interpolation from another layerAntonio Vazquez
2020-05-06Fix T76470: GPencil sequence interpolate crash when not enough frames in layerAntonio Vazquez
2020-04-25Fix T76078: GPencil: frames interpolation erase strokesAntonio Vazquez
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-03-19GPencil: Cleanup - Split BKE_gpencil.h geometry functions into BKE_gpencil_ge...Antonio Vazquez
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-18Cleanup: Resolve HKEY conflictRay Molenkamp
2020-03-09GPencil: Refactor of Draw Engine, Vertex Paint and all internal functionsAntonio Vazquez
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2019-11-29GPencil: Fix error when interpolate sequence strokes with weightsAntonio Vazquez
2019-10-24Fix T71063: GPencil - Numpad return key cannot be used to confirm primitiveAntonio Vazquez
2019-09-26WM: clean up cursors constants and codeBrecht Van Lommel
2019-08-06Cleanup: use BKE_ prefix for BKE_colortools.hCampbell Barton
2019-07-29Cleanup: GPencil replace cfra_eval by cfra or CFRAAntonioya
2019-07-26GPencil: Get current frame from sceneSergey Sharybin
2019-07-15Fix T66941: GPencil wrong interpolation calculation for last keyframeAntonioya
2019-06-11Fix/Cleanup: I18N: Bad usage of IFACE_ instead of TIP_.Bastien Montagne
2019-04-22Cleanup: style, use braces for editorsCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2019-01-15Cleanup: comment line length (editors)Campbell Barton
2018-12-28GP: Rename GP_STROKE_RECALC_CACHE to GP_STROKE_RECALC_GEOMETRYAntonioya
2018-12-07Depsgraph: Remove duplicated sets of recalc/update flagsSergey Sharybin
2018-11-07Cleanup: remove some useless BKE_library and BKE_main includes.Bastien Montagne
2018-08-27Cleanup: warning, use const argsCampbell Barton
2018-08-26GP: Reduce weight paint data memory footprintAntonioya
2018-07-31New Grease Pencil object for 2D animationAntonioya
2018-07-02Merge branch 'master' into blender2.8Campbell Barton
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-06-28UI: keep some operator text in headers.Brecht Van Lommel
2018-06-26UI: move modal operator text from headers to status bar.Brecht Van Lommel
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2017-09-03Fix: GPencil Sequence Interpolation for thickness/strength was invertedJoshua Leung
2017-08-22Fix T52483: Fill is incorrect for interpolated strokesAntonio Vazquez
2017-05-19Cleanup: add braces for multi-line blocksCampbell Barton
2017-04-24Cleanup: styleCampbell Barton
2017-03-29Fix missing NULL check in gpencil pollCampbell Barton
2017-01-20Fix minor glitches in GP code.Bastien Montagne
2017-01-18Cleanup: Strict compiler flagsSergey Sharybin
2017-01-18GP Interpolation: "Remove Breakdowns" operatorJoshua Leung
2017-01-18GP Interpolate Sequence: Tool settings for controlling the shape of interpola...Joshua Leung
2017-01-18GP Interpolate: Move settings from "gp_sculpt" to a new toolsettings struct -...Joshua Leung
2017-01-18GP Interpolate Code Cleanup (Second Round)Joshua Leung
2017-01-18Code Cleanup for GP Interpolation ops (first pass)Joshua Leung
2017-01-18Code Cleanup: Move GPencil Interpolation operators into their own fileJoshua Leung