• Joined on 2024-05-06
Perky commented on issue blender/blender#124826 2024-07-17 01:29:03 +02:00
crachs

Please elaborate, it’s really hard to fix if we don’t know what makes Blender crash. What are you doing to make it crash? Does it crash directly or after some time?

Perky commented on pull request blender/blender#124700 2024-07-16 22:42:03 +02:00
Asset Browser: Generate Preview button not working as tooltip explains

@JulianEisel I think I managed to fix it. Apparently the old implementation was only clearing the preview image and didn’t remove the runtime, leading to deferred loading (which was still…

Perky pushed to reset_asset_preview at Perky/blender 2024-07-16 22:37:08 +02:00
cead7bfbeb Fix: Asset Browser preview image generate button not generating for custom previews
Perky commented on pull request blender/blender#124700 2024-07-16 17:19:55 +02:00
Asset Browser: Generate Preview button not working as tooltip explains

@Perky this gets a bit into the details of how the preview system works. Do you want to look into this yourself? Otherwise I have a patch ready that solves it.

Sure! I’ll look into it,…

Perky pushed to reset_asset_preview at Perky/blender 2024-07-15 21:56:32 +02:00
c9af1effa3 Make Update
e30a1326a4 Fix #124719: Failed assert in old (2.34) testfile
e35e80275a Cleanup: Formatting
7ce067d73b Sculpt: Data oriented refactor for enhance details brush
ec48c79112 Assets: Update asset repository hash for removed tool icons
Compare 44 commits »
Perky pushed to main at Perky/blender 2024-07-15 21:56:29 +02:00
e30a1326a4 Fix #124719: Failed assert in old (2.34) testfile
e35e80275a Cleanup: Formatting
7ce067d73b Sculpt: Data oriented refactor for enhance details brush
ec48c79112 Assets: Update asset repository hash for removed tool icons
e6a4245099 UI: Remove unused brush tool icons
Compare 43 commits »
Perky commented on issue blender/blender#124281 2024-07-14 23:28:15 +02:00
Asset Browser Preview image cannot be removed

Realised the implementation was already there a bit too late, but it was a good time to learn the Asset Browser backend :)

PR: #124700

Perky pushed to reset_asset_preview at Perky/blender 2024-07-14 23:19:15 +02:00
6c94f10e8f Pull main
6120b2f605 Merge branch 'blender-v4.2-release'
b5145d6889 Fix #121469: "Enable Add-on" ignored when already installed
71e1305b06 Fix #124637: double spacing for inline sockets
0b0481cf54 Fix: Nodes: crash in case of dissolving node after save
Compare 375 commits »
Perky created pull request blender/blender#124700 2024-07-14 23:12:41 +02:00
Asset Browser: Add reset preview button
Perky pushed to reset_asset_preview at Perky/blender 2024-07-14 23:05:39 +02:00
40d04e81f4 Removed unneccesary trails
Perky created branch reset_asset_preview in Perky/blender 2024-07-14 23:00:58 +02:00
Perky pushed to reset_asset_preview at Perky/blender 2024-07-14 23:00:58 +02:00
15c2c3f75d Connected reset button to 'Render Active Object' button
Perky created repository Perky/blender 2024-07-14 22:48:10 +02:00
Perky commented on issue blender/blender#124281 2024-07-07 00:45:45 +02:00
Asset Browser Preview image cannot be removed

Is it okay if I fix this bug?