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
2018-01-18Outliner: Fix parenting clear pollDalai Felinto
2018-01-18Outliner: Use (temporary) icons for collectionsDalai Felinto
2018-01-18Outliner: Rename "Active View Layer" > "View Layer"Dalai Felinto
2018-01-18Outliner: Get rid of Search MenuDalai Felinto
2018-01-18Outliner: Keep header operator-free and edit menu cleanupDalai Felinto
2018-01-18Depsgraph: Fix crahs when selecting objectsSergey Sharybin
2018-01-18Fix memory leak in recent curve refactorCampbell Barton
2018-01-18Improved docstring of mathutils.Matrix.lerp()Sybren A. Stüvel
2018-01-18Improve docstring for mathutils.Matrix.decompose()Sybren A. Stüvel
2018-01-18Fix T53808: VSE doesn't show scene strip markersCampbell Barton
2018-01-18Merge branch 'master' into blender2.8Campbell Barton
2018-01-18Fix weight particle brush versioningCampbell Barton
2018-01-18Cleanup: label scene flags more clearlyCampbell Barton
2018-01-18Fix T53811: "bmesh.ops.split" crashCampbell Barton
2018-01-18WM: improved area resize snappingmano-wii
2018-01-18Merge branch 'master' into blender2.8Brecht Van Lommel
2018-01-18Fix buffer overflow vulnerability in curve, font, particles code.Brecht Van Lommel
2018-01-18Fix buffer overflow vulnerabilities in mesh code.Brecht Van Lommel
2018-01-18Fix Linux/GCC compiler warning in recent fixes.Brecht Van Lommel
2018-01-18Loop Cut: Allow mouse placement w/ numeric inputCampbell Barton
2018-01-17Fix buffer overflow vulernability in thumbnail file reading.Brecht Van Lommel
2018-01-17Fix buffer overflows in TIFF, PNG, IRIS, DPX, HDR and AVI loading.Brecht Van Lommel
2018-01-17Merge branch 'master' into blender2.8Sergey Sharybin
2018-01-17Depsgraph: Fix for fake dependency cycle being created for shape key driversSergey Sharybin
2018-01-17Merge branch 'master' into blender2.8Sybren A. Stüvel
2018-01-17Delete Invalid Drivers: more lenient poll functionSybren A. Stüvel
2018-01-17Eevee: Perf: Update noises (in utilTex) via GPU drawing.Clément Foucault
2018-01-17DRW: Add DRW_framebuffer_create() function.Clément Foucault
2018-01-17Merge branch 'master' into blender2.8Sybren A. Stüvel
2018-01-17Simplified GRAPH_OT_driver_delete_invalid after feedback @aligorithSybren A. Stüvel
2018-01-17Depsgraph: Use more const qualifiersSergey Sharybin
2018-01-17Merge branch 'master' into blender2.8Sybren A. Stüvel
2018-01-17Added "Delete Invalid Drivers" operatorSybren A. Stüvel
2018-01-17Cleanup: replace BLI_dynstr w/ BLI_string_joinNCampbell Barton
2018-01-17Depsgrapph: Fix/workaround for missing hairSergey Sharybin
2018-01-17Revert "Fix use-after free in DRW_shader_create_with_lib"Campbell Barton
2018-01-17Fix assert in mesh batch conversionCampbell Barton
2018-01-17Merge branch 'master' into blender2.8Campbell Barton
2018-01-17Fix use-after free in DRW_shader_create_with_libCampbell Barton
2018-01-17Correct simple deform versioning from D2989Campbell Barton
2018-01-17Eevee: Update lightprobes when deleting or linking a new world datablockClément Foucault
2018-01-17Fix T53810: Crash removing a scene used in renderCampbell Barton
2018-01-17Eevee: SSS: Fix OpenGL error when enabling TRANSLUCENCY but not SSSS.Clément Foucault
2018-01-17DRW: Codestyle refactor: Use macro to create shader libs.Clément Foucault
2018-01-17Eevee: SSR: Fix artifacts at object/background limits.Clément Foucault
2018-01-16Eevee: Fix Hashed Alpha.Clément Foucault
2018-01-16Eevee: AO: Removes samples and denoise options.Clément Foucault
2018-01-16Eevee: Add macro to sample noise in utilTex.Clément Foucault
2018-01-16Eevee: SSR: Derive the brdf bias from the trace quality.Clément Foucault
2018-01-16Eevee: Fix SSRefraction noise.Clément Foucault