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-11-08Merge branch 'blender-v3.4-release'Sergey Sharybin
2022-11-08Fix deprecation warnings about printf() on macOSSergey Sharybin
2022-11-05Cleanup: use bools and typed enums for WM_job type & flagCampbell Barton
2022-11-05Cleanup: use bool instead of short for job stop & do_update argumentsCampbell Barton
2022-11-01Refactor: Rename Object->obmat to Object->object_to_worldSergey Sharybin
2022-10-17Cleanup: replace BLI_join_dirfile with BLI_path_joinCampbell Barton
2022-10-10I18n: disambiguate message "World"Damien Picard
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-09-26Cleanup: use ELEM/STR_ELEM/STREQ macrosCampbell Barton
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-16Cleanup: spelling in commentsCampbell Barton
2022-09-14ViewLayer: Lazy sync of scene data.Monique Dewanchand
2022-09-14Adding `const Scene*` parameter in many areas.Monique Dewanchand
2022-09-09Cleanup: remove unnecessary use of BLI_make_file_stringCampbell Barton
2022-09-08Cleanup: make meaning of base visibility flags more clearBrecht Van Lommel
2022-09-05GPU: convert 'GPU_SHADER_2D_IMAGE_COLOR' to 3DGermano Cavalcante
2022-08-23Depsgraph: use more fine grained update tags for scenesBrecht Van Lommel
2022-08-15GPU: replace GLEW with libepoxyChristian Rauch
2022-08-03Fix sequencer viewport render not respecting the "use_stamp" optionSebastian Parborg
2022-07-29Cleanup: Replace reinterpret_cast<> with static_cast<> in UI codeJulian Eisel
2022-07-29Render: Propagate view updates to draw enginesOmar Emara
2022-07-15Cleanup: add utlity function to compute render resolutionBrecht Van Lommel
2022-06-30Cleanup: Remove scene frame macros (`CFRA` et al.)Julian Eisel
2022-05-17Cleanup: use term 'filepath' for full file pathsCampbell Barton
2022-05-04Fix T96880: viewport render animation hangs BlenderBrecht Van Lommel
2022-04-29Cleanup: Simplify job custom data query APISergey Sharybin
2022-04-14Cleanup: Clang tidyHans Goudey
2022-04-13Cover some DNA files with C++ utility macrosSergey Sharybin
2022-04-11Cleanup: malformed C-style comment blocks, spellingCampbell Barton
2022-04-10Render: Add operators to add all used or remove all unused lightgroupsLukas Stockner
2022-04-08Fix lightgroup creation without a specified nameLukas Stockner
2022-04-08Cycles: Support adding Lightgroups from the object/world propertiesLukas Stockner
2022-04-04Fix T95678: Thumbnails are not working with big / large ObjectsGermano Cavalcante
2022-04-04Cleanup: ensure space after file named in headersCampbell Barton
2022-04-02Cycles: Add support for light groupsLukas Stockner
2022-03-30Cleanup: unbalanced doxy sectionsCampbell Barton
2022-03-29Assets: Support automatic collection previewsJulian Eisel
2022-03-24Cleanup: Clang tidyHans Goudey
2022-03-21Cleanup: move render image and multilayer EXR write code to image_save.ccBrecht Van Lommel
2022-03-21Cleanup: add image_format.cc for functions related to ImageFormatDataBrecht Van Lommel
2022-03-17Cleanup: spelling in commentsCampbell Barton
2022-03-16Cleanup: Remove volatile from RenderResult and related APIsJesse Yurkovich
2022-03-15Fix T96263: command line rendering affected by current scene subframeBrecht Van Lommel
2022-03-14Auto-generate RNA-structs declarations in `RNA_prototypes.h`Julian Eisel
2022-03-04Cleanup: spelling in comments, function nameCampbell Barton
2022-02-19Merge branch 'blender-v3.1-release'Hans Goudey
2022-02-18Fix T95338: missing image editor refresh after render compositingBrecht Van Lommel
2022-02-18UI: Speedup preview icon loading from hard driveJulian Eisel
2022-02-18Cleanup: Rename original curve object type enumHans Goudey
2022-02-14Merge branch 'blender-v3.1-release'Jeroen Bakker