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-11-11Rename to virtual monitor.Jeroen Bakker
2022-11-09Fixed using correct texture.Jeroen Bakker
2022-11-02First iteration of a virtual camera node.Jeroen Bakker
2022-11-02Cleanup: spelling in commentsCampbell Barton
2022-11-01Nodes: Add node group assets in add menuHans Goudey
2022-11-01Cleanup: Use bool for binary (true-ish/false-ish) return valueJulian Eisel
2022-11-01Refactor: Rename Object->obmat to Object->object_to_worldSergey Sharybin
2022-11-01Cleanup: spelling in commentsCampbell Barton
2022-10-31Nodes: Improve socket node lookup performanceHans Goudey
2022-10-30Fix T102163: GPencil:Set start point Operator make stroke deletedAntonio Vazquez
2022-10-30Fix potential buffer overflow with BLI_path_slash_ensure useCampbell Barton
2022-10-29NLA: Push down Action names the Track after the ActionSybren A. Stüvel
2022-10-29Cleanup: use STREQ macroCampbell Barton
2022-10-26Fix T101925: sculpt color painting not updating with Cycles viewport renderBrecht Van Lommel
2022-10-26Fix slow continuous depsgraph updates in sculpt paint mode in some casesBrecht Van Lommel
2022-10-24Fix T100571: Subdivision disabled with Orbit Around SelectionGermano Cavalcante
2022-10-24Fix T101210: invalid internal node links lead to crashJacques Lucke
2022-10-23Fix T101607: Changing Image source inadvertently clears file pathJesse Yurkovich
2022-10-22Fix T101329: EXR 'JPG Preview' doesn't use color space anymoreLukas Stockner
2022-10-22Fix T101930: NLA Actions Stash remove doesn't work on overriden linked data.Bastien Montagne
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