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-10-06Merge branch 'master' into blender28Campbell Barton
2017-10-05PyAPI: fast keyword parsing for bpy modulesCampbell Barton
2017-08-20PyAPI: add gpu.select (initial module)Campbell Barton
2017-08-19PyAPI: Add gpu.matrix APICampbell Barton
2017-02-02Fix missing uniform type for python GPU uniform export.Michael Stahre
2016-07-14PyAPI: Use module names on initializatonCampbell Barton
2016-05-21Python API: add material to uniforms from gpu.export_shader.Sebastian Ullrich
2016-01-27World textures displaying for viewport in BI.Alexander Romanov
2016-01-23Vector Transform node support for GLSL mode and the internal rendererAlexander Romanov
2015-10-20New function to draw offscreen, and related API changesDalai Felinto
2015-10-20Cleanup: remove _POSIX_C_SOURCE undefineCampbell Barton
2015-10-153D View: support non-uniform scaled lampsCampbell Barton
2015-09-07Cleanup: gpu constants weren't so clearly arrangedCampbell Barton
2015-05-21Fix: GPU_shader_export fails /w some lamp attrsCampbell Barton
2015-03-24BGE: Fix T43592: World GLSLThomas Szepe
2014-11-29Cleanup: unused headersCampbell Barton
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2013-03-22code cleanup: unused defines, shadowing and unintended enum-as-variable.Campbell Barton
2012-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
2012-07-08style cleanupCampbell Barton
2012-03-27style cleanup: py apiCampbell Barton
2012-03-17style cleanup: py/capiCampbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton
2012-02-21fix for leak in gpu.export_shader(), wasnt freeing the function.Campbell Barton
2011-12-22split some >120 lines, no functional changesCampbell Barton
2011-12-18formatting edits in py api, no functional changesCampbell Barton
2011-12-10fixes scale on derivative mapsMorten Mikkelsen
2011-11-05documentation - brief descriptions for bpy api files.Campbell Barton
2011-10-28fix for error in gpu.export_shader() was missing *4 (only writing 1/4 of the ...Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-13formatting edits & remove debug print.Campbell Barton
2011-09-16use replace 0 with NULL for pointers, set some functions staticCampbell Barton
2011-09-10recast and detour patch now builds again with GCCCampbell Barton
2011-09-09warning fixesCampbell Barton
2011-09-09GPU: add gpu python module with export_shader() function to export GLSL shader.Benoit Bolsee