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-08-04Cleanup: Remove unused functionHans Goudey
2022-08-04Merge branch 'blender-v3.3-release'Joseph Eagar
2022-08-04Fix: add attribute with empty string name crashEthan-Hall
2022-08-04Cleanup: spelling, code-blocksCampbell Barton
2022-08-04Cleanup: formatCampbell Barton
2022-08-04Cleanup: quiet nonnull-compare warning for GCCCampbell Barton
2022-08-03Cleanup: Fix doxygen section for custom data typeHans Goudey
2022-08-03Merge branch 'blender-v3.3-release'Brecht Van Lommel
2022-08-03Cleanup: fix various typosBrecht Van Lommel
2022-08-03Fix T100106: image movie/sequence auto refresh affects still image performanceBrecht Van Lommel
2022-08-03Cleanup: Use const arguments in definition, add helper variableHans Goudey
2022-08-03Attribute Math: Improve performance of mixer in some casesIliay Katueshenock
2022-08-03Fix unreported: Add tie-break conditions for udim search with integersChris Blackbourn
2022-08-03Geometry Nodes: Speed up reading attribute with different typeHans Goudey
2022-08-02Cleanup: Simplify arguments to sculpt draw functionsHans Goudey
2022-08-02Merge branch 'blender-v3.3-release'Hans Goudey
2022-08-02Fix T96810: Invalid sculpt normals after some operationsHans Goudey
2022-08-02Merge branch 'blender-v3.3-release'Bastien Montagne
2022-08-02LibOverride: Expose in public API the utils to get actual override data.Bastien Montagne
2022-08-01Merge branch 'blender-v3.3-release'Bastien Montagne
2022-08-01Fix T99820: missing 'no more mising' tagging on reloaded libraries.Bastien Montagne
2022-08-01Merge branch 'blender-v3.3-release'Bastien Montagne
2022-08-01I18n: make newly added constraints' names translatable.Damien Picard
2022-07-30Merge remote-tracking branch 'origin/blender-v3.3-release'Jesse Yurkovich
2022-07-30Fix 100035: Make UDIM detection less aggressiveJesse Yurkovich
2022-07-30Cleanup: Clang tidyHans Goudey
2022-07-30Cleanup: Move five interface files to C++Hans Goudey
2022-07-30Sculpt: Opaque vertex type for sculptJoseph Eagar
2022-07-29Cleanup: Move RNA path functions into own C++ fileJulian Eisel
2022-07-29Merge branch 'blender-v3.3-release'Bastien Montagne
2022-07-29Fix (unreported) lib-linking of ID properties not taking library parameter.Bastien Montagne
2022-07-28Cleanup: Use new IDProperty creation API for geometry ndoes modifierHans Goudey
2022-07-27Merge branch 'blender-v3.3-release'Brecht Van Lommel
2022-07-27Curves: Bring back parallel copying of curve and point attributesHans Goudey
2022-07-27Fix T100026: crash with zero-sized attributesJacques Lucke
2022-07-27Geometry Nodes: Rename "Field on Domain" to "Interpolate Domain"Hans Goudey
2022-07-27Geometry Nodes: Shortest Paths nodesErik Abrahamsson
2022-07-27Fix corrupted blend files after issues from new name_map code.Bastien Montagne
2022-07-27Fix more issues with new name map and liboverrides.Bastien Montagne
2022-07-27ID namemap: Fix more issues when changing libs.Bastien Montagne
2022-07-27ID namemap tests: Use consistency check, fix an issue.Bastien Montagne
2022-07-27ID namemap: Add check for consistency.Bastien Montagne
2022-07-27Fix crashes due to non-uniqueness in ID names in some cases.Bastien Montagne
2022-07-26Cleanup: Move mesh_tessellate.c to C++Hans Goudey
2022-07-26Fix T98788: bad first curve tangent when first points have same positionJacques Lucke
2022-07-26Fix T99271: modifier errors are not clearedJacques Lucke
2022-07-26BLI: add use_threading parameter to parallel_invokeIliay Katueshenock
2022-07-26Cleanup: Typo in comments: `data-lock` -> `data-block`.Bastien Montagne
2022-07-26Cleanup: formatCampbell Barton
2022-07-26Cleanup: spelling in commentsCampbell Barton