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-06-22Refactoring: View2DScrollers memory allocationJeroen Bakker
2020-06-22Trasnform: Support for other snapping types on Edge SlideGermano Cavalcante
2020-06-22Fix T78136: Image editor - crash to desktop with changing the threshold for e...Antonio Vazquez
2020-06-22UI: Widget: Replace geometry by fragment shader drawingClément Foucault
2020-06-22GPencil: Cleanup commentsAntonio Vazquez
2020-06-22Fix T78134: GPencil interpolation crashAntonio Vazquez
2020-06-22Fix T77754: Crash after any alembic import undo in an empty sceneSybren A. Stüvel
2020-06-22Fix: Wrong fake user icons in outliner orphan modeNathan Craddock
2020-06-22UV Editor: Fix Vertex Overlay color not being color managedClément Foucault
2020-06-22Fix T62917 UV editor: Edge overlay not shown when edge overlay type is DashClément Foucault
2020-06-22Subdiv CCG: Add access to first grid index of a faceSergey Sharybin
2020-06-22Fix (unreported) broken UI of modifiers for liboverrides.Bastien Montagne
2020-06-22Fix random crash in Cycles smoke volume loadingBrecht Van Lommel
2020-06-22Subdiv: Cleanup, remove unused codeSergey Sharybin
2020-06-22Functions: add utilities that allow creating some multi-functions with less t...Jacques Lucke
2020-06-22Functions: Various improvements to the spans and generic data structuresJacques Lucke
2020-06-22Fix Preferences not saved when changing translation settingsJulian Eisel
2020-06-22UI: Fix untranslated layout headingsJulian Eisel
2020-06-22UI/BPY: Make layout headings translatable from BPYJulian Eisel
2020-06-22Fix constraint alignment check on snap axis to planeGermano Cavalcante
2020-06-22Tools: rename 'Extrude, Dissolve and Intersect' to 'Extrude Manifold'Germano Cavalcante
2020-06-22Transform: Full snapping support for Vert SlideGermano Cavalcante
2020-06-22LibOverride: Add CacheFile properties as overridable.Bastien Montagne
2020-06-22External Player: update DJV to version 2Damien Picard
2020-06-22Cleanup: remove workaround for boost 1.46Campbell Barton
2020-06-22Cleanup: remove blender 2.4 reference in animation playbackCampbell Barton
2020-06-22Cycles: enable Embree by default for CPU renderingBrecht Van Lommel
2020-06-22Cycles: internal refactoring to make thick/ribbon curve separate primitivesBrecht Van Lommel
2020-06-22Cycles: port curve-ray intersection from Embree for use in Cycles GPUBrecht Van Lommel
2020-06-22Cycles: remove SIMD BVH optimizations, to be replaced by EmbreeBrecht Van Lommel
2020-06-22Cycles: remove __UV__ and __INSTANCING__ as kernel optionsBrecht Van Lommel
2020-06-22Cycles: always perform backface culling for curve, remove optionBrecht Van Lommel
2020-06-22Cycles: remove support for rendering hair as triangle and linesBrecht Van Lommel
2020-06-22Cycles: use TBB for task pools and task schedulerBrecht Van Lommel
2020-06-22Cleanup: remove task pool stop() and finished()Brecht Van Lommel
2020-06-22Cleanup: use lambdas instead of functors for task pools, remove threadidBrecht Van Lommel
2020-06-22Cycles: make TBB a required library dependency, and use in a few placesBrecht Van Lommel
2020-06-22Cleanup: minor refactoring around DeviceTaskBrecht Van Lommel
2020-06-22Cleanup: use move semantics for task pool functionsBrecht Van Lommel
2020-06-22Cleanup: compiler warningBrecht Van Lommel
2020-06-22Add undo step to Alembic and Collada importers...Bastien Montagne
2020-06-22Fix initialization of Edge Slide with Single SideGermano Cavalcante
2020-06-22Transform: Simplify and rearrange mirror codeGermano Cavalcante
2020-06-22Transform: Do not compute island center when not usedGermano Cavalcante
2020-06-22Cleanup: Remove goto in transform_convert_mesh codeGermano Cavalcante
2020-06-22Cleanup: Rearrange transform_convert_mesh into doxy sectionsGermano Cavalcante
2020-06-22GPencil: Remove Fill selection with Tweak tool and fix bugAntonio Vazquez
2020-06-22Fix T78123: Can't remove preset with brackets in the nameCampbell Barton
2020-06-22Fix T77942: Add Cube scales immediately upon creation after changing Size att...Philipp Oeser
2020-06-22Fix error using 'char32_t' as 'wchar_t' on windowsHarley Acheson