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-06temp-sculpt-roll-mapping: Port roll tex mapping code from sculpt-devJoseph Eagar
2022-11-05Sculpt: Fix T102253: Missing call to SCULPT_automasking_node_updateJoseph Eagar
2022-11-05Cleanup: Move function to legacy mesh conversion fileHans Goudey
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-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-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-04Cleanup: Mesh: Remove redundant edge render flagHans Goudey
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'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
2022-11-03Fix T102221: Entering editmode invalidates the driver associated with that meshSergey Sharybin
2022-11-03Fix deprecation warnings in FFmpeg related codeSergey Sharybin
2022-11-03Revert "Blender 3.4 - Beta"Thomas Dinges
2022-11-03Merge branch 'blender-v3.4-release'Thomas Dinges
2022-11-03Blender 3.5 Alpha: Start of new release cycle.Thomas Dinges
2022-11-03Blender 3.4 - BetaThomas Dinges
2022-11-03BLI_path: skip "/./" and "/." in BLI_path_name_at_indexCampbell Barton
2022-11-03Cleanup: replace BLI_join_path with BLI_join_stringCampbell Barton
2022-11-03BLI_string: C++ support for string joining macrosCampbell Barton