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-13V2D navigating flag by Richard Antaliksoc-2021-vse-strip-thumbnailsAditya Y Jeppu
2021-09-03Small fix of using defined constant instead of immediate valueAditya Y Jeppu
2021-09-02Merge branch 'master' into soc-2021-vse-strip-thumbnailsAditya Y Jeppu
2021-09-02Add changes requested in D12266Aditya Y Jeppu
2021-09-02GPencil: Change default Scale Thickness to True in 2D templateAntonio Vazquez
2021-09-02Revert "PyAPI: GPU Shader: add 'state' parameter to uniform sampler"Germano Cavalcante
2021-09-02Build utils: `make_update`: Add option to choose SVN branch.Bastien Montagne
2021-09-02Fix possible missing render result with `update_result`Sergey Sharybin
2021-09-02Fix regression in recent change 0708733c46cb6b50697c1b80a6541d6fb410267eCampbell Barton
2021-09-02Cleanup: remove redundant edit-mesh memory allocationCampbell Barton
2021-09-02Fix T90972: Crash calling Mesh.clear_geometry in edit-modeCampbell Barton
2021-09-02Fix T91123: Freeing meshes in edit-mode leaks memoryCampbell Barton
2021-09-02Docs: improve the error when undo poll failsCampbell Barton
2021-09-02Cleanup: Convert geometry nodes socket list to use new APIJohnny Matthews
2021-09-02Cleanup: GrammarHans Goudey
2021-09-02EditMesh: recalculate normals after running ripCampbell Barton
2021-09-02Cleanup: de-duplicate logic in bpy keyframing logicCampbell Barton
2021-09-02Cleanup: remove redundant alloc argument to SEQ_editing_getCampbell Barton
2021-09-02Fix T90798: calc_loop_triangles is not updated after joining objectsCampbell Barton
2021-09-02Cleanup: spelling in commentsCampbell Barton
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-01Merge branch 'master' into soc-2021-vse-strip-thumbnailsAditya Y Jeppu
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