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-04-04Merge branch 'blender2.8' into transform-manipulatorstransform-manipulatorsJulian Eisel
2017-04-04Collada export cleanupDalai Felinto
2017-04-04fix: Collada export selected worked only for the very first export (needs fur...Gaia Clary
2017-04-04Immediate Mode: handle other cases of glPop/glPushClientAttribDalai Felinto
2017-04-04Fix collada exporting for Blender 2.8Dalai Felinto
2017-04-04Immediate Mode: removing unecessary comment on gpencil (false positive)Dalai Felinto
2017-04-04Image Draw: remove unused code since 2009Dalai Felinto
2017-04-04Merge branch 'master' into blender2.8Sergey Sharybin
2017-04-04Cycles: Tag shaders for update after the threading part is overSergey Sharybin
2017-04-04Depsgraph: Use atomic operation to tag the changed IDSergey Sharybin
2017-04-04Cycles: Fix uninitialized memory access when comparing curve mapping nodesSergey Sharybin
2017-04-04install_deps: removed leftover compile_HDF5 commandSybren A. Stüvel
2017-04-04UV editor using new depsgraph for shadow uvDalai Felinto
2017-04-04Immediate Mode / DerivedMesh: Handle UV ShadowDalai Felinto
2017-04-04Depsgraph: placeholder function for COW objects queryDalai Felinto
2017-04-04CTX_data_depsgraph(bContext *C);Dalai Felinto
2017-04-04Immediate Mode: glPop/glPushClientAttribDalai Felinto
2017-04-04Bumped Alembic library version to 1.7.1Sybren A. Stüvel
2017-04-04Buildbot: Update master configSergey Sharybin
2017-04-04Alembic: force ALEMBIC_LIB_USES_BOOST=ON when not using C++11Sybren A. Stüvel
2017-04-04Task: Remove non-atomic pool suspended flag assignmentSergey Sharybin
2017-04-04Buildbot: Update master configSergey Sharybin
2017-04-04Fix bad level call.Clément Foucault
2017-04-04Cleanup: avoid long lines (search tools complain!)Campbell Barton
2017-04-04fix node editor drawing (T51086)Mike Erwin
2017-04-03Draw Manager: Fix engine_type not setClément Foucault
2017-04-03Infinite Grid: View angle fadeClément Foucault
2017-04-03Draw Manager: Use engine type pointer instead of engine name.Clément Foucault
2017-04-03Object Engine: Fix multi user lamp data display bug.Clément Foucault
2017-04-03Draw Manager: Fix Cache timersClément Foucault
2017-04-03GPULamp: Separate GPULamp from GPUMaterialClément Foucault
2017-04-03Draw Manager: Fix glBlitFramebuffer errorClément Foucault
2017-04-03Eevee: LTC area lightsClément Foucault
2017-04-03Layer/Depsgraph: Update depsgraph for new objectsDalai Felinto
2017-04-03Layer/Depsgraph: Fix selectability issuesDalai Felinto
2017-04-03Layer: Adding unittest for a problem with selectability evaluationDalai Felinto
2017-04-03Layer: Small refactor on layer_collection_addDalai Felinto
2017-04-03Buildbot: Some more twqeaks to master configSergey Sharybin
2017-04-03Buildbot: Update bundled vetrsion of server configurationSergey Sharybin
2017-04-03Merge branch 'master' into blender2.8Sergey Sharybin
2017-04-03Buildbot: SPecial branch trickery for linux slavesSergey Sharybin
2017-04-03Point all submodules to master branchSergey Sharybin
2017-04-03Buildbot: Some special tricks for Blender 2.8 slaveSergey Sharybin
2017-04-03Cleanup: styleCampbell Barton
2017-04-03Rename circle_partial -> disk_partialCampbell Barton
2017-04-03Fix blender playerSergey Sharybin
2017-04-03Fix T51115: Bump node is broken when the displacement socket is usedSergey Sharybin
2017-04-03Collada - add flag to limit precision of exported data, mainly to simplify de...Gaia Clary
2017-04-03fix: collada - do proper conversion from int to bool (as with other nearby pa...Gaia Clary
2017-04-03Add gluPartialDisk replacement (imm_draw_filled_circle_partial)Campbell Barton