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-10-03Cleanup: Move files that use mesh runtime data to C++Hans Goudey
2022-10-03Cleanup: Move object_update.c to C++Hans Goudey
2022-10-03Cleanup: Move modifier.c to C++Hans Goudey
2022-10-03Fix T101118, T101471: Crash with bevel weight in solidify modifierHans Goudey
2022-10-03Sculpt: fix stroke-only attributes not being freed at stroke endJoseph Eagar
2022-10-03Sculpt: fix T101465, crash in cloth filter with new automasking modesJoseph Eagar
2022-10-03Sculpt: Fix T101464: Crash in mask from cavityJoseph Eagar
2022-10-03Sculpt: Fix T101463: Don't initialize automask to zero inJoseph Eagar
2022-10-03Cleanup: Naming in edge vertices nodeHans Goudey
2022-10-03Fix: Order of node mixins in custom nodes python templateHans Goudey
2022-10-03Fix: Viewer node overlay alpha broken on NVidia GPUsHans Goudey
2022-10-03Cleanup: Simplify code and remove duplicationsAntonio Vazquez
2022-10-03GPencil: Remove Fill `use_collide_only` optionAntonio Vazquez
2022-10-03GPencil: Fix missing Fill stroke cross detectionAntonio Vazquez
2022-10-03Fix T101455: GPencil Gizmo in wrong location when using Active ElementAntonio Vazquez
2022-10-03Fix: Spline Parameter node produces NaN when curve is a single pointJacques Lucke
2022-10-03Nodes: fix missing update when input of muted node changesJacques Lucke
2022-10-03Viewport: Remove unnecassary assertJoseph Eagar
2022-10-03Fix T101410: ignore dangling reroute inputsJacques Lucke
2022-10-03Nodes: fix missing updates with muted nodes and reroutesJacques Lucke
2022-10-03Sculpt: Reset automask cache on non-color non-mask undo stepsJoseph Eagar
2022-10-03UI: Nodes typo in "distribute points in volume" nodeDalai Felinto
2022-10-03UI: Nodes re-organize the nodes in alphabetical orderDalai Felinto
2022-10-03Fix T101451: curve attribute overlay disappears when origin is out of viewJacques Lucke
2022-10-03Sculpt: fix draw face sets not updating on first strokeJoseph Eagar
2022-10-03Fix T94441: fix crash parenting object to a boneAndrew Oates
2022-10-03Sculpt: fix missing nullptr check in pbvh drawJoseph Eagar
2022-10-03Cleanup: Address format-security warningSergey Sharybin
2022-10-03Cleanup: Set but unused variableSergey Sharybin
2022-10-03Cleanup; Warning about missing override for virtual functionSergey Sharybin
2022-10-03Cleanup: quiet warnings (unused arg & trailing fullstop)Campbell Barton
2022-10-03Fix bpy.utils.script_paths() ignoring environment variablesCampbell Barton
2022-10-03Cleanup: correct API usage for script accessCampbell Barton
2022-10-03Cleanup: run clang-format in sculpt codeJoseph Eagar
2022-10-03Cleanup: Use c++-style unused paramter form in automasking code.Joseph Eagar
2022-10-03Sculpt: fix missing nullptr check in pbvh drawJoseph Eagar
2022-10-03Sculpt: Normal-based automasking modesJoseph Eagar
2022-10-03Cleanup: Remove more unused CustomData API functionsHans Goudey
2022-10-03Cleanup: Deduplicate logic in CustomData access functionsHans Goudey
2022-10-03Cleanup: Remove unused BMesh functionHans Goudey
2022-10-03Cleanup: cmake indentationCampbell Barton
2022-10-03Cleanup: remove '.' from the end of descriptionsCampbell Barton
2022-10-03Cleanup: simplify storage when uv island packingChris Blackbourn
2022-10-03Fix wrong version bump to 3.4.1, we are still on 3.4.0Brecht Van Lommel
2022-10-03Cleanup: use doxy-sections in anim_channels_edit.cCampbell Barton
2022-10-03Cleanup: spelling in commentsCampbell Barton
2022-10-03Cleanup: quiet deprecated copy warningCampbell Barton
2022-10-03Cleanup: replace UNUSED() with commented argumentsCampbell Barton
2022-10-03Cleanup: formatCampbell Barton
2022-10-03Cleanup: fix unused variable warnings in draw_pbvh.ccJoseph Eagar