Lukas Tönne LukasTonne
Lukas Tönne commented on pull request blender/blender#125608 2024-07-29 18:00:34 +02:00
Fix #125607: Double imports due to duplicate IO paths

Maybe this, because I just saw that the other files would not use relative paths:

Thanks, that also seems to work, changed it.

Lukas Tönne pushed to fix-io-path-duplicates at LukasTonne/blender 2024-07-29 18:00:13 +02:00
2986d71d7a Simpler check by taking the relative_path setting into account.
Lukas Tönne pushed to gpv3-import-export at LukasTonne/blender 2024-07-29 17:36:29 +02:00
30a9594c46 New test data for svg import.
4260a08e84 Some more tests.
8ea7d88589 Merge branch 'main' into gpv3-import-export
9e02924c45 New python test for SVG import to grease pencil.
5e9096829c Cycles: Add Central Cylindrical Panoramic camera model
Compare 12 commits »
Lukas Tönne created branch gpv3-import-export in blender/blender-test-data 2024-07-29 17:35:38 +02:00
Lukas Tönne pushed to gpv3-import-export at blender/blender-test-data 2024-07-29 17:35:38 +02:00
fecf27d774 Test files for Grease Pencil SVG import.
Lukas Tönne created pull request blender/blender#125608 2024-07-29 17:16:00 +02:00
Fix #125607: Double imports due to duplicate IO paths
Lukas Tönne pushed to fix-io-path-duplicates at LukasTonne/blender 2024-07-29 17:14:23 +02:00
96c6cfd91a Fix duplicate imports due to duplicate IO paths from utility function.
5e9096829c Cycles: Add Central Cylindrical Panoramic camera model
b17734598d Fix #125446: Video decoding artifacts on AVX512 CPU with some video widths
e0cdfb8566 Fix: Docstring of the bpy.utils.user_resource argument
101d54fb7f Cleanup: Readfile: Remove unused function.
Compare 9 commits »
Lukas Tönne created branch fix-io-path-duplicates in LukasTonne/blender 2024-07-29 17:14:23 +02:00
Lukas Tönne commented on issue blender/blender#125607 2024-07-29 16:50:20 +02:00
Alembic importer imports everything twice

Should paths_from_operator_properties return absolute or relative paths? I suppose to deduplicate them properly they need to be converted to either all-relative or all-absolute.

Lukas Tönne commented on issue blender/blender#125271 2024-07-29 16:36:00 +02:00
Import the ABC file and two copies will appear

Duplicate of #125607

Lukas Tönne opened issue blender/blender#125607 2024-07-29 16:35:01 +02:00
Alembic importer imports everything twice
Lukas Tönne pushed to tmp-rb-only-cache-read at LukasTonne/blender 2024-07-29 15:15:21 +02:00
8f175ed3ea Fill in empty custom data layers when no world exists.
Lukas Tönne pushed to tmp-rb-only-cache-read at LukasTonne/blender 2024-07-29 13:28:52 +02:00
aaf47e4e19 Ensure read cache before getting attributes.
Lukas Tönne pushed to gpv3-fill-tool-potrace at LukasTonne/blender 2024-07-29 11:50:51 +02:00
5fcb018ab2 Merge branch 'main' into gpv3-fill-tool-potrace
a1630792cf Python: Attributes: Add domain_size function
cd577f02b9 Python: Trigger property update in foreach_get/set
0f42f277b7 Grease Pencil: Remove legacy modifiers
4afb3aff35 Cleanup: pass const arguments, use r_ prefixed return arg
Compare 63 commits »
Lukas Tönne pushed to gpv3-import-export at LukasTonne/blender 2024-07-29 11:21:00 +02:00
cea0399a45 Merge branch 'main' into gpv3-import-export
a1630792cf Python: Attributes: Add domain_size function
cd577f02b9 Python: Trigger property update in foreach_get/set
0f42f277b7 Grease Pencil: Remove legacy modifiers
4afb3aff35 Cleanup: pass const arguments, use r_ prefixed return arg
Compare 417 commits »
Lukas Tönne pushed to main at LukasTonne/.profile 2024-07-29 09:51:51 +02:00
e1da46aaff update
Lukas Tönne pushed to tmp-rb-only-cache-read at LukasTonne/blender 2024-07-29 00:36:13 +02:00
6e5d5752cd Fill read cache before returning mutable varrays too.