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
2019-05-23Fix T64528: error in RenderEngine API docs exampleBrecht Van Lommel
2019-05-23Depsgraph examples: don't assign to names of built-in Python objectsSybren A. Stüvel
2019-05-23Merge branch 'blender2.7'Bastien Montagne
2019-05-23Fix (unreported) missing remapping of proxy_from pointer.Bastien Montagne
2019-05-23Fix T65023: Tracking marker color is not updated when using Copy ColorSergey Sharybin
2019-05-23Masks: Properly port to Copy-on-Write conceptSergey Sharybin
2019-05-23Correct last commit (gizmo order was reversed)Campbell Barton
2019-05-23Cleanup: replace the visible gizmo linked list with an arrayCampbell Barton
2019-05-23Cleanup: allow BLI_Buffer to be used without it's headerCampbell Barton
2019-05-23Gizmo: highlighted gizmo now handles all events firstCampbell Barton
2019-05-23Cleanup: split keymap handling into functionsCampbell Barton
2019-05-23Cleanup: de-duplicate popover_group argumentsCampbell Barton
2019-05-23Cleanup: modernize code of new `BLE_main_id_refcount_recompute()`.Bastien Montagne
2019-05-23Merge branch 'blender2.7'Bastien Montagne
2019-05-23Fix (unreported) broken collections after undo/redo, or remapping (leading to...Bastien Montagne
2019-05-23BKE Collection: Add new function to rebuild parent relationships.Bastien Montagne
2019-05-23Fix T64764: 'Reload' on linked libraries disconnects proxy armature datablocks.Bastien Montagne
2019-05-22fix T64873 collada export crashes Blender on MacGaia Clary
2019-05-22Fix (unreported) usercount of linked IDs becoming garbage after undo/redo.Bastien Montagne
2019-05-22BKE Library handling: add function to recompute usercounts of IDs.Bastien Montagne
2019-05-22Sequencer: ensure Strip is the default active panelBrecht Van Lommel
2019-05-22Visibility panel: Use "toggle" keywordDalai Felinto
2019-05-22UI: allow shrinking panel height to zero when open.Alexander Gavrilov
2019-05-22Sequencer: Swap Data and Info panel namesWilliam Reynish
2019-05-22Error in last commitCampbell Barton
2019-05-22Fix T64679: Missing dirty preferences tagCampbell Barton
2019-05-22RNA: add fallback update functionCampbell Barton
2019-05-22Cleanup: disambiguate rna_userdef_update_ui/ui_updateCampbell Barton
2019-05-22Cleanup: unused varsCampbell Barton
2019-05-22DrawEngines: Depth Of Field UnitsJeroen Bakker
2019-05-22DRW/Eevee: Fix camera texture coordinates in rendersClément Foucault
2019-05-22UI: Sequencer menusWilliam Reynish
2019-05-22Workbench: FXAA ArtifactsJeroen Bakker
2019-05-22RNA: fix missing depsgraph update tagging in FCurve methods.Alexander Gavrilov
2019-05-22RNA: allow 'TIME' on Actions and any IDs with AnimData in ID.update_tag.Alexander Gavrilov
2019-05-22Fix: Auto Merge icon state were wrongly swappedWilliam Reynish
2019-05-22DRW: Only change VAO if geometry changesClément Foucault
2019-05-22GPU: Refactor GPU_batch_draw_range_exClément Foucault
2019-05-22Fox drwviewClément Foucault
2019-05-22Cleanup: DRW: Remove, rename stuffsClément Foucault
2019-05-22DRW: Do not update the view ubo for each passClément Foucault
2019-05-22Fix T64806 Missing sss_blur pass in EEVEE crashing indirect light bakeClément Foucault
2019-05-22DRW: DRWView: Finish refactorClément Foucault
2019-05-22Eevee: Make lookdev shader use common_view_libClément Foucault
2019-05-22Eevee: Make lightprobes work with new DRWView systemClément Foucault
2019-05-22Eevee: Make Planar reflections work with the new DRWView systemClément Foucault
2019-05-22DRW: Add view param to DRW_culling_* functionsClément Foucault
2019-05-22Eevee: Use DRW_view_* API instead of DRW_viewport_matrix_*Clément Foucault
2019-05-22GPencil: Use DRW_view_* API instead of DRW_viewport_matrix_*Clément Foucault
2019-05-22BLI_memblock: Refactor for faster iteration and allocationClément Foucault