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-11-07UI: Use icons for some operators.Pablo Vazquez
2018-11-06Fix broken shortcuts in F3 'operator search' menu.Bastien Montagne
2018-11-06Fix T57656: Keyframes cannot be selected in Grease Pencil Dopesheet.Alexander Gavrilov
2018-11-06Merge branch 'master' into blender2.8Brecht Van Lommel
2018-11-06UI: change Cycles render panels organization.Brecht Van Lommel
2018-11-06Fix T56055: color discrepancy between viewport and render for Filmic transforms.Troy Sobotka
2018-11-06Shrinkwrap: new mode that projects along the target normal.Alexander Gavrilov
2018-11-06BKE_mesh: add a utility to get edge indices from looptri.Alexander Gavrilov
2018-11-06BLI_kdopbvh: add an option to use a priority queue in find_nearest.Alexander Gavrilov
2018-11-06Defaults: disable AV Sync by default again, it breaks physics caching.Brecht Van Lommel
2018-11-06UI: some reordering of Cycles panels.Brecht Van Lommel
2018-11-06Fix/cleanup RNA viewlayer API.Bastien Montagne
2018-11-06Proper fix for new 'SimpleHeap' gtests...Bastien Montagne
2018-11-06Revert rBfee6ab18e7e9 in BLI_heap_test.ccBastien Montagne
2018-11-06Cleanup: No need to save/restor frame buffer twiceJacques Lucke
2018-11-06GPU: frame buffer stackJacques Lucke
2018-11-06UI: Tooltip for context properties too verbose.Pablo Vazquez
2018-11-06GP: Fix unreported error moving material slotsAntonioya
2018-11-06Multires: Refactor propagation to the higher levelsSergey Sharybin
2018-11-06Eevee: Make nodegroup fix recursive.Clément Foucault
2018-11-06Eevee: Fix broken shader if only using an Ambient Occlusion nodeClément Foucault
2018-11-06Eevee: Fix missing UBO bound if using a muted Shader to RGB node with SSSClément Foucault
2018-11-06Eevee: Correctly handle Sharp glossy/refraction BSDF nodesClément Foucault
2018-11-06GP: Fix Time Offset for frames before rangeAntonioya
2018-11-06GP: Rename variableAntonioya
2018-11-06Cleanup: Use annotation for the new classSergey Sharybin
2018-11-06Implement an Armature constraint that mimics the modifier.Alexander Gavrilov
2018-11-06Cleanup: remove unused brushesCampbell Barton
2018-11-06Brush: split out vertex paint tool & blend modeCampbell Barton
2018-11-06Cleanup: rename fast-heap -> heap-simpleCampbell Barton
2018-11-06Cleanup: move fast heap into own source & headerCampbell Barton
2018-11-06Tool System: use tool type enum to access brushesCampbell Barton
2018-11-06Cleanup: styleCampbell Barton
2018-11-05Fix/Updated Object API example.Bastien Montagne
2018-11-05Fix (unreported) potential race condition in view_layer_bases_hash_create().Bastien Montagne
2018-11-05GP: Limit internally Time offset to something logicAntonioya
2018-11-05API Docs: gpu api introduction + examplesJacques Lucke
2018-11-05GP: More tweaks to Time OffsetAntonioya
2018-11-05BLI_heap: implement a limited but faster version of heap.Alexander Gavrilov
2018-11-05GP: Fix Time Offset bug when use rangeAntonioya
2018-11-05Wireframe: Extend Xray slider rangeClément Foucault
2018-11-05Eevee: Fix "Show Irradiance/cubemap" iconsClément Foucault
2018-11-05UI: Make the grid alpha themableClément Foucault
2018-11-05DRW: Fix crash with deferred compilationClément Foucault
2018-11-05Edit Mesh: Fix wire opacity when not rotating the view in Xray modeClément Foucault
2018-11-05LightProbe: Fix description of influence typeClément Foucault
2018-11-05GP: Change Lock icon and Popover titleAntonioya
2018-11-05UI VSE: Use icon for Refresh Sequencer button in the header.Pablo Vazquez
2018-11-05UI VSE: Rename submode Image Preview to Preview.Pablo Vazquez
2018-11-05BLI_kdopbvh: reduce branching in calc_nearest_point_squared.Alexander Gavrilov