Blender asset tracer (v1.1.1) does not work with FluidSimModifier in Blender 2.81 #69976
Labels
No Label
legacy module
Platforms, Builds, Tests & Devices
legacy project
Blender Asset Tracer
legacy project
Platform: Windows
Priority::Normal
Status::Archived
Status::Confirmed
Status::Needs Triage
Status::Resolved
Type::Design
Type::Report
Type::To Do
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-asset-tracer#69976
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
BAT: blender_asset_tracer-1.1.1-py3-none-any.whl
BLENDER: the night build of Blender 2.81
Description:
I tried to use blender_asset_tracer (which uses flamenco addon), but there is problem with fluid modifier_fluid_sim:
KeyError: "Struct(b'FluidsimModifierData') has no field b'point_cache', only [b'fss', b'modifier']"
There is no point_cache in FluidsimModifierData (C implementation) in Blender 2.81.
Solution:
I commented few lines in trace/modifier_walkers.py:
I added few lines into pack/init.py (line 256):
Note: os.path has to be replaced by pathlib
Added subscriber: @MilanJaros
Added subscriber: @fsiddi
This issue was referenced by
5988f3599a
Changed status from 'Open' to: 'Resolved'