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
2017-06-25fix: T51622 The exporter now exports meshes as <Triangles> when all contained...Gaia Clary
2017-06-25fix: Collada fprintf needs std::string be converted to char *Gaia Clary
2017-06-25fix: collada: removed unnecessary extra qualificationGaia Clary
2017-06-25Collada: Fix: Geometry exporter did not create all polylist when meshes are o...Gaia Clary
2017-06-24collada: export UV Textures as materials. Note: the reimport of the exported ...Gaia Clary
2017-06-24collada: change image export: export either UV Textures or Materials. ThisGaia Clary
2017-06-24Collada: improved Error handling: Avoid shutdown of Blender when the Collada ...Gaia Clary
2017-06-24Collada: added new functions for improved material exporter (not used yet)Gaia Clary
2017-06-24Fix T50856: crash when minimizing window on AMD / Windows.Brecht Van Lommel
2017-06-24Fix T51792: crash calling bpy.ops.screen.animation_cancel while scrubbing.Brecht Van Lommel
2017-06-24Eevee: Fix linking error.Clément Foucault
2017-06-24Eevee: Planar reflection: Fix normal deformation for background pixels.Clément Foucault
2017-06-24Eevee: Fix opengl error cause by bad texture configuration.Clément Foucault
2017-06-24Eevee: Use smaller texture for placeholders.Clément Foucault
2017-06-24Eevee: Planar Reflection: Add contact hardening normal distortion.Clément Foucault
2017-06-23Eevee: Add AO support in planar reflection.Clément Foucault
2017-06-23Eevee: Planar Reflection: Fix precision issue near cliplane.Clément Foucault
2017-06-23Eevee: Planar reflection: Fix bad texture binding.Clément Foucault
2017-06-23Silence warnings (tsc, tsc)Dalai Felinto
2017-06-23GPUMaterial: Avoid freeing GLSL shaders when changing scene properties.Clément Foucault
2017-06-23Revert "Temporarily disable material preview (T51796 workaround)"Luca Rood
2017-06-23Grease Pencil: Fix hardcoded DKEY for continous drawingDalai Felinto
2017-06-23Fix T51845raa
2017-06-23Manipulator: partial depth supportCampbell Barton
2017-06-23Manipulator: disable GL state changes drawing geometryCampbell Barton
2017-06-23Manipulator: flip scale flag usageCampbell Barton
2017-06-23Manipulator: rename struct membersCampbell Barton
2017-06-23Eevee: Put pack AO parameters.Clément Foucault
2017-06-23Manipulator: add tweak-snap (not used yet)Campbell Barton
2017-06-23Eevee: Attempt to optimize GTAO shader.Clément Foucault
2017-06-23Eevee: Fix OpenGl errors.Clément Foucault
2017-06-23Manipulator: fix broken hover optionCampbell Barton
2017-06-22DrawManager: Add support for writting to depth without depth testing.Clément Foucault
2017-06-22Eevee: Fix max range of lightprobesDalai Felinto
2017-06-22Eevee: Interface and unitsDalai Felinto
2017-06-22Light Probes: interface changes, and renamesDalai Felinto
2017-06-22Indicate to users when manual conversion of Eevee materials is neededDalai Felinto
2017-06-22Manipulator: target property definitionsCampbell Barton
2017-06-22Fix T51863: CompositorNodeSwitchView have the wrong rna APIDalai Felinto
2017-06-22Eevee: Ambient Occlusion: Enable Multibounce approximation and Change influen...Clément Foucault
2017-06-22Eevee: Ambient Occlusion: Initial implementation.Clément Foucault
2017-06-22Eevee: Improve material variation managment.Clément Foucault
2017-06-22Eevee: Ambient Occlusion: Add UI properties.Clément Foucault
2017-06-22Eevee: Minmax Depth Pyramid.Clément Foucault
2017-06-22GPUFramebuffer: Add recursive downsampling function.Clément Foucault
2017-06-22GPUTexture: Support for nearest sampling with mipmaps.Clément Foucault
2017-06-21Fix T51862: principled shader GLSL artifacts in ortho mode.Brecht Van Lommel
2017-06-21Fix T51849: change Cycles clearcoat gloss to roughness.Brecht Van Lommel
2017-06-21Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2017-06-21Fix T51856: `BKE_mesh_new_from_object()` would often generate default 'Mesh' ...Bastien Montagne