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-07deps: add missing dependencyRay Molenkamp
2022-11-07deps: restore openpgl harvestRay Molenkamp
2022-11-05Merge remote-tracking branch 'origin/master' into tmp-vfx-platform-2023Ray Molenkamp
2022-11-05OBJ Export: Remove edge recalculationHans Goudey
2022-11-05Cleanup: Remove unnecessary node type registraction functionsHans Goudey
2022-11-05Cleanup: Remove redundant assignment of loose edge flagHans Goudey
2022-11-05Merge branch 'blender-v3.4-release'Campbell Barton
2022-11-05Fix crash building Python API docsCampbell Barton
2022-11-05Merge branch 'blender-v3.4-release'Campbell Barton
2022-11-05Cleanup: quiet unused argument warningCampbell Barton
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-05deps: prevent _d_d for usd python extentions on windowsRay Molenkamp
2022-11-05Cleanup: Move legacy mesh conversions to proper fileHans Goudey
2022-11-04Cleanup: OBJ: Simplify access to loose edgesHans Goudey
2022-11-04Merge branch 'blender-v3.4-release'Richard Antalik
2022-11-04Fix T99641: Assert hit when splitting video sequencer area horizontallyRichard Antalik
2022-11-04Cleanup: Use mesh API functionsHans Goudey
2022-11-04cmake/win: fix failing tests on windowsRay Molenkamp
2022-11-04Cleanup: Mesh: Remove redundant edge render flagHans Goudey
2022-11-04deps: Remove unneeded OSL patchRay Molenkamp
2022-11-04Realtime Compositor: Implement static cache managerOmar Emara
2022-11-04Merge branch 'blender-v3.4-release'Campbell Barton
2022-11-04Fix T102232: bridge edge loop crashCampbell Barton
2022-11-04Merge branch 'blender-v3.4-release'Campbell Barton
2022-11-04Fix T102216: Change `min_ff` to `max_ff` in the return of `BlendType max`Evan Wilson
2022-11-04Cleanup: pass const view_area in sequencer functionsCampbell Barton
2022-11-04Cleanup: use bool for render types ok/result_okCampbell Barton
2022-11-04Merge branch 'blender-v3.4-release'Colin Basnett
2022-11-04Fix T102218: Baked f-curves display incorrectly when normalizedColin Basnett
2022-11-04BLI_path: remove use of BLI_path_normalize in BLI_path_parent_dirCampbell Barton
2022-11-04Merge branch 'blender-v3.4-release'Campbell Barton
2022-11-04Fix missing call to AttributeWriter::finish with paint vertex selectionCampbell Barton
2022-11-04Merge branch 'blender-v3.4-release'Aaron Carlisle
2022-11-04PyDoc: Make rst files more readableAaron Carlisle
2022-11-04Merge branch 'blender-v3.4-release'Campbell Barton
2022-11-04Cleanup: quiet unused argument warningCampbell Barton
2022-11-04Fix T101686: WPaint + Pose select fails with GPU depth-picking disabledCampbell Barton
2022-11-03DRW: Fix incorrect logic in state redundancy checkClément Foucault
2022-11-03Merge branch 'blender-v3.4-release'Clément Foucault
2022-11-03DRW: PointCloud: Fix memset writting non-trivial type std::mutexClément Foucault
2022-11-03Cleanup: DRW: Fix unused parameters warningClément Foucault
2022-11-03DRW: Command: Fix custom group test being always trueClément Foucault
2022-11-03Merge branch 'blender-v3.4-release'Nate Rupsis
2022-11-03make float value explicitNate Rupsis
2022-11-03adding defaults for NLA Action scale and repeatNate Rupsis
2022-11-03DRW: Add support for clip plane count as part of the draw state.Clément Foucault
2022-11-03Merge branch 'blender-v3.4-release'Sergey Sharybin