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
2020-07-30Fix UV select with sync select enabled wasn't setting activeCampbell Barton
2020-07-30Fix ghash return value on 'Correct Face Attributes' with 'Keep Connect'Germano Cavalcante
2020-07-29Fix T79119: Hook modifier deformation not shown in edit mode.Bastien Montagne
2020-07-29Fix T78285: Invalid thread safety in shrinkwrap modifier code.Bastien Montagne
2020-07-29Fix Cloth Brush global Sculpt gravity applied in the wrong falloffPablo Dobarro
2020-07-29Fix T79054: Crash with Cloth Brush and anchored strokePablo Dobarro
2020-07-29Compositor: Fix node preview when input resolution is not knownSergey Sharybin
2020-07-29Compositor: Fix calculation of preview resolutionSergey Sharybin
2020-07-29Cleanup: Remove deprecated comment.Bastien Montagne
2020-07-29Cleanup: Always keep unlock at same level as lock.Bastien Montagne
2020-07-29Fix T78826: Move constraint is not fully disabledGermano Cavalcante
2020-07-29Fix T79355: switch to texture paint workspace changes image in other workspacesBrecht Van Lommel
2020-07-28GPencil: Fix typo error in RIM VFX panelAntonio Vazquez
2020-07-28Fix: remove error in previous commitJacques Lucke
2020-07-28Cleanup: correct usage of extern-C blocks in various placesJacques Lucke
2020-07-28Fix T54544: "Copy Materials to Selected" only works when materials are define...Bastien Montagne
2020-07-28Fix T61607: OpenEXR files with less common RGB channels names not loadedBrecht Van Lommel
2020-07-28GPencil: Fix unreported missing strokes in interpolationAntonio Vazquez
2020-07-28Fix bad 'Correct Face Attributes' behavior when extruding facesGermano Cavalcante
2020-07-28Transform: Correct Face Attributes: Option to merge attributesGermano Cavalcante
2020-07-28Fix precision issues in 'interp_weights_poly_v2'Germano Cavalcante
2020-07-28Fix T79180: Object disappears when scaled, set origin etc after applying smoo...Bastien Montagne
2020-07-28Fix T79263: Alembic, exported rigid body animation not movingSybren A. Stüvel
2020-07-28Clip Editor: Make filter labels consistentPhilipp Oeser
2020-07-28Fix T79264: Mantaflow Field weights cannot be animatedPhilipp Oeser
2020-07-28Tests: show debugging hint when USDStageCreationTest failsSybren A. Stüvel
2020-07-28Fix T79341: Crash evaluating curveCampbell Barton
2020-07-28Fix: Wrong outliner restrict column for gpencil layer hideNathan Craddock
2020-07-27Fix Sculpt Relax operation when deforming mesh boundariesPablo Dobarro
2020-07-27Fix T79074: Mesh Topology info not being updated after changesPablo Dobarro
2020-07-27Fix T79164: Sculpting with smooth shading doesn't update normalsPablo Dobarro
2020-07-27Fix T78242: Crash when using a Sculpt color tools that needs connectivity for...Pablo Dobarro
2020-07-27Fix T78308: Weight Transfer Operator "Deform Pose Bones" destination setting ...Bastien Montagne
2020-07-27Fix T78306: Weight Transfer Operator target mesh doesn't update when transfor...Bastien Montagne
2020-07-27Cleanup: Fix compiler warning about function without prototypeSybren A. Stüvel
2020-07-27Cleanup: Fix compiler warning about missing parenthesesSybren A. Stüvel
2020-07-27Cleanup: comments.Bastien Montagne
2020-07-27Cleanup: Minor renaming.Bastien Montagne
2020-07-27Fix T79121: Dependency cycle when driver points to prop with 'scale' in nameSybren A. Stüvel
2020-07-27Cleanup: Alembic, fix maybe-uninitialized warningSybren A. Stüvel
2020-07-26Fluid: Added new option to control the maximum number fluid particles in the ...Sebastián Barschkis
2020-07-26Fix T74958: Infinite loop on using strip as modifier maskRichard Antalik
2020-07-26Fix T78999: Crash when adjusting sequencer propertyRichard Antalik
2020-07-26Fix T79272: Dimensions fail on negative scaled axisCampbell Barton
2020-07-25Fix T79260: Crash displaying the same mesh in two windowsCampbell Barton
2020-07-25Fix T79239: UV path select crashCampbell Barton
2020-07-25Fix T79254: FCurve editor crash when zooming out to limitCampbell Barton
2020-07-25Fix T72622: Transform object origin ignores shape keysCampbell Barton
2020-07-24Cleanup: Rename 'isect_ray_seg_v3' to 'isect_ray_line_v3'Germano Cavalcante
2020-07-24Depsgraph: use construct on first use idiom for graph registryJacques Lucke