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-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-29Cleanup: Nodes: Store node group idname in tree typeHans Goudey
2022-07-29Cleanup: Make BKE_idprop.h self sufficientHans Goudey
2022-07-29Cleanup: Use const context argument for UIList callbacksHans Goudey
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-27Revert "Blender 3.3 - Beta"Thomas Dinges
2022-07-27Merge branch 'blender-v3.3-release'Thomas Dinges
2022-07-27Blender 3.3 - BetaThomas Dinges
2022-07-27Blender 3.4 Alpha: Start of new release cycle.Thomas Dinges
2022-07-27Fix wrong fileversion usage in own recent rB9ac81ed6abfb.Bastien Montagne
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
2022-07-25Sculpt: Fix T99779, pbvh gets wrong active vertex for multiresJoseph Eagar
2022-07-25Fix T99816: renaming attribute works incorrectlyJacques Lucke
2022-07-25Fix T99850: incorrect tangents on evaluated bezier curvesJacques Lucke
2022-07-25Fix T99929: lattice modifier looks up vertex group index in wrong placeJacques Lucke
2022-07-25Fix: crash when accessing attributes from multiple threadsJacques Lucke
2022-07-24Render: Update lightgroup membership in objects and world if lightgroup is re...Lukas Stockner
2022-07-24Attributes: Use new API for C-API functionsHans Goudey
2022-07-24Cleanup: Fix off-by-half-errors with udim searchChris Blackbourn
2022-07-24Fix: Removing attributes from UI invalidates cachesHans Goudey
2022-07-22Fix T99873: Use evaluated vertex groups in armature modifierHans Goudey
2022-07-22Curves: support sculpting on deformed curvesJacques Lucke
2022-07-22Cleanup: move crazyspace.c to c++Jacques Lucke
2022-07-22Cleanup: add BKE_image_find_nearest_tile_with_offsetCampbell Barton
2022-07-22Cleanup: quiet nonull-compare warnings with GCCCampbell Barton
2022-07-22Fix T99884: Crash when converting to old curve typeHans Goudey