Toni Alatalo
Toni Alatalo
Pydantic dict() and json(), or the corresponding model_dump() in v2, support the param: `exclude_unset: Whether to exclude fields that are unset or None from the output.` So maybe Firedantic save()...
I'm also curious. You mentioned earlier that somehow Threads' AP implementation is broken / incomplete so that bridging wouldn't (really) work? I wonder if it would help anything to know...
@exaby73 > Unfortunately, I am not able to reproduce this issue. I tried the following code: Did you try on a Mac? I think I'm also using that `OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES`
> @exaby73 I am on an M1 mac, without the `OBJC_DISABLE_INITIALIZE_FORK_SAFETY` flag set Ok. After OS upgrade and related restart, I didn't have the env var back yet, and again...
You can use Blender from the CLI, if that does what you need. https://docs.blender.org/manual/en/latest/advanced/command_line/arguments.html#command-line-args-python-options > -P, --python _filepath_
One test case is the pydantic based atproto implementation where people have reported slow import times there https://github.com/MarshalX/atproto/issues/453#issuecomment-2494626029
> I would be happy to help! Unfortunately, Github CI shows empty logs. The logs don't seem to be empty now, there are errors like this in the run here...