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
2022-09-13Merge branch 'temp-T73411-add-scene-parameters' into temp-T73411-view-layer-l...Monique
2022-09-13Merge branch 'master' into temp-T73411-add-scene-parameterstemp-T73411-add-scene-parametersMonique
2022-09-13Docs: improve explanation for why CLG_exit shouldn't be called earlyCampbell Barton
2022-09-10Adding `const Scene*` parameter in many areas.Monique
2022-09-10WM: update comment for wm_autosave_location auto-save fallbackCampbell Barton
2022-09-10Cleanup: early return when directories can't be foundCampbell Barton
2022-09-09Merge branch 'master' into temp-T73411-add-scene-parametersJeroen Bakker
2022-09-09Cleanup: remove BLI_make_file_stringCampbell Barton
2022-09-09Cleanup: remove unnecessary use of BLI_make_file_stringCampbell Barton
2022-09-09Fix use-after-free error when exiting on WIN32Campbell Barton
2022-09-09Add scene parameterMonique
2022-09-08WIP: Adding const Scene* to many areas.Jeroen Bakker
2022-09-08IDManagement: change `IDTypeInfo.owner_get` to instead return address of the ...Bastien Montagne
2022-09-08Rename to BKE_view_layer_need_resync_tag, BKE_view_layer_synced_ensureMonique
2022-09-08Cleanup: remove ED_types.h & ACTIVE, DESELECT definitionsCampbell Barton
2022-09-07Call ensure_sync before BKE_view_layer_active_object_get.Jeroen Bakker
2022-09-07Merge branch 'master' into temp-T73411-view-layer-lazy-cacheJeroen Bakker
2022-09-07Cleanup: comment unused INPUTCHANGE eventCampbell Barton
2022-09-07WM: don't clear modifiers when the window is de-activatedCampbell Barton
2022-09-07Fix T40059: Switching windows ignores held modifier keysCampbell Barton
2022-09-07Cleanup: spelling in comments, correct doxy slashes, replace '/w'Campbell Barton
2022-09-07Cleanup: remove unused Main argument to RNA_path functionsCampbell Barton
2022-09-06Merge branch 'master' into temp-T73411-view-layer-lazy-cacheJeroen Bakker
2022-09-06Cleanup: spelling in comments, formatting, move comments into headersCampbell Barton
2022-09-06GPU: remove 'GPU_SHADER_2D_LINE_DASHED_UNIFORM_COLOR'Germano Cavalcante
2022-09-06GPU: remove 'GPU_SHADER_3D_IMAGE_MODULATE_ALPHA'Germano Cavalcante
2022-09-05GPU: convert 'GPU_SHADER_2D_IMAGE_COLOR' to 3DGermano Cavalcante
2022-09-05GPU: remove 'GPU_SHADER_2D_SMOOTH_COLOR'Germano Cavalcante
2022-09-05GPU: remove 'GPU_SHADER_2D_IMAGE'Germano Cavalcante
2022-09-05GPU: remove 'GPU_SHADER_2D_UNIFORM_COLOR'Germano Cavalcante
2022-09-05Add scene parameterMonique
2022-09-05Added ensure.Jeroen Bakker
2022-09-05I18n: translate untitled file namesDamien Picard
2022-09-01Cleanup: Remove/replace View Layer macros.Monique Dewanchand
2022-08-31Cleanup: break before the default case in switch statementsCampbell Barton
2022-08-30Merge branch 'blender-v3.3-release'Campbell Barton
2022-08-30Fix T100703: Crash in file reading with ID's referenced from the WMCampbell Barton
2022-08-29Fix (studio-reported) crash when linking/appending data in some cases.Bastien Montagne
2022-08-27Cleanup: pass notifiers as constCampbell Barton
2022-08-27Fix assertion when notifiers weren't removed from the notifier queue setCampbell Barton
2022-08-26IDManagement: fix missing WM name validation when using "keep current WM list...Aras Pranckevicius
2022-08-26IDManagement: fix missing WM name validation when using "keep current WM list...Aras Pranckevicius
2022-08-26Cleanup: use booleansCampbell Barton
2022-08-24Cleanup: formatCampbell Barton
2022-08-23I18n: make workspaces translatableDamien Picard
2022-08-18WM: optimize adding notifier duplication checkCampbell Barton
2022-08-18Cleanup: de-duplicate notifier add functionCampbell Barton
2022-08-18Cleanup: early return, reduce right-shiftCampbell Barton
2022-08-17WM: update comment about window redraw for thumbnailsCampbell Barton
2022-08-17Merge branch 'blender-v3.3-release'Campbell Barton