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-07-20GPencil: Add notifier to update material listAntonio Vazquez
2021-07-20GPencil: Rotate around transform center instead of cage centerAntonio Vazquez
2021-07-20GPencil: Cleanup of function names, variables and commentsAntonio Vazquez
2021-07-20GPencil: Add Layers in inverse orderAntonio Vazquez
2021-07-20GPencil: Remove materials added if the operator is canceledAntonio Vazquez
2021-07-20GPencil: CleanupsAntonio Vazquez
2021-07-20GPencil: Fix error for Pivot when object not in originAntonio Vazquez
2021-07-20GPencil: Cleanup and simplify calculationsAntonio Vazquez
2021-07-19GPencil: More cleanupAntonio Vazquez
2021-07-19GPencil: Comment clenaupAntonio Vazquez
2021-07-19GPencil: Remove parenting when the asset is createdAntonio Vazquez
2021-07-19GPencil: Use cage center as origin for rotation angleAntonio Vazquez
2021-07-19GPencil: More work with transformationsAntonio Vazquez
2021-07-19Merge branch 'master' into asset-greasepencilAntonio Vazquez
2021-07-19GPencil: When click outside the area, the action is confirmedAntonio Vazquez
2021-07-19Cleanup: minor correction to delaunay_2d_cdt doc-stringCampbell Barton
2021-07-19Cleanup: remove unused MTex.pmapto, pmaptoneg & definesCampbell Barton
2021-07-19Fix: memcpy overlapping region ASAN warning in curve trim nodeHans Goudey
2021-07-19Cleanup: Make curve trim node code more semantically correctHans Goudey
2021-07-19GPencil: Remove rotation point from cage drawingAntonio Vazquez
2021-07-19GPencil: Rotate AssetAntonio Vazquez
2021-07-18Update documentation string for mathutils.geometry.delaunay_2d_cdt.Howard Trickey
2021-07-18Make it optional to track input->output mapping in delaunay_2d_calc.Howard Trickey
2021-07-18Fix T89929: Crash when hiding in the render a previously keyframed volumeGermano Cavalcante
2021-07-18Geometry Nodes: Curve Trim NodeAngus Stanton
2021-07-18Speed up Delaunay raycast.Eric Abrahamsson
2021-07-18Versioning: fix vertex group name loss in linked duplicates.Alexander Gavrilov
2021-07-18Fix: Incorrect logic in spline lookup functionAngus Stanton
2021-07-18GPencil: Use Shift key to keep pivot in Center for scaleAntonio Vazquez
2021-07-18GPencil: Create missing materialsAntonio Vazquez
2021-07-18Greatly improve speed of Delaunay when have a lot of holes.Howard Trickey
2021-07-18GPencil: More work on asset importAntonio Vazquez
2021-07-18Fix T89868: Crash showing thumbnail of wide-aspect imageJesse Yurkovich
2021-07-18GPencil: New pivot for Scale and cage with rotation iconAntonio Vazquez
2021-07-18GPencil: Fix cage scale (pending pivot point)Antonio Vazquez
2021-07-17GPencil: More work in Scale transformAntonio Vazquez
2021-07-17GPencil: Cleanup transformationsAntonio Vazquez
2021-07-16Cleanup: Simplify realizing of pointcloud instancesHans Goudey
2021-07-16Fix T89624: Vertex painting causes mesh to flickerGermano Cavalcante
2021-07-16GPencil: Add option to reset center of the assetAntonio Vazquez
2021-07-16GPencil: More work to import asset (WIP)Antonio Vazquez
2021-07-16Cleanup: Simplify logic, use C++ typesHans Goudey
2021-07-16VSE: Fix multicam splitting all selected stripsRichard Antalik
2021-07-16Fix T89722: Duplicate macro can cause strips to overlapRichard Antalik
2021-07-16Cleanup: Move gpencil_geom.c to C++Hans Goudey
2021-07-16Fix T89899: Crashes when accessing vertex groups from objectsHans Goudey
2021-07-16Cleanup: Get vertex group names directly from grease pencil dataHans Goudey
2021-07-16Cleanup: Remove redundant logicHans Goudey
2021-07-16GPencil: Fix wrong array size and cleanup Hash codeAntonio Vazquez
2021-07-16GPencil: Basic 2D cage drawingAntonio Vazquez