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
2019-10-02Fix T69924: Prefetch stops when moving playheadRichard Antalik
2019-10-02Implement a user preference for the default Auto Handle Smoothing mode.Alexander Gavrilov
2019-10-02Fix default cursor blue colorPablo Dobarro
2019-10-02Fix T70441: crash after deleting a material output nodePhilipp Oeser
2019-10-02Revert "UI: use correct singular and plural nouns in report messages"Brecht Van Lommel
2019-10-01Silence remesh building warningDalai Felinto
2019-10-01UI: use correct singular and plural nouns in report messagesYevgeny Makarov
2019-10-01Fix T70315: Blender exit with code `-6` with message `Attempt to free NULL po...Bastien Montagne
2019-10-01Brush: default the strength to 1.0Campbell Barton
2019-10-01Cleanup: internal sculpt refactoring related to multires, no user visible cha...Brecht Van Lommel
2019-10-01Cleanup: slightly more efficient access to PBVH multires grid keyBrecht Van Lommel
2019-10-01Fix T70325 EEVEE: Performance regression with large nodetreesClément Foucault
2019-10-01Fix T70376: Lattice point looses state on modeswitch when shape keys arePhilipp Oeser
2019-09-30PBVH: PBVH_FullyMasked and PBVH_FullyUnmasked flagsPablo Dobarro
2019-09-30Cleanup: spellingCampbell Barton
2019-09-30Fix T69334: VSE Very low framerateRichard Antalik
2019-09-29Fix small memory leaks in some sculpt toolsBrecht Van Lommel
2019-09-29Sculpt: minor optimizations for GPU draw buffer fillingBrecht Van Lommel
2019-09-29Sculpt: only update draw buffers for visible nodes during paint strokeBrecht Van Lommel
2019-09-29Sculpt: multithread GPU draw buffer filling for workbenchBrecht Van Lommel
2019-09-29Sculpt: use dynamic scheduling and chunk size 1 for multithreadingBrecht Van Lommel
2019-09-29Cleanup: move sculpt parallel range threading test into functionBrecht Van Lommel
2019-09-28Fix unnecessary use of atomics in PBVH normal updateBrecht Van Lommel
2019-09-28GPencil: Fix compiler warningAntonio Vazquez
2019-09-28Cleanup: Remove // commentsAntonio Vazquez
2019-09-27Sculpt: Sculpt cursor UX improvementsPablo Dobarro
2019-09-27Voxel remesh: Enable adaptivityPablo Dobarro
2019-09-27Fix T56497: Snake hook sculpt brush slips off and affects the part of the mes...Pablo Dobarro
2019-09-27Sculpt: Enable accumulate in scrape brushPablo Dobarro
2019-09-27GPencil: New Brush default settingsAntonio Vazquez
2019-09-27Fix part of T70295: sculpt drawing not clipping PBVH behind the cameraBrecht Van Lommel
2019-09-27Cleanup: use consistent clipping plane sign conventionBrecht Van Lommel
2019-09-27Cleanup: structs, cmake file listsCampbell Barton
2019-09-26Cleanup: compiler warningsBrecht Van Lommel
2019-09-26Quadriflow: Symmetry supportPablo Dobarro
2019-09-26Cleanup: fix compiler warningsBrecht Van Lommel
2019-09-26Voxel Remesh: Fix poles and preserve volumePablo Dobarro
2019-09-26Sculpt: Brush default settingsPablo Dobarro
2019-09-26Fix T67732: metadata "Include Labels" checkbox doesn't work when "Use Strip M...Sybren A. Stüvel
2019-09-26Fix T70163: Error painting with Subdivision at end of stackSergey Sharybin
2019-09-25Fix T69573: Driver Value does not slide along the actual value in the Driver ...Sybren A. Stüvel
2019-09-24Fix T70080: Newly created objects not visible with local collectionsDalai Felinto
2019-09-24Make new objects (from enabled collections or append) visible to local viewsDalai Felinto
2019-09-23Modifiers: every modifier now copies mesh settings, fixing texture space issuesBrecht Van Lommel
2019-09-23Cleanup: remove unimplemented texture space rotation variablesBrecht Van Lommel
2019-09-23Cleanup: remove Mesh.bb and Curve.bb, no reason for these to be persistentBrecht Van Lommel
2019-09-23Fix selection and snapping misusing texture space as boundboxBrecht Van Lommel
2019-09-22Fix T69352: Audio strips don't update when changing `frame_start`Richard Antalik
2019-09-21GPencil: Apply transformed rotation only if neededAntonio Vazquez
2019-09-21Revert "Modifiers: every modifier now copies mesh settings, fixing texture sp...Brecht Van Lommel