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-16Cleanup: Expose function publicly, renameHans Goudey
2021-06-16Splines: Add resize method to CurveEvalHans Goudey
2021-06-15BLI: use explicit task isolation, no longer part of parallel operationsBrecht Van Lommel
2021-06-15Screen: clear runtime structures on file-read & data-copyCampbell Barton
2021-06-14Geometry Nodes: Curve Reverse NodeJohnny Matthews
2021-06-14Geometry Nodes: Curve to Points Node for Evaluated DataHans Goudey
2021-06-14BMesh: support face-normal calculation in normal & looptri functionsCampbell Barton
2021-06-14Fix T88947: invalid normals when converting point cloud to meshJacques Lucke
2021-06-14Nodes: remove redundant increment node tree current socket indexCampbell Barton
2021-06-14Cleanup: Reduce indentation from redundant checkHans Goudey
2021-06-14Cleanup: Order return argument lastHans Goudey
2021-06-13Cleanup: redundant initializationCampbell Barton
2021-06-13Cleanup: misleading return argument for hair_create_input_meshCampbell Barton
2021-06-13Fix modifier deform by armature check ignoring virtual modifiersCampbell Barton
2021-06-11Performance: Use parallel range for ImBuf scanline processor.Jeroen Bakker
2021-06-10Cleanup: move endian values from BKE_global into BLI_endian_definesCampbell Barton
2021-06-10Add unit for time stored in secondsSergey Sharybin
2021-06-10DataTransfer: Fix vertices being wrongly added to vgroup.Bastien Montagne
2021-06-10Cleanup: spelling in commentsCampbell Barton
2021-06-09Geometry Nodes: Copy spline attributes in the curve resample nodeHans Goudey
2021-06-09Splines: Add API functions for interpolating dataHans Goudey
2021-06-09Geometry Nodes: Add Convex Hull NodeHenrik Dick
2021-06-09Cleanup: redundant/unused assignmentsCampbell Barton
2021-06-09Cleanup: remove redundant checks which have already been testedCampbell Barton
2021-06-09Cleanup: simplify grease pencil preset set logicCampbell Barton
2021-06-09Cleanup: spelling in commentsCampbell Barton
2021-06-09Cleanup: quiet array-parameter warningCampbell Barton
2021-06-09Revert "GPencil: Add custom normal entry to bGPDspoint."YimingWu
2021-06-09BLI_task: add TLS support to BLI_task_parallel_mempoolCampbell Barton
2021-06-09GPencil: Add custom normal entry to bGPDspoint.YimingWu
2021-06-09Fix assigning material to linked object being forbidden in BKE.Bastien Montagne
2021-06-09Fix: Incorrect node bezier spline tangent calculation for end pointsHans Goudey
2021-06-08Geometry Nodes: new Select by Material nodeJacques Lucke
2021-06-08BLI: support disabling task isolation in task poolJacques Lucke
2021-06-08Cleanup: Soilent compile warning in `curve_bevel.c`.Jeroen Bakker
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-07Cleanup: Use const arguments, return by valueHans Goudey
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-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