Lukas Tönne LukasTonne
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.
Lukas Tönne pushed to tmp-rb-only-cache-read at LukasTonne/blender 2024-07-29 00:15:40 +02:00
ac2993b43b Finished converting VArray implementations to new PhysicsWorldData.
Lukas Tönne pushed to tmp-rb-only-cache-read at LukasTonne/blender 2024-07-28 23:08:57 +02:00
96e725b67b Refactor: Move physics data into own PhysicsWorldData class.
Lukas Tönne pushed to tmp-rb-only-cache-read at LukasTonne/blender 2024-07-27 23:18:30 +02:00
600b0da244 Fix attribute providers static functions.
Lukas Tönne pushed to tmp-rb-only-cache-read at LukasTonne/blender 2024-07-27 15:13:58 +02:00
7811f61226 Dedicated functions for custom data access.
Lukas Tönne created branch tmp-rb-only-cache-read in LukasTonne/blender 2024-07-26 17:55:18 +02:00
Lukas Tönne pushed to tmp-rb-only-cache-read at LukasTonne/blender 2024-07-26 17:55:18 +02:00
c0f26db7d7 Temp: make physics attributes always read from cache.
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-07-26 17:53:54 +02:00
20fd2eb613 Merge branch 'main' into geometry-nodes-rb-component
13795b5df1 UI: Custom VSE Handle Cursors for Mac
6f050fecfb GPv3: Python API for frame, drawing and drawing attributes
5aa0695d12 Refactor: Use std::variant instead of union for asset data
f9810ce99c GPv3: LineArt: Baking operators
Compare 34 commits »
Lukas Tönne commented on pull request blender/blender#125102 2024-07-26 17:52:48 +02:00
Grease Pencil: Remove legacy modifiers
0ae35a1b6a Move GPencilModifierTypeInfo into gpencil_modifier_legacy.cc.
6f05584ca0 Deleted old lineart baking modifiers for GPv2.