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
2022-04-11merge to masterFabian Schempp
2022-04-11Fix: Build issue with MSVCRay Molenkamp
2022-04-11Add a utility for sampling segment indices and factors from arbitraryHans Goudey
2022-04-11Curves edit mode: show dots for pointsKévin Dietrich
2022-04-11Cleanup: quiet a couple more compilation warnings on MSVCKévin Dietrich
2022-04-11Alembic: fix clamping of frame offset during exportsKévin Dietrich
2022-04-11Cleanup: CacheFile, use double precision for timeKévin Dietrich
2022-04-11Painting: Canvas switcher for painting brushes/tools.Jeroen Bakker
2022-04-11NLA: Remove Hold resetting between Hold_Forward BehaviorSybren A. Stüvel
2022-04-11Fix: accidentally swapped value with itselfJacques Lucke
2022-04-11I/O tests: change all_geometry scene to not have subd surface, and always pri...Aras Pranckevicius
2022-04-11Fix T97150: Export GPencil to PDF or SVG crashes blenderAntonio Vazquez
2022-04-11Fix lightgroup creation without a specified nameLukas Stockner
2022-04-11PyAPI: use keyword only arguments for Text.region_{from/to} stringCampbell Barton
2022-04-11Cleanup: separate format-units for Python argument parsingCampbell Barton
2022-04-11Cleanup: Define new curves normal mode in DNAHans Goudey
2022-04-11Cycles: Support adding Lightgroups from the object/world propertiesLukas Stockner
2022-04-11Fix T97144 Overlay: Illegal recursive expansion of macrosClément Foucault
2022-04-11Fix Clang/Linux build error after line primitive parallelizationBrecht Van Lommel
2022-04-11Cleanup: remove unused mface tesselation code from modifier stackBrecht Van Lommel
2022-04-11Fix T97035: crash transferring face corner dataBrecht Van Lommel
2022-04-11Cleanup: Return early in metaball tessellation codeHans Goudey
2022-04-11BLI: inline fast path of IndexRange::as_spanJacques Lucke
2022-04-11Functions: optimize simple generated multi-functionsJacques Lucke
2022-04-11Geometry Nodes: Parallelize mesh line nodeHans Goudey
2022-04-11GPencil: Add skip option to envelope modifierHenrik Dick
2022-04-11Cleanup: Compilation warning about virtual functionsSergey Sharybin
2022-04-11Fix T97123: Applying modifier to multi-user: other objects were also convertedDalai Felinto
2022-04-11Cleanup: add clarifying comment to `bpy_app_getsets`Sybren A. Stüvel
2022-04-11Curves: improve Add menu for new curves objectJacques Lucke
2022-04-11Curves: operator to snap curves to surfaceJacques Lucke
2022-04-11Cleanup: make CustomMF_* implementations more similarJacques Lucke
2022-04-11Fix T96888: data transfer operator crash in certain situationPhilipp Oeser
2022-04-11BLI: add missing materialize methods for virtual arraysJacques Lucke
2022-04-11Functions: parallelize materializing arrays after field evaluationJacques Lucke
2022-04-11Geometry Nodes: avoid data copy in store named attribute nodeJacques Lucke
2022-04-11BLI: add CPPType utility to copy elements to a shorter arrayJacques Lucke
2022-04-11Cleanup: pass the buffer length into `txt_insert_buf`Campbell Barton
2022-04-11Text Editor: Get/Set region text APIMatheus Santos
2022-04-11Cleanup: spelling in comments, minor reformatting changesCampbell Barton
2022-04-11Cleanup: clang-formatCampbell Barton
2022-04-11Geometry Nodes: Add "Connected" mode to Merge by Distance nodeAleksi Juvani
2022-04-11Fix T91541: Naming of Freestyle Curvature 3D modifierUjwal Kundur
2022-04-11Fix: Division by zero in UV packing functionAleksi Juvani
2022-04-11Fix: Copy resolution when creating CurveEval from CurvesMattias Fredriksson
2022-04-11Cleanup: Incorrect comment in IndexRange headerMattias Fredriksson
2022-04-11Curves: Name mutable data retrieval functions explicitlyHans Goudey
2022-04-11Curves: Hair to Curves rename in Cycles/EEVEE UIHans Goudey
2022-04-11Fix: Curve parameter node broken for Bezier curves after refactorHans Goudey
2022-04-11BVH Utils: use fall-through in 'BKE_bvhtree_from_mesh_get'Germano Cavalcante