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-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
2021-03-17LineArt: Fix transparenct mask in cutting function.YimingWu
2021-03-17LineArt: Fix transparency flag error during cutting and chaining.YimingWu
2021-03-17LineArt: Remove "Render" in structure names.YimingWu
2021-03-17LineArt: better explaination in lineart_line_cut()YimingWu
2021-03-16Grease Pencil: Add LineArt modifierYimingWu
2021-03-11GPencil: Remove limitation to use only one Lattice modifierAntonio Vazquez
2021-03-09Cleanup: Do not pass stack allocated string to MEM_callocNHans Goudey
2021-02-14Cleanup: spellingCampbell Barton
2021-01-15Gpencil Noise - Add noise offset parameterCody Winchester
2021-01-14GPencil: Noise Modifier - Move noise seed value outside of randomize subpanelCody Winchester
2021-01-05Cleanup: remove UNUSED(..) from public function declarationsCampbell Barton
2020-12-28Add operator to copy a modifier to all selected objectsErik Abrahamsson
2020-12-16Cleanup: remove redundant struct declarationsCampbell Barton
2020-12-16Cleanup: clang-formatCampbell Barton
2020-12-16GPencil Array - Add option for uniform random scalingCody Winchester
2020-12-15Cleanup: reduce indirect DNA header inclusionCampbell Barton
2020-11-13GPencil: Merge GSoC curve edit modeFalk David
2020-11-13Cleanup: Make panel type flag names more clearHans Goudey
2020-11-06Cleanup: Render Module: move header files to main directoryAaron Carlisle
2020-11-06Cleanup: use ELEM macroCampbell Barton