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-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
2022-04-13Cleanup: avoid redundant float/int conversions in BLFCampbell Barton
2022-04-12Cleanup: clang-formatLukas Stockner
2022-04-12UI: Add support for showing socket descriptions in tooltipsLukas Stockner
2022-04-11Cleanup: malformed C-style comment blocks, spellingCampbell Barton
2022-04-08Cycles: Support adding Lightgroups from the object/world propertiesLukas Stockner
2022-04-07Cleanup: spelling in comments, minor reformatting changesCampbell Barton
2022-04-05Cleanup: spelling in commentsCampbell Barton
2022-04-04Cleanup: Move interface.c to C++Hans Goudey
2022-04-04VSE: Use edge panningRichard Antalik
2022-04-04Cleanup: use event parameters for functions that create key-map itemsCampbell Barton
2022-04-04Cleanup: ensure space after file named in headersCampbell Barton
2022-04-04Cleanup: clang-formatCampbell Barton
2022-04-04Cleanup: compiler warningsCampbell Barton
2022-04-03Cleanup: Move interface View2D files to C++Hans Goudey
2022-04-03Cleanup: Remove interface region files to C++Hans Goudey
2022-04-01Cleanup: Improve variable namingLeon Schittek
2022-04-01Fix T88785: Keep value slider from clippingLeon Schittek
2022-03-30UI: Improve node editor dot backgroundLeon Schittek
2022-03-30Metal: Adding alternative support for GPU_PRIM_TRI_FAN/LINE_LOOP For Metal ba...Jason Fielder
2022-03-29LibOverride: Massive edits to 'editable' IDs checks in editors code.Bastien Montagne
2022-03-29LibOverride: Add a new 'virtual' non-editable override icon and use it in Out...Bastien Montagne
2022-03-29Icons: Programmatically create indirect library icon, remove from SVGJulian Eisel
2022-03-25Cleanup: use count or num instead of nbrCampbell Barton
2022-03-24Outliner: Don't draw library overrides indicator for override buttonsJulian Eisel
2022-03-23Color Management: support different settings for render and compositing outputBrecht Van Lommel
2022-03-22Fix T96705: Crash when pressing F3 outside a Blender window if Developer extrasJulian Eisel
2022-03-21Fix T96255: Node socket fails to dragCampbell Barton
2022-03-17Fix keying-set selector brokenJulian Eisel
2022-03-15Outliner: Display buttons to edit library override propertiesJulian Eisel
2022-03-15Cleanup: correct unbalanced doxy sectionsCampbell Barton
2022-03-14Auto-generate RNA-structs declarations in `RNA_prototypes.h`Julian Eisel
2022-03-14RNA: Generate property declerations header, solving msg-bus C++ incompatibilityJulian Eisel
2022-03-14Fix T96267: Sidebar Tab Font Size CorrectionHarley Acheson