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-08-31Dependencies: Drop-in replacement for std::filesystem (in extern/)temp-cpp-ghc-filesystemJulian Eisel
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
2021-08-31Fix 'WM_window_find_under_cursor'Germano Cavalcante
2021-08-31Fix T90988: Incorrect speed effect strip mathRichard Antalik
2021-08-31Fix VSE move_to_meta function moving meta stripRichard Antalik
2021-08-31PyDoc: Fix compliation warningAaron Carlisle
2021-08-31PyDoc: Fix compilation after recent contex_member additionAaron Carlisle
2021-08-31Cleanup: sequencer operatorsCampbell Barton
2021-08-31Cleanup: use new active_sequence_strip context attributeCampbell Barton
2021-08-31Context: add "active_sequence_strip" context memberPhilipp Oeser
2021-08-30Docs: GPU Shader: improvementsGermano Cavalcante
2021-08-30Fix: add virtual destructor to base classJacques Lucke
2021-08-30Cleanup: clang-tidyJacques Lucke
2021-08-30Nodes: add more flexible method to declare sockets of a nodeJacques Lucke
2021-08-30Fix T91056: GPencil merge layers doesn't preseve Keyframe type.Antonio Vazquez
2021-08-30Fix T90742: Gpencil ghost point on selectionHenrik Dick
2021-08-30Docs: retitle 'GPU Shader Module' to 'GPU Module'Germano Cavalcante
2021-08-30Geometry Nodes: Curve Fill NodeErik Abrahamsson
2021-08-30Cleanup: Add comment about suspicious O(n^3) loopHans Goudey
2021-08-30Geometry Nodes: Enhance the cube mesh primitive as a cuboidRajesh Advani
2021-08-30Geometry Nodes: Allow for one vertex in grid nodeMattias Fredriksson
2021-08-30Fix: Circle mesh primitive outer edges do not renderMattias Fredriksson
2021-08-29Fix BLI_strncpy_wchar_from_utf8 result on WindowsCampbell Barton