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-06-01Cleanup: use 'e' prefix for enum typesCampbell Barton
2022-05-31Attributes: Hide internal UI attributes and disallow procedural accessHans Goudey
2022-05-31Merge branch 'blender-v3.2-release'Julian Eisel
2022-05-31Fix wrong asset dropped when dragging from loc. of just cleared assetJulian Eisel
2022-05-31Fix T95394: Crash when dragging from location of just cleared assetJulian Eisel
2022-05-27Fix T97500: NLA strip names drawn outside stripColin Basnett
2022-05-26UI support for showing candidates for string propertiesCampbell Barton
2022-05-24Cleanup: Use new helpers for passing IDs from drag & drop to operatorsJulian Eisel
2022-05-24Merge branch 'blender-v3.2-release'Bastien Montagne
2022-05-24Fix (studio-reported) bad re-assigning of new liboverride from ID template wi...Bastien Montagne
2022-05-24Merge branch 'blender-v3.2-release'Jacques Lucke
2022-05-24Fix T98152: Named Attribute node changes data type for non-existant attributesJacques Lucke
2022-05-24Fix buttons not being grayed outJulian Eisel
2022-05-23Cleanup: Early-exit in button handling code, minor cleanupsJulian Eisel
2022-05-23Merge remote-tracking branch 'origin/blender-v3.2-release'Dalai Felinto
2022-05-23Cleanup: clarify what is scene linear color space in conversion conversionBrecht Van Lommel
2022-05-21Cleanup: Remove unused scrollbar drawing flagJulian Eisel
2022-05-21UI Code Quality: Resolve frankenstein bit-flag usage for widget drawingJulian Eisel
2022-05-20UI: Get rid of redundant UI_BUT_IMMEDIATE button flagJulian Eisel
2022-05-20LibOverride: Add option to Hierarchy Creation to get all data user-editable b...Bastien Montagne
2022-05-20Merge branch 'blender-v3.2-release'Campbell Barton
2022-05-20Fix popup menu memory activating labels when names matched menu itemsCampbell Barton
2022-05-13Fix possible null-pointer dererence for active button dataJulian Eisel
2022-05-13Fix crash when displaying some button tooltipsJulian Eisel
2022-05-13Fix T97518: All buttons with eyedropper highlight if one is hoveredJulian Eisel
2022-05-13Fix possible null-pointer dererence for active button dataJulian Eisel
2022-05-13Fix crash when displaying some button tooltipsJulian Eisel
2022-05-13Fix T97518: All buttons with eyedropper highlight if one is hoveredJulian Eisel
2022-05-13Merge branch 'blender-v3.2-release'Campbell Barton
2022-05-13Fix T97386: Node socket labels swallow click/drag eventsCampbell Barton
2022-05-12UI Code Quality: Use derived struct for hot-key buttonsJulian Eisel
2022-05-12Cleanup: Remove another unused hotkey button definition functionJulian Eisel
2022-05-12Cleanup: Remove unused hotkey button definition functionJulian Eisel
2022-05-12Revert commits to increase button flag bitfield sizeJulian Eisel
2022-05-12Cleanup: discarded-qualifier warning, mixing enum/intsCampbell Barton
2022-05-11Cleanup (UI): Make space for more internal button flagsJulian Eisel
2022-05-11UI: Update rest of UI code for increased button flag bitfieldJulian Eisel
2022-05-07UI: Increase bitfield size for button flagsJulian Eisel
2022-05-06Cleanup: spelling in comments, use doxygen commentsCampbell Barton
2022-05-05UI: Add Gizmos toggle to SpaceImageJuanfran Matheu
2022-05-02GPUShader: Port dashed line shaders to use shaderCreateInfoClément Foucault
2022-04-29Fix T62945: Hotkeys not showing up in brush tooltipsJoseph Eagar
2022-04-28VSE: Add precise drag and drop and strip previewsSebastian Parborg
2022-04-26UI: Add callback for comparing button identityJulian Eisel
2022-04-26UI: Support setting context for buttons without layoutJulian Eisel
2022-04-25Cleanup: Use const for smoot scrolling functionJulian Eisel
2022-04-25Cleanup: spelling in commentsCampbell Barton
2022-04-22LibOverride: Add hierarchy creation from IDTemplate UI widget.Bastien Montagne
2022-04-14Cleanup: Further hair to curves renamingHans Goudey
2022-04-13Fix some usages of 'GPU_shader_get_uniform_block'Germano Cavalcante