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-10-22Video rendering: FFMpeg AV1 codec encoding supportStephen Seo
2022-10-20Lib reload/relocate: Improve performances.Bastien Montagne
2022-10-20Fix (studio-reported) issue with overrides on library relocating.Bastien Montagne
2022-10-19Fix T101926: Curves: Remove type-specific attributes when deletingHans Goudey
2022-10-19Fix: Geometry Nodes: Memory leak when deleting instancesHans Goudey
2022-10-19Geometry Nodes: Use common utility for copying attribute dataHans Goudey
2022-10-19Fix (devs-reported) mistake in batch delete code in recent change.Bastien Montagne
2022-10-19Fix T101922: transforming surface points misses redrawPhilipp Oeser
2022-10-19Fix T101888: Curves editmode: modifiers "Display in Edit mode" no effectPhilipp Oeser
2022-10-19Fix (unreported) error messages about invalid ID usercount when batch-deletin...Bastien Montagne
2022-10-19Make batch ID deletion 100 times faster.Bastien Montagne
2022-10-19Fix T101903: Crash when deleting library in some cases.Bastien Montagne
2022-10-19Sculpt curves: Fix BKE_paint_object_mode_from_paintmodePhilipp Oeser
2022-10-19Cleanup: spelling in commentsCampbell Barton
2022-10-18Fix T101883: Issue applying modifier to mesh with shape keysHans Goudey
2022-10-18Fix T101660: crash when trying to propagate string attributes in some nodesJacques Lucke
2022-10-18Cleanup: add missing CPPType for MStringPropertyJacques Lucke
2022-10-18Brush: Wrap mtex/mask_tex around functions.Jeroen Bakker
2022-10-17Weight Paint: relax heuristic to determine when final mesh can be used.Alexander Gavrilov
2022-10-17Fix AssetCatalogTest failure on WIN32Campbell Barton
2022-10-17Fix T101705: crash when connecting reroute to multi-input socketIliya Katueshenock
2022-10-17Geometry Nodes: separate Instances from InstancesComponentJacques Lucke
2022-10-17Cleanup: replace BLI_join_dirfile with BLI_path_joinCampbell Barton
2022-10-17BLI_path: remove trailing NULL argument to BLI_path_joinCampbell Barton
2022-10-16Sculpt: Fix T101864: Mask initialization not updating multires dataJoseph Eagar
2022-10-16Fix T101394: Ensure all viewlayers on scene copy.Monique Dewanchand
2022-10-16Fix T99450: Animated Holdout not updating on frame changeLukas Stockner
2022-10-15Sculpt: Ensure faces are uniquely assigned to PBVHNodesJoseph Eagar
2022-10-15Sculpt: fix crash when instancing sculpt objectsJoseph Eagar
2022-10-13Fix: Attribute layers can be skipped in Mesh to BMesh conversionHans Goudey
2022-10-13Cleanup: Use std::mutex for mesh runtime mutexesHans Goudey
2022-10-13Mesh: Move runtime data out of DNAHans Goudey
2022-10-13Cleanup: Use correct blenkernel namespace for mesh functionsHans Goudey
2022-10-12Fix T101711: Curve to points node sometimes skips initializing radiusHans Goudey
2022-10-12Cleanup: Use const vertex pointer argumentHans Goudey
2022-10-12Cleanup: use 'u' prefixed unsigned typesCampbell Barton
2022-10-12Cleanup: use commented arguments for unused args in C++Campbell Barton
2022-10-11Sculpt: Fix T101595: sculpt_attribute_update_refs called in wrong placeJoseph Eagar
2022-10-11GPencil: Fix unreported Close Stroke operator did not select new pointsAntonio Vazquez
2022-10-11Correct argument type for BKE_pbvh_node_get_bm_orco_data, formatCampbell Barton
2022-10-11Sculpt: Clean up Dyntopo's original triangle apiJoseph Eagar
2022-10-10Cleanup: NLA transforms, simplify `recalcData_nla()`Thibault de Villèle
2022-10-10I18n: disambiguate or extract a few messagesDamien Picard
2022-10-08Attribute Node: support accessing attributes of View Layer and Scene.Alexander Gavrilov
2022-10-08Cleanup: Use helper function for previous mesh loopHans Goudey
2022-10-08Mesh: Multithread some boolean domain interpolation logicIliya Katueshenock
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-10-07Cleanup: use function style casts for C++Campbell Barton
2022-10-07Armature Modifier: skip non-deforming vertices in Multi-Modifier mode.Alexander Gavrilov
2022-10-07Cleanup: replace static variables with argumentsCampbell Barton