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-01Cleanup: slightly more efficient access to PBVH multires grid keyBrecht Van Lommel
2019-10-01Cleanup: abstract sculpt floodfill codeBrecht Van Lommel
2019-10-01Cleanup: avoid accessors, reduce memory usage, multithread dirty maskBrecht Van Lommel
2019-10-01Cleanup: make sculpt vertex random access API read-onlyBrecht Van Lommel
2019-10-01Cleanup: prefer PBVH iterator over random vertex access in some placesBrecht Van Lommel
2019-10-01Cleanup: avoid unnecessary brush radius test in mask expandBrecht Van Lommel
2019-10-01Cleanup: don't go through sculpt accessor functions multiple timesBrecht Van Lommel
2019-10-01Cleanup: compiler warningBrecht Van Lommel
2019-10-01BLI: optimize GSQueue implementation to allocate in chunks, like BLI_StackBrecht Van Lommel
2019-10-01Fix T70206 Texture Paint: UV shadow doesnt show upClément Foucault
2019-10-01Fix T70325 EEVEE: Performance regression with large nodetreesClément Foucault
2019-10-01Fix T66641: Certain drivers fail to copy when copying a full scene.Bastien Montagne
2019-10-01Cleanup: remove unused variablesSybren A. Stüvel
2019-10-01Fix T70376: Lattice point looses state on modeswitch when shape keys arePhilipp Oeser
2019-10-01RNA: add check for zero step argumentsCampbell Barton
2019-10-01Image/Clip Space: Add view center to cursor operatorsCampbell Barton
2019-10-01Fix T70281: Changing Default interpolation also changes curve of new driversSybren A. Stüvel
2019-10-01Fix T70397: Dilate/Erode 'distance' increment/decrement arrows notPhilipp Oeser
2019-10-01Cleanup: use doxy sections for clip_ops.cCampbell Barton
2019-10-01UI: Changes to Paint CursorsHarley Acheson
2019-09-30Cleanup: use PyC_StringEnum to path access functionsCampbell Barton
2019-09-30ImBuf Py API: implement resize method argumentCampbell Barton
2019-09-30PyC API: utility to parse a string as an RNA like enumCampbell Barton
2019-09-30UI: Remember File Browser Display Options in PreferencesJulian Eisel
2019-09-30Fix T58683: Reload Scripts breaks toolbar button formattingCampbell Barton
2019-09-30Revert "Fix T58683: Reload Scripts breaks toolbar button formatting."Campbell Barton
2019-09-30Cleanup: unused argumentsCampbell Barton
2019-09-30GPU: Make sure workaround is supportedmano-wii
2019-09-30Fix T70375: Typo in label (Height used instead of High).Bastien Montagne
2019-09-30PBVH: PBVH_FullyMasked and PBVH_FullyUnmasked flagsPablo Dobarro
2019-09-30Fix T70385: Pose brush breaks when using pose origin offsetPablo Dobarro
2019-09-30Fix PBVH search callback in pose and elastic deformPablo Dobarro
2019-09-30Sculpt: Only redraw nodes where the mask changedPablo Dobarro
2019-09-30UI: Use paint crosshair cursor in all paint & sculpt modesWilliam Reynish
2019-09-30Fix RNA's "editable" func regarding IDProps and override.Bastien Montagne
2019-09-30Cleanup: spellingCampbell Barton
2019-09-30Revert "macOS: Replaced OSSpinLock with os_unfair_lock."Stefan Werner
2019-09-30Fix T69334: VSE Very low framerateRichard Antalik
2019-09-30Fix wrong sculpt flat shaded normals after recent optimizationsBrecht Van Lommel
2019-09-29Fix T70345: wrong transforms of objects after recent NVIDIA workaroundBrecht Van Lommel
2019-09-29Fix T70320: View clipping doesn't hide extra wireframeCampbell Barton
2019-09-29Fix T69935: Silence Win32 OS Error DialogsHarley Acheson
2019-09-29UI: Let file browser tool/bookmarks region push upper bar inJulian Eisel
2019-09-29Cleanup: use doxy sections for image_ops.cCampbell Barton
2019-09-29Fix (workaround) memory leak cancelling sculpt mask expandBrecht Van Lommel
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