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-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
2020-10-30Cleanup: Use an enum to set instanced panel expansionHans Goudey
2020-10-27GPencil: New parameter in Texture modifier to rotate Dot texturesAntonio Vazquez
2020-10-24UI: Capitalization CorrectionsYevgeny Makarov
2020-10-21GPencil: Subdivide Cyclic section of strokes in modifierAntonio Vazquez
2020-10-19Cleanup: Use BLI string functionsHans Goudey
2020-10-16UI: Align related propertiesHans Goudey
2020-10-16Fix build error with clean buildsJulian Eisel
2020-10-15Cleanup: Use DNA defaults for grease pencil modifiersHans Goudey
2020-10-01remove foreachObjectLink callbackJacques Lucke
2020-09-30Cleanup: use 'use_' prefix for RNA booleansCampbell Barton
2020-09-30Cleanup: sort struct declarationsCampbell Barton
2020-09-21Various fixes in UI messages.Bastien Montagne
2020-09-12Cleanup: Remove GLEW dependencies outside of GL moduleClément Foucault
2020-09-03Fix T80289: GPencil Opacity modifier not workingAntonio Vazquez
2020-09-02UI: Use instanced panel custom data instead of list indexHans Goudey
2020-08-18Cleanup: remove bmain argument from BKE_scene_graph_update_for_newframeJacques Lucke
2020-08-08Cleanup: use array syntax for sizeof with fixed valuesCampbell Barton
2020-08-07Cleanup: declare arrays arrays where possibleCampbell Barton
2020-08-07Cleanup: Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-08-07Cleanup: Blenlib, Clang-Tidy else-after-return fixes (incomplete)Sybren A. Stüvel