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 'tmp-vfx-platform-2023' into tmp-dynamic-usdtmp-dynamic-usdMichael Kowalski
2022-11-07Merge branch 'universal-scene-description' into tmp-dynamic-usdMichael Kowalski
2022-11-05Merge remote-tracking branch 'origin/master' into tmp-vfx-platform-2023Ray Molenkamp
2022-11-05Cleanup: use bool instead of short for job stop & do_update argumentsCampbell Barton
2022-11-03Merge remote-tracking branch 'origin/master' into tmp-vfx-platform-2023Ray Molenkamp
2022-11-03Cleanup: cmake comment line lengthCampbell Barton
2022-11-02USD export: fix curve widths calculation.Michael Kowalski
2022-11-02USD import: replace deprecated shape import code.Michael Kowalski
2022-11-02Merge remote-tracking branch 'origin/master' into tmp-vfx-platform-2023Ray Molenkamp
2022-11-01USD IO: replace deprecated primvars API.Michael Kowalski
2022-11-01USD tests: replace deprecated imaging code.Michael Kowalski
2022-10-27USD export: export textures for Cycles materials.Michael Kowalski
2022-10-27USD Export: handle meshes in edit mode.Michael Kowalski
2022-10-25Merge branch 'tmp-vfx-platform-2023' into tmp-dynamic-usdMichael Kowalski
2022-10-25Merge remote-tracking branch 'origin/master' into tmp-vfx-platform-2023Ray Molenkamp
2022-10-24Merge branch 'master' into universal-scene-descriptionMichael Kowalski
2022-10-24USD import: crash reading shapes.Michael Kowalski
2022-10-21Fix: USD & Alembic importers might not initialize material indicesHans Goudey
2022-10-20USD Import: hide instance prototype collections.Michael Kowalski
2022-10-19USD Import: fix error messages loading instances.Michael Kowalski
2022-10-18Merge branch 'master' into universal-scene-descriptionMichael Kowalski
2022-10-17Fix linux/mac build warnings and errors.Michael Kowalski
2022-10-17USD Import: support reading USD shapes.Michael Kowalski
2022-10-17BLI_path: remove trailing NULL argument to BLI_path_joinCampbell Barton
2022-10-11Merge remote-tracking branch 'origin/master' into tmp-vfx-platform-2023Ray Molenkamp
2022-10-10USD Import: validate meshes option.Michael Kowalski
2022-10-10IO: remove BKE_layer_collection_resync_forbid & allowAras Pranckevicius
2022-10-05Merge remote-tracking branch 'origin/master' into tmp-vfx-platform-2023Ray Molenkamp
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-09-30USD import: handle context-dependent UDIM paths.Michael Kowalski
2022-09-28USD Export: Added triangulate optionsMichael Kowalski
2022-09-27USD export to USDZ.Michael Kowalski
2022-09-26Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-26Cleanup: use ELEM/STR_ELEM/STREQ macrosCampbell Barton
2022-09-25Cleanup: remove redundant parenthesis (especially with macros)Campbell Barton
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: replace static_casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: use 'u' prefixed integer types for brevity & cast styleCampbell Barton
2022-09-23Mesh: Move edge crease out of MEdgeHans Goudey
2022-09-23Cleanup: use lowercase function calls & macros in for CMakeCampbell Barton
2022-09-19USD Export: Save Blender file path to metadata.Michael Kowalski
2022-09-14ViewLayer: Lazy sync of scene data.Monique Dewanchand
2022-09-14Adding `const Scene*` parameter in many areas.Monique Dewanchand
2022-09-12Fix T100016: Memory leak in USD importer.Michael Kowalski
2022-09-09Cleanup: Simplify BKE_mesh_nomain_to_meshHans Goudey
2022-09-08Cleanup: Use C++ methods to retrieve attribute accessorsHans Goudey
2022-09-07Cleanup: Tweak naming for recently added mesh accessorsHans Goudey
2022-09-06Cleanup: spelling in comments, formatting, move comments into headersCampbell Barton
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-09-05IDMAnagement: Add owner ID pointer to embedded ones.Bastien Montagne