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
2022-02-18Cleanup: Rename original curve object type enumHans Goudey
2022-02-18Curves: add initial edit mode supportKévin Dietrich
2022-02-18Curves: initial brush system integration for curves sculpt modeJacques Lucke
2022-02-17Cleanup: Replace direct `id.lib` pointer checks with `ID_IS_LINKED` macro usa...Bastien Montagne
2022-02-17Cleanup/fix comment.Bastien Montagne
2022-02-17XR: Allow variable count of action map subactionsPeter Kim
2022-02-16Curves: Further implementation of new curves data structureHans Goudey
2022-02-16UV: move sticky selection from image space into tool settingsCampbell Barton
2022-02-16Cleanup: clang-format, use static sets, sort struct declarationsCampbell Barton
2022-02-15Curves: add initial sculpt modeJacques Lucke
2022-02-14Merge branch 'blender-v3.1-release'Jeroen Bakker
2022-02-14Phase out IMA_GPU_REFRESH.Jeroen Bakker
2022-02-11Remap multiple items in referenced data.Jeroen Bakker
2022-02-11Cleanup: remove white-space before headersCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-11Cleanup: clang-formatCampbell Barton
2022-02-10Cleanup: Remove defenition for unused flagHans Goudey
2022-02-10Refactor: Move PBVH update tag out of MVertHans Goudey
2022-02-10GPencil: Update-on-write using update cacheFalk David
2022-02-09Cleanup: make file headers more consistentCampbell Barton
2022-02-09VSE: Use float for transformation offsetRichard Antalik
2022-02-09Cleanup: move file descriptions into doxygen file sectionCampbell Barton
2022-02-08Cleanup: simplify DNA genfile castingCampbell Barton
2022-02-08LibOverride: Add 'hierarchy root ID' info.Bastien Montagne
2022-02-08Cleanup: clang-formatCampbell Barton
2022-02-08Fix dna_genfile error converting signed int types to floating pointCampbell Barton
2022-02-08Cleanup: use an intermediate value for cast_primitive_typeCampbell Barton
2022-02-07Curves: Rename "Hair" types, variables, and functions to "Curves"Hans Goudey
2022-02-07VSE: Add filter method to strip transformDimitry Kaplin
2022-02-04Cleanup: Remove unused "init" node tree flagHans Goudey
2022-02-04Attributes: Infrastructure for generic 8-bit integer data typeHans Goudey
2022-02-04Fix T93425: makesdna crashes during build with LTO on s390x LinuxCampbell Barton
2022-02-04Remove internal proxy code, and deprecate related DNA data.Bastien Montagne
2022-02-03Cleanup: Add comment about unsed custom data typeHans Goudey
2022-02-03Curves: Changes to the new curves data-blockHans Goudey
2022-02-03Merge branch 'blender-v3.1-release'Campbell Barton
2022-02-03Fix T66913: undo after frame-change doesn't refresh properlyCampbell Barton
2022-02-03Merge branch 'blender-v3.1-release'Sergey Sharybin
2022-02-03Fix assert in original modifiers pointer update functionSergey Sharybin
2022-02-02Remove option to not auto-convert proxies on file load.Bastien Montagne
2022-02-02Docs: note that Bone.xwidth & zwidth are doubledCampbell Barton
2022-01-29Cleanup: Remove mesh vertex "temp tag" flagHans Goudey
2022-01-28Fix T95060: Outliner: Broken 'make override hierarchy' in indirect linked casae.Bastien Montagne
2022-01-28Fix T95060: Outliner: Broken 'make override hierarchy' in indirect linked casae.Bastien Montagne
2022-01-28Image: Partial Update Redesign.Jeroen Bakker
2022-01-27Geometry Nodes: String to Curves Line/Pivot PointErik
2022-01-26Cleanup: spelling in commentsCampbell Barton
2022-01-26Cleanup: Remove useless commentsHans Goudey
2022-01-25Nodes: Improve link-drag search support for boolean math nodeHans Goudey
2022-01-25Geometry Nodes: Expand the Boolean Math nodeHallam Roberts