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-05-12Cleanup: use our own code style for doxy-gen comment blocksCampbell Barton
2021-04-30Merge branch 'blender-v2.93-release'Campbell Barton
2021-04-30Fix missing NULL check in grease-pencil clear strokesCampbell Barton
2021-04-29Fix T87297: Gpencil - Disable Frames and Start delay when use FactorAntonio Vazquez
2021-04-29Cleanup: Use BLI_findindex instead of loopAntonio Vazquez
2021-04-29Cleanup: Add float formatAntonio Vazquez
2021-04-29Gpencil Offset Modifier - Add randomize offset optionsCody Winchester
2021-04-29Cleanup: unused variable, spellingCampbell Barton
2021-04-28Cleanup: Add float formatAntonio Vazquez
2021-04-28GPencil: Fading based on distance to reference object in Opacity and Thicknes...YimingWu
2021-04-28Fix T87832: Incorrect FOV in line art when sensor fit is not Auto.YimingWu
2021-04-27Fix T87832: Incorrect FOV in line art when sensor fit is not Auto.YimingWu
2021-04-26LineArt: UI fixes to match the content for 2.93 manual.YimingWu
2021-04-13Cleanup: redundant struct declarationsCampbell Barton
2021-04-11Cleanup: use ELEM, STREQ macrosCampbell Barton
2021-04-07Fix T87263: Animation decorator not working on Grease Pencil Build modifier F...Philipp Oeser
2021-04-02GPencil: Prevent RNA assignment of invalid materials in modifiersPhilipp Oeser
2021-04-01LineArt: Remove "soft selection" option.YimingWu
2021-04-01LineArt: Remove resampling settings.YimingWu
2021-03-31GPencil: Avoid LineArt modifier uses negative material indexAntonio Vazquez
2021-03-26CMake: add headers to source lists, sort file-listsCampbell Barton
2021-03-24GPencil: Fix unreported crash when apply Lattice modifierAntonio Vazquez
2021-03-23Fix incorrect flag usage in line art modifierCampbell Barton
2021-03-23RNA: correction to a05cbc9914a76fa50c8367262dff507506e26c66Campbell Barton
2021-03-22Cleanup, LineArt: Fix MSVC compiler warnings.Nikhil Shringarpurey
2021-03-22Fix UI (and code!) typos.Bastien Montagne
2021-03-22RNA: rename recently added line-art propertiesCampbell Barton
2021-03-22RNA: use boolean array for transarency masksCampbell Barton
2021-03-22Cleanup: spelling, expand on commentsCampbell Barton
2021-03-21Cleanup: move some headers from MOD_lineart.h to source filesCampbell Barton
2021-03-21Cleanup: redundant headers in 'source/blender/gpencil_modifiers'Campbell Barton
2021-03-21Cleanup: unused return statementsCampbell Barton
2021-03-21Cleanup: remove window manager headers from MOD_lineartCampbell Barton
2021-03-21Cleanup: replace 'unsigned char' with 'uchar'Campbell Barton
2021-03-21Cleanup: remove redundant castsCampbell Barton
2021-03-21Cleanup: spelling, doxygen comment formattingCampbell Barton
2021-03-20Cleanup: quiet warningJacques Lucke
2021-03-20LineArt: Fix blank baking for when source type is object.YimingWu
2021-03-20LineArt: Fixed source selection for nested-instanced collection.YimingWu
2021-03-20Fix T86730: LineArt: keep contour when there's perpendicular faces.YimingWu
2021-03-19LineArt: Add missing modifer and sanity checks to bake operatorSebastian Parborg
2021-03-19LineArt: Added back the missing "allow_clipping_boundaries" option.YimingWu
2021-03-19LineArt: Remove geometry space chainingYimingWu
2021-03-18Cleanup, LineArt: Sample -> ResampleYimingWu
2021-03-18LineArt: Expose the allow_duplication property for instanced objects.YimingWu
2021-03-18Fix T86692: Start Line Art GP objects on frame 0YimingWu
2021-03-18LineArt: Do not calculate lines for objects not includedYimingWu
2021-03-18Cleanup, LineArt: Rename LineartLine -> LineartEdgeSebastian Parborg
2021-03-17Cleanup: Remove commented codeHans Goudey
2021-03-17UI: Tweak labels, descriptions, and panel layout for line artHans Goudey