Giter Site home page Giter Site logo

Fortnite emotes about blender3d_import_psk_psa HOT 17 CLOSED

befzz avatar befzz commented on August 11, 2024
Fortnite emotes

from blender3d_import_psk_psa.

Comments (17)

Blenux avatar Blenux commented on August 11, 2024 1

https://mega.nz/#F!ZRMyyBLa!_ZChdp4np6GRQ5GbWfa3Yg

from blender3d_import_psk_psa.

Blenux avatar Blenux commented on August 11, 2024 1

oh ok, might just batch it all through 3ds max to fbx lol, slowly waiting for gLTF support to get better, so Gildor can implement it into uModel someday, just waiting on skeleton support I believe.

from blender3d_import_psk_psa.

Blenux avatar Blenux commented on August 11, 2024

Found the issue, these 4 bones are the cause of it,

root = Root
spine_01 = Spine_01
spine_02 = Spine_02
spine_03 =Spine_03

Once I did that, the animations load in fine, is there anyway to have the bone names have caps on them automatically?

from blender3d_import_psk_psa.

Befzz avatar Befzz commented on August 11, 2024

pushed to "latest" branch.

ActorXImporter, was patched for that 😃 :

Revision History:
19.05.2018 v1.36
- using case-insensitive comparison when finding bones in scene for animation

from blender3d_import_psk_psa.

Blenux avatar Blenux commented on August 11, 2024

Awesome job man thanks

from blender3d_import_psk_psa.

Blenux avatar Blenux commented on August 11, 2024

There is a slight issue though, the animations are working great, however there is a problem with some bones that make the mesh all screwed up, like so.

Blender 2.7
pskerror2 7

also in Blender 2.8
pskerror2 8

Also with Blender 2.8, can't select more then one skeleton armature when importing a animation file, though understandable if this is due to early development etc...

Hope these are fixable, do not that these seem to only be with Fortnite assets, PUBG work great, so understandable also if your not incline to fix.

Thanks, Blenux.

from blender3d_import_psk_psa.

Blenux avatar Blenux commented on August 11, 2024

Track down the issue (so wish I knew how to fix in the code also lol), turns out the vertex groups on the mesh get screwed up because of the caps now, so that case-sensitive update fixes for the skeleton but when it caps vertex groups, causes issues, but unknown why it's only the head and not the body etc.

from blender3d_import_psk_psa.

Blenux avatar Blenux commented on August 11, 2024

2.79 - renamed the vertex groups
vertex_caps_issue_279

2.80 - after loading in a animation file, caps are the issue here now, (not to do with 2.80, just showing that vertex group issue, only issue in 2.80, is not being able to select or add more then 1 armature to load animation into)
vertex_caps_issue_280

from blender3d_import_psk_psa.

Befzz avatar Befzz commented on August 11, 2024

can you share some problematic psk/psa files?

from blender3d_import_psk_psa.

Blenux avatar Blenux commented on August 11, 2024

Can upload soon.

from blender3d_import_psk_psa.

Befzz avatar Befzz commented on August 11, 2024

Wrong animation is not related to vertex groups.

Vertex group names formed from a bone name. By renaming it, you just making it inactive(bone have no influence anymore).

Issue with animation importing was in this plugin and it still exists.

I don't know how to rewrite that part of code in a correct way 😄

Armature selection:
In 270: selected(3D View) will be used
In 280: choosed in 3D View Panel. If none, then selected in a 3D view

Before it was:
Choosed in 3D View Panel. If none, then selected first imported

from blender3d_import_psk_psa.

Befzz avatar Befzz commented on August 11, 2024

WiP for 2.7x 😄 😄 😄

pskpsaimport_tease

from blender3d_import_psk_psa.

Blenux avatar Blenux commented on August 11, 2024

Oh wow what was the cause?

from blender3d_import_psk_psa.

Befzz avatar Befzz commented on August 11, 2024

Calculation of pose(bone) location/rotation now done in python instead of forcing a blender to do it.
(from armature space to "pose bone local" space)

You can test ( version 2.7x ):
commit: 38d0961

latest branch: https://github.com/Befzz/blender3d_import_psk_psa/tree/latest/addons

from blender3d_import_psk_psa.

Blenux avatar Blenux commented on August 11, 2024

ah nice, awesome fix man keep up the good work, will this be transferred to 2.80, has I still can't select more then 1 armature, after loaded in either the head or body, sorry to be a pain lol...

from blender3d_import_psk_psa.

Blenux avatar Blenux commented on August 11, 2024

Right I manage to get the animations in Blender 2.80 by not using the Armature Selected of your importer for 2.80, and just have the armature selected, just has you did in the latest branch, once the above fix gets implemented by all good...

from blender3d_import_psk_psa.

Befzz avatar Befzz commented on August 11, 2024

animation import now works with oriented bones.
2,8 now supported (at least that build that i have)

io_import_scene_unreal_psa_psk_280.py at master

from blender3d_import_psk_psa.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.