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
2021-06-07Cleanup: remove redundant cast, use const castsCampbell Barton
2021-06-05Limit Rotation: explicitly orthogonalize the matrix before processing.Alexander Gavrilov
2021-06-05Limit Rotation: add an Euler Order option.Alexander Gavrilov
2021-06-05Cleanup: spelling in commentsCampbell Barton
2021-06-05Edit Mesh: partial updates for normal and face tessellationCampbell Barton
2021-06-04Texture Paint: changing paint slots and viewport could go out of syncPhilipp Oeser
2021-06-04LibOverride: Fix early break in some of the resync code.Bastien Montagne
2021-06-04BlenLoad: Ensure linked IDs are properly sorted.Bastien Montagne
2021-06-04Geometry Nodes: Curve Length NodeJohnny Matthews
2021-06-04Cleanup: Add comment explaining assertHans Goudey
2021-06-03LibOverride: fix previous commit (rB826bed4349fa).Bastien Montagne
2021-06-03LibOverride: Fix some fail cases with auto-resync.Bastien Montagne
2021-06-03LibOverride: Add `override_hierarchy_create`to ID's RNA API.Bastien Montagne
2021-06-03Cleanup: make formatJacques Lucke
2021-06-03LibOverride: ensure proper indirect tag for 'virtual' linked IDs.Bastien Montagne
2021-06-03IDManagement: Collection: Fix several issues in relationships building code.Bastien Montagne
2021-06-03Cleanup: use ascii characters instead of unicode where possibleCampbell Barton
2021-06-02FFmpeg: Fix H264 lossless render not losslessRichard Antalik
2021-06-02Splines: Function to copy spline settings without dataHans Goudey
2021-06-02Geometry Nodes: Allow reading converted attribute directly from splineHans Goudey
2021-06-02Docs: formalize naming for generic callbacks in BKE_callbacks.hCampbell Barton
2021-06-02Cleanup: spelling in commentsCampbell Barton
2021-06-02Geometry Nodes: Add Delete Geometry NodeWannes Malfait
2021-06-01Fix T88715: particle size influence texture not working for 'keyed' or 'none'...Philipp Oeser
2021-06-01LibOverride: Fix again infinite loop in resync in some complex/degenerated ca...Bastien Montagne
2021-06-01Geometry Nodes: add empty material slot to new meshesJacques Lucke
2021-06-01Cleanup: LibOverride: rename 'local' group tagging functions to 'overrides'.Bastien Montagne
2021-06-01Fix libOverride resync issues in some corner-cases.Bastien Montagne
2021-06-01IDManagement: `BKE_libblock_rename`: assert we get local ID.Bastien Montagne
2021-06-01Fix `BLI_libblock_ensure_unique_name` not ignoring linked IDs.Bastien Montagne
2021-06-01ID Management: Allow unique name check for linked IDs too.Bastien Montagne
2021-06-01BMesh: remove checks for tessellating 2 sided facesCampbell Barton
2021-06-01Cleanup: spelling in commentsCampbell Barton
2021-05-31Cleanup: Replace fseek() calls with BLI_fseek()Harley Acheson
2021-05-31Fix T88666: Cryptomatte: EXR sequence does not update when scrubbing the time...Jeroen Bakker
2021-05-31Fix T88623, T87044: Make encoded videos play correctly in VLCSebastian Parborg
2021-05-31Geometry Nodes: do not create unnecessary geometry componentsJacques Lucke
2021-05-31Fix (studio-reported) crash in collection management code.Bastien Montagne
2021-05-28Make encoded video fps correct with ffmpeg < 4.4Sebastian Parborg
2021-05-28Geometry Nodes: Polish switch node UIHans Goudey
2021-05-28Geometry Nodes: Add Mesh to Curve NodeHans Goudey
2021-05-28Fix crash in liboverride resync.Bastien Montagne
2021-05-27Fix own crash in today's rBf68288a8746f.Bastien Montagne
2021-05-27LibOverride: refactor recursive resync.Bastien Montagne
2021-05-27Cleanup: Fix forward declaring class with "struct"Hans Goudey
2021-05-27Fix build error: Make CurveEval a structHans Goudey
2021-05-27Geometry Nodes: Draw curve data in the viewportHans Goudey
2021-05-27Cleanup: Use consistent variable namesHans Goudey
2021-05-27Cleanup: rename BKE_main_id_{clear_newpoins => newptr_and_tag_clear}Campbell Barton
2021-05-27Cleanup: remove duplicate LIB_TAG_NEW untag codeErik Abrahamsson