metalfox

  • Jan 23, 2019
  • Joined Jan 11, 2019
  • My god, forward this post to one of your main programmers; for the sake of your companies benefit, if s/he doesn't get it, then your shit out luck. I appreciate you guys replying at all; I have nothing more to say on this.

    Specifically:
    " I'm sure you guys aren't the programmers but Quote,"If a vertex is influenced by 4 bones, then 4 floats are stored for that vertex in the setup pose, current pose, and every key."
    Instead of using an array-float for each bone/vertex, why don't he just have the necessary base floats, to form a grid of information. So when he uniforms out the information, its just calculated with these floats. You can do this by having a hexadecimal code to distribute the number sequence, and if the sequence is to long for the Shader to calculate, add an additional float then. A lot of programs use something similar to this when calculating colors for Shaders ^-^ "

    I'm describing methods of utilizing GPU to do the CPUs job,
    I obviously haven't read your code; but from my experience, if there's a leak, the programmer should have the knowledge to already know of its origin; they're just limited on methods to properly distribute the information. (Given, s/he followed the entire script, instead of just managing a portion)

    Sorry for being snippy; I was deciding on not sending anything, but you guys made such a good program, I want to support you, regardless of my patience.

    I already said I'm not sending anything, I was not trying to explain the issue in that portion. This is all I said toward the issue:
    " Actually, then it is Mesh Deforms; like I said, "It could be the image, since I'm stretching ( let's say ) a 64x64 box out to 1080x1080 with several vertices." That would explain the data dump "

  • Thank you so much! Actually, then it is Mesh Deforms; like I said, "It could be the image, since I'm stretching ( let's say ) a 64x64 box out to 1080x1080 with several vertices." That would explain the data dump;

    I'm sure you guys aren't the programmers but Quote,"If a vertex is influenced by 4 bones, then 4 floats are stored for that vertex in the setup pose, current pose, and every key."
    Instead of using an array-float for each bone/vertex, why don't he just have the necessary base floats, to form a grid of information. So when he uniforms out the information, its just calculated with these floats. You can do this by having a hexadecimal code to distribute the number sequence, and if the sequence is to long for the Shader to calculate, add an additional float then. A lot of programs use something similar to this when calculating colors for Shaders ^-^

    That's badass, I thought I learned everything about your program, but I guess I missed a bit of it, lol. I'll make sure to utilize backups for now on

  • [ Erikari ] If you read my computer specs, it shouldn't be my computer; unless the programs info distribution is racking unnecessary data

    [ badlogic ] As trustworthy as you & Esoteric may be, I'm not sending copies of my hard-work when I intend on making money on it in the future. But here is an extended amount of data for you to analyze:

    I've Lowered the rim bone size from 10 to 20 to cut out more bones; so like the description said, it was crashing when above 1,500, but not now.
    It could be the image, since I'm stretching ( let's say ) a 64x64 box out to 1080x1080 with several vertices.
    |Skeletons|
    Bones: 157
    BTransforms: 157
    Constraints: 4
    Slots: 14

    |Attachments|
    Total: 15
    Visible: 1/4
    Vertices: 973 / 1,080
    VertexTransforms: 1,843 / 2,106
    Triangles: 1,841 / 1,843
    Area (sq px): 543 / 863
    ClippingPoly: 0
    ClippingTri: 0

    |Animation|
    TimeL: 0
    Keys: 0
    DeformV: 0


    [ Erikari ] In case you intend on continuing to blame my systems; I have no problem having several more vertices on other 3D Autodesk software, such as Maya, Blender and Rhinoceros 3D.
    Next argument: They're not all built for animating, Maya & Blender is. ( Not saying your 'miss-informed', a lot of people like to tell me I'm wrong; and I hate these conversations. Since we both gain nothing from it. )


    Even an auto-save with tool-exit, and manual-saves being written as backup saves, would make use as a bypass to crashing L-L
    I've even had one rare case where my old computer was crashing during Spine save, which corrupted the data, and I lost everything. A convenient backup would have fixed this instance.


    Note: The image type is PNG

  • Your right, that would be useful, but not what I was referring to. I was using NURBS as an example, meaning to utilize an alternative to having vertices 'straight' connect, but instead curve; in order to have less needed to have a smooth warp, instead of it looking like polygons

  • Most of my projects make use of 'bone-pathing [constrained]', but in order to have a texture warp, I'd need to use some other program to have a smooth curve. Most other 3D software include this system, so this would be a huge asset to your program. Currently I decide on the 'resolution' then calculate how many bones I'd need for it. But this system will levy this limitation, to only the necessary bones; or even just have a way of connecting 'images' to 'path's without bones, since paths already calculate in 'bone space'.
    In your system, it'd make sense to have an alternative to 'Mesh', OR have a way of 'editing vertices' to connect to adjoining ones, if you wanted to use bones still; just like your 'triangles' except not just a visual.

  • After around 1500 vertices placed on an image, it has a random chance of crashing with this error log:
    Note: I'm also using multiple constraints, with the image weighted.

    • I checked the Forum and didn't come across this problem, I had a similar problem before the 3.7 update -

    Spine Launcher 3.7.81
    Esoteric Software LLC (C) 2013-2019
    Windows 10 Home x86 10.0
    Up to date: Spine 3.7.87
    Spine 3.7.87 Professional
    Licensed to: ****
    NVIDIA Corporation
    GeForce GTX 1080/PCIe/SSE2
    4.6.0 NVIDIA 416.94
    OpenAL 1.1, Default audio device Started.

    Sorry, an unexpected error has occurred:
    java.lang.RuntimeException: java.lang.OutOfMemoryError: Java heap space
    at nt.a(SourceFile:364)
    at av.a(SourceFile:75)
    at ap.run(SourceFile:271)
    at java.desktop/java.awt.event.InvocationEvent.dispatch(Unknown Source)
    at java.desktop/java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    at java.desktop/java.awt.EventQueue.access$600(Unknown Source)
    at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
    at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
    at java.base/java.security.AccessController.doPrivileged(Native Method)
    at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
    at java.desktop/java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.desktop/java.awt.EventDispatchThread.run(Unknown Source)
    Caused by: java.lang.OutOfMemoryError: Java heap space
    at iv.c(SourceFile:305)
    at iv.b(SourceFile:299)
    at GT.a(SourceFile:113)
    at Go.d(SourceFile:132)
    at Gh.d(SourceFile:271)
    at Iy.a(SourceFile:147)
    at HV.a
    (SourceFile:53)
    at Iy.a(SourceFile:99)
    at HV.a(SourceFile:78)
    at uo.a(SourceFile:60)
    at HY.a(SourceFile:128)
    at java.base/java.lang.invoke.LambdaForm$DMH/12676424.invokeVirtual(LambdaForm$DMH)
    at java.base/java.lang.invoke.LambdaForm$MH/29472806.invoke(LambdaForm$MH)
    at java.base/java.lang.invoke.LambdaForm$MH/10697531.linkToTargetMethod(LambdaForm$MH)
    at nd.b(SourceFile:331)
    at dY.b(SourceFile:209)
    at ne.b(SourceFile:363)
    at dY.b(SourceFile:183)
    at q.b(SourceFile:124)
    at q.b(SourceFile:124)
    at aD.a(SourceFile:344)
    at ap.run(SourceFile:259)
    at java.desktop/java.awt.event.InvocationEvent.dispatch(Unknown Source)
    at java.desktop/java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    at java.desktop/java.awt.EventQueue.access$600(Unknown Source)
    at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
    at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
    at java.base/java.security.AccessController.doPrivileged(Native Method)
    at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
    at java.desktop/java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)