This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
49bbf540a7fbae34cbfbb353269fd99150bfbb2f
UnrealEngineUWP
/
Engine
/
Source
/
Editor
/
SparseVolumeTexture
History
tim doerries
19a4bedcf8
Fix for SparseVolumeTexture .vdb importer creating broken assets when importing .vdb sequences with this pattern: FILENAME.NUMBER.vdb. When importing a sequence, the importer creates an animated SVT and uses the filename with the number stripped at the end as asset/package name. With files using this pattern, we end up with a dot at the end of the asset/package name, which violates UE naming rules and makes the asset completely unusable without any proper warnings or error messages. The fix now also strips the dot (and other invalid chars).
...
#rb ? #jira UE-194914 #rnx [CL 27754604 by tim doerries in ue5-main branch]
2023-09-11 11:09:14 -04:00
..
Private
Fix for SparseVolumeTexture .vdb importer creating broken assets when importing .vdb sequences with this pattern: FILENAME.NUMBER.vdb. When importing a sequence, the importer creates an animated SVT and uses the filename with the number stripped at the end as asset/package name. With files using this pattern, we end up with a dot at the end of the asset/package name, which violates UE naming rules and makes the asset completely unusable without any proper warnings or error messages. The fix now also strips the dot (and other invalid chars).
2023-09-11 11:09:14 -04:00
Public
move factory header to public dir
2023-08-23 13:06:06 -04:00
SparseVolumeTexture.Build.cs
Remove unnecessary Public & Private include paths for subdirectories within a module
2023-07-24 20:17:04 -04:00