Fix: quick fur operator reads asset from wrong file

The assets files were moved a couple of days ago.
This commit is contained in:
Jacques Lucke
2025-10-08 20:00:03 +02:00
parent a60e0cd44b
commit 4ca8cf27aa

View File

@@ -108,7 +108,7 @@ class QuickFur(ObjectModeOperator, Operator):
asset_library_filepath = os.path.join(
bpy.utils.system_resource('DATAFILES'),
"assets",
"geometry_nodes",
"nodes",
"procedural_hair_node_assets.blend",
)