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
path: root/source
AgeCommit message (Expand)Author
2021-06-08Cleanup: use cpp new/delete.Jeroen Bakker
2021-06-08Cleanup: replace typedef structs with structs.Jeroen Bakker
2021-06-08Cleanup: Separate compile unit edituv.Jeroen Bakker
2021-06-08Cleanup: Separate compile unit lines_adjacency.Jeroen Bakker
2021-06-08Cleanup: Separate compile unit lines_paint_mask.Jeroen Bakker
2021-06-08Cleanup: Separate fdots extraction in own compile unit.Jeroen Bakker
2021-06-08Fix T88719: Attribute Remove node input field does nothingJacques Lucke
2021-06-08Geometry Nodes: enable multi-threading in evaluator againJacques Lucke
2021-06-08BLI: support disabling task isolation in task poolJacques Lucke
2021-06-08BMesh: simplify normal calculation, resolve partial update errorCampbell Barton
2021-06-08Cleanup: Silent compile warning in `interface_widgets.c`.Jeroen Bakker
2021-06-08Cleanup: Soilent compile warning in `curve_bevel.c`.Jeroen Bakker
2021-06-08LineArt: Threaded Object Loading.YimingWu
2021-06-08Fix test failure caused by earlier cleanup commitHans Goudey
2021-06-08Improve multires performance.Joseph Eagar
2021-06-08Revert "Improve multires performance."Joseph Eagar
2021-06-08Improve multires performance.Joseph Eagar
2021-06-08Cleanup: Order return argument lastHans Goudey
2021-06-08UI: Remove property descriptions exactly the same as namesHans Goudey
2021-06-07Cleanup: Use const arguments, return by valueHans Goudey
2021-06-07Fix T77651: Black screen on Blender startup on ChromeOSGermano Cavalcante
2021-06-07Cleanup: Make function staticHans Goudey
2021-06-07Cleanup: Remove outdated/useless commentsHans Goudey
2021-06-07Cleanup: Remove unused function, make function privateHans Goudey
2021-06-07Cleanup: Decrease variable scopeHans Goudey
2021-06-07Fix T88801: Positioning of Menu UnderlinesHarley Acheson
2021-06-07Fix: Wrong logic for checking if we can reuse decoded frameSebastian Parborg
2021-06-07Cleanup: use doxy groups for bmesh_mesh_normals.cCampbell Barton
2021-06-07Cleanup: Move extract lines to compile unit.Jeroen Bakker
2021-06-07Cleanup: Move extract tris in own compile unit.Jeroen Bakker
2021-06-07Cleanup: split bmesh normal calculation into separate filesCampbell Barton
2021-06-07Cleanup: compiler warnings signed/unsigned mismatchCampbell Barton
2021-06-07Cleanup: silence warningsGermano Cavalcante
2021-06-07Fix: do not use threading for 'extract_points'Germano Cavalcante
2021-06-07Cleanup: remove redundant cast, use const castsCampbell Barton
2021-06-07Cleanup: remove unused valueCampbell Barton
2021-06-07Cleanup: use keyword only argument in bpy.props argument parsingCampbell Barton
2021-06-07Fix build error, remove duplicate include.Ankit Meel
2021-06-07LineArt: Shifting fix for different camera fitting.YimingWu
2021-06-07Cleanup: Fix uninitialized variable warningHans Goudey
2021-06-07Cleanup: renamed function to `extract_run_single_threaded`.Jeroen Bakker
2021-06-07GPUIndexBuf: Find the minimum and maximum index through the builderGermano Cavalcante
2021-06-07Cleanup: Added Guarderalloc deallocators to CPP structs.Jeroen Bakker
2021-06-07Added TODO comment for putting parameters into struct.Jeroen Bakker
2021-06-07Cleanup: move extract points into own compile unit.Jeroen Bakker
2021-06-07Fix T88900: Crash when setting Edge Weight/CreaseGermano Cavalcante
2021-06-06Cleanup: unused argumentCampbell Barton
2021-06-06LineArt: Fix edge clipping index error.YimingWu
2021-06-06VSE: Remove seq->tmp usage from transform codeRichard Antalik
2021-06-06Exact Boolean: fix last commit: pass an arg by reference instead of value.Howard Trickey