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
path: root/source
AgeCommit message (Expand)Author
2022-07-20Fix T99785: Make Principled Hair IOR input behave like other IOR slidersJesse Yurkovich
2022-07-20Fix T99744: NULL pointer free with corrupt zSTD readingCampbell Barton
2022-07-15Cleanup: Renamed SCULPT_TOOL_NEEDS_COLOR to SCULPT_tool_is_paintJoseph Eagar
2022-07-15Fix: Move DRW_shgroup_add_material_resources(grp, mat) to after the null-chec...Martijn Versteegh
2022-07-15Fix T99711: Eternal loop reading blend file thumbnailCampbell Barton
2022-07-15Fix T99705: fix integer overflow in thumbnail extractorRay Molenkamp
2022-07-15Fix T99702: Gpencil Flip strokes did not support multiframe editAntonio Vazquez
2022-07-15Fix T99653: "Align Active Camera to Selected" fails with ortho cameraCampbell Barton
2022-07-15Fix: Incorrect coordinates used in BLI_rct*_isect_segment functionsSiddhartha Jejurkar
2022-07-15Fix T99196: sculpt_update_object calls paint updates for nonpaint toolsJoseph Eagar
2022-07-15Fix T94633: Sculpt mode missing check for hidden active objectJoseph Eagar
2022-07-15Fix T99364: Unable to select bones when custom shape display is disabledCampbell Barton
2022-07-15Fix T99342: GPencil multiframe falloff is scaling wrongly in rotationAntonio Vazquez
2022-07-15Fix T99270: bones using empties as custom shapes can't be selectedCampbell Barton
2022-07-15Fix T99368: Annotation lines doesn't start where clickedCampbell Barton
2022-07-15Fix use-after-free error when handling events that close windowsCampbell Barton
2022-07-15Release cycle: Set to RC for Blender 3.2.2 corrective release.Thomas Dinges
2022-07-05Fix T99191: Boolean modifier creates invalid material indicesv3.2.1Hans Goudey
2022-07-05Fix T98960: Baking to active color attribute uses wrong layerHans Goudey
2022-07-05Blender 3.2.1: Change version char to release.Thomas Dinges
2022-07-05Revert "Fix T98773: GPU Subdivision breaks auto selection in UV edit mode"Thomas Dinges
2022-07-05Fix T98884: Fix edge case crashes in gpu subdiv cache codeJoseph Eagar
2022-07-04Fix T98673: Color attribute fill API didn't support editmodeJoseph Eagar
2022-07-04Fix T98698: Division by zero in smear code when strength is zeroJoseph Eagar
2022-06-30Fix T99266: Crash when dragging file to VSE from file browserRichard Antalik
2022-06-30Fix T98886: PBVH_GRIDS ignores face smooth flag on first gpu buildJoseph Eagar
2022-06-30Fix T98882: Regression: Gradient colors in a Grease Pencil material change de...Germano Cavalcante
2022-06-29Fix T99248: GPencil Sculpt Grab/Push don't work with one pointAntonio Vazquez
2022-06-29Fix T98697: EEVEE: Regression: Missing custom property from volumetricsClément Foucault
2022-06-29Fix T99138: EEVEE: Regression: World volume shader incorrect texture coordsClément Foucault
2022-06-29Fix T99128: EEVEE: Regression: Pixelated Environment TextureClément Foucault
2022-06-29Fix T99104: EEVEE: Regression: Crash when using Light Output in MaterialsClément Foucault
2022-06-29Fix T98825: EEVEE: Regression: Buffer overflow in sample name bufferClément Foucault
2022-06-29Fix uninitialized memory use in key-down events on window activationCampbell Barton
2022-06-29Fix T99209: Remesh modifier frees sculpt masking attributes.Joseph Eagar
2022-06-29Fix T99231: Wrong anchored mode test for smear brushJoseph Eagar
2022-06-28Fix compile after last backport.Thomas Dinges
2022-06-28Fix T96776: Assets dropped upside down when looking through cameraGermano Cavalcante
2022-06-28Sculpt: Fix backwards normals in PBVH_GRIDS raycastingJoseph Eagar
2022-06-28Fix T99016: GPU subdiv artifacts in weight paint with smooth shadingKévin Dietrich
2022-06-28Fix color attribute interpolation with GPU subdivisionKévin Dietrich
2022-06-28Fix artefacts with GPU subdiv and weight paint face selectionKévin Dietrich
2022-06-28Fix T98735: GPU subdiv displays normals for all elementsKévin Dietrich
2022-06-27PyAPI: Expose event.type_prev, value_prevCampbell Barton
2022-06-26Fix T98782: ignore OBJ face normal indices if no normals are presentAras Pranckevicius
2022-06-25Cleanup: Fix building warnings on gcc 9.4.0Dalai Felinto
2022-06-25Fix T98975: Broken vertex paint mode operatorsHans Goudey
2022-06-24Cleanup: Move paint_vertex_color_ops.c to C++Hans Goudey
2022-06-24Fix T98956: Crash removing some builtin attributesHans Goudey
2022-06-24Fix T99058: geometry nodes ignore if subdivision surface modifier is disabledBrecht Van Lommel