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
2021-09-01Fix T91054: Editing group custom property gives errorHans Goudey
2021-09-01Cleanup: Remove redundant property UI data clearHans Goudey
2021-09-01Fix strict warning about discarding const qualifierSergey Sharybin
2021-09-01BPY-Docs: Add missing file context members documentationJulian Eisel
2021-09-01PyAPI: GPU Shader: add 'state' parameter to uniform samplerGermano Cavalcante
2021-09-01File Browser/BPY: Expose list of selected files in contextJulian Eisel
2021-09-01File Browser/BPY: Expose relative path of a file via BPYJulian Eisel
2021-09-01Unittest: Extend and basic linking tests and add basic append tests.Bastien Montagne
2021-09-01Cleanup: clang-tidy utfconvCampbell Barton
2021-09-01Cleanup: use doxygen sections in py_capi_rna.cCampbell Barton
2021-09-01Cleanup: Better names for eDRWColorManagement.Jeroen Bakker
2021-09-01Cleanup: Use nullptr.Jeroen Bakker
2021-09-01Cleanup: use "pyrna_enum_*" prefix for RNA utility functionsCampbell Barton
2021-09-01Cleanup: move RNA utility functions into a generic moduleCampbell Barton
2021-09-01BLI_string: return string length from BLI_string_flip_side_nameCampbell Barton
2021-09-01Fix errors pasting flipped names in the action editorCampbell Barton
2021-09-01BLI_string: add BLI_str_quoted_substr_rangeCampbell Barton
2021-09-01Cleanup: remove redundant strstr callsCampbell Barton
2021-08-31Fix: Incorrect versioning for float IDProperty UI dataHans Goudey
2021-08-31Fix T91088: Assigning custom property value in python resets UI dataHans Goudey
2021-08-31Fix T91084: Missing versioning for object pose bone property UI dataHans Goudey
2021-08-31Cleanup: Reduce variable scopeHans Goudey
2021-08-31Fix: Output int for precision in UI data as_dict methodHans Goudey
2021-08-31Cleanup: pass value by ref in draw_color_managementJeroen Bakker
2021-08-31Fix T88433: no greaspencil depsgraph evaluation with certain driversPhilipp Oeser
2021-08-31Fix T90989: Annotation opacity must not be animatableAntonio Vazquez
2021-08-31Cleanup: DRW color management seperated in multiple functions.Jeroen Bakker
2021-08-31Cleanup: Moved DRW_vieport_colormanagement_set to draw_color_management.Jeroen Bakker
2021-08-31Cleanup: Added const keywork to GPU_viewport_colorspace_set.Jeroen Bakker
2021-08-31Cleanup: Converted draw_color_management to CPP.Jeroen Bakker
2021-08-31Cleanup: Draw Manager remove do_color_management from drawing context.Jeroen Bakker
2021-08-31Cleanup: Remove unused DRW_state_do_color_management.Jeroen Bakker
2021-08-31Fix crash in recent commit.Jeroen Bakker
2021-08-31Texture Paint: sync changing active texture in the Node Editor to thePhilipp Oeser
2021-08-31Texture Paint: sync changing active texture in the node editor to thePhilipp Oeser
2021-08-31Fix missing render result when using region renderSergey Sharybin
2021-08-31Fix T91060: GPencil Time Offset Modifier breaks evaluation timePhilipp Oeser
2021-08-31Fix possible wrongly highlighted tilesSergey Sharybin
2021-08-31Fix AssetBrowser UI errorsPhilipp Oeser
2021-08-31Cleanup: remove unnecessary obedit argument from ED_space_image_setCampbell Barton
2021-08-31Fix: Weightpaint overlay not visible when display type wire/boundbox.Jeroen Bakker
2021-08-31Measure tool: Add support to restrict dimension to one axisEric Abrahamsson
2021-08-31Transform: avoid passing the context to extended orientation functionsCampbell Barton
2021-08-31Cleanup: Use C style comments for descriptive textCampbell Barton
2021-08-31Fix T91054: List of strings custom property cannot be editedHans Goudey
2021-08-31Cleanup: add CTX_data_pointer_set_ptr & CTX_data_list_add_ptrCampbell Barton
2021-08-31Fix assigning shortcuts that include array indicesCampbell Barton
2021-08-31Fix T90723: User menus & shortcuts fails for sequences, bones & NLACampbell Barton
2021-08-31Fix logical error resolving RNA pathsCampbell Barton
2021-08-31Context: add "active_nla_track" & "active_nla_strip" context membersCampbell Barton