io_thps_scene icon indicating copy to clipboard operation
io_thps_scene copied to clipboard

THPS Scene import/export for Blender

Results 10 io_thps_scene issues
Sort by recently updated
recently updated
newest added

I can't seem to export a very [simple scene](https://imgur.com/NV9fhPN) because it keeps on saying that ```"io_thps_scene" not found``` I created a very simple scene just to learn the ropes of...

I was able to sort of get the plugin to work on Blender 3.1.2, but while I can export a model successfully, I get errors and intermittent lockups whenever I...

I got error "cannot import name "THPS4ColToScene" from 'io_thps_scene.import_thps4'" when i tried to use this addon in Blender 2.9

I just added some information on the file format regarding limbs connection: https://gist.github.com/iamgreaser/b54531e41d77b69d7d13391deb0ac6a5

enhancement

I did notice that https://github.com/denetii/io_thps_scene/blob/4ca99033f44103d1130f5b2ca237b8237a2fc3fa/import_thps2.py#L46-L50 uses the same value twice. This makes it impossible for `VERSION_NUM_THPS2X` to be used. Additionally, nothing ever checks for `VERSION_NUM_THPS2X`. I have recently worked on...

enhancement

I believe that the old TRG format is not supported. See https://github.com/JayFoxRox/thps2-tools for a partially working stand-alone implementation.

enhancement

Maybe they moved but should the assets folder contain a scenes folder? I noticed the previous versions with thug_tools does have this folder but those blends don't seem to work...

bug
enhancement

Material information is not imported. Materials are completely blank and without any identifiable information. Using Blender 3.6.7.

UVs are completely and utterly fucked. Materials do not apply correctly. Using Blender 3.6.7.

Added these missing THUG PRO level manifest flags: - `FLAG_IS_TALL_LEVEL` Use extended vertical position limits for online broadcast, reduces skater's positional accuracy (use only if have to) - `FLAG_HAS_CLASSIC_GOALS` This...