Misaki Is this the right json export file? {
"class": "export-png",
"exportType": "animation",
"skeletonType": "single",
"skeleton": "skeleton",
"animationType": "all",
"animation": null,
"skinType": "current",
"skinNone": "default",
"skin": null,
"maxBounds": false,
"renderImages": true,
"renderBones": false,
"renderOthers": false,
"scale": 100,
"fitWidth": 0,
"fitHeight": 0,
"enlarge": false,
"background": null,
"fps": 20,
"lastFrame": false,
"cropWidth": 0,
"cropHeight": 0,
"rangeStart": -1,
"rangeEnd": -1,
"packAtlas": null,
"compression": 6,
"bruteForce": false,
"quantize": false,
"quality": 100,
"speed": 4,
"dither": 0.5,
"maxColors": 256,
"pad": false,
"msaa": 0,
"smoothing": 8,
"renderSelection": false,
"cropX": 0,
"cropY": 0,
"warmUp": 1,
"output": "output",
"id": -1,
"open": false
}
CLI PNG Sequence Export - Textures Not Rendering
i ran these in my spi directory:
mkdir -p "../../Desktop/New folder"
/Applications/Spine.app/Contents/MacOS/Spine -i . -o "../../Desktop/New folder" -c ./skeleton.atlas
/Applications/Spine.app/Contents/MacOS/Spine -i skeleton.skel -o output/animation.png -e json.export.json
i still get the same resulting pngs .
Also thank you so much for helping me. Means so much!
zozodani Indeed, it does not work when you are in a directory that contains the .skel file, but when I entered the absolute path while in a different directory (such as the user folder) and executed it, I got the correct result. I am not very familiar with how paths work in MacOS, so I am not sure why this difference occurs, but could you please try it out?
Misaki ran this
es-MacBook-Pro-4 /Users % /Applications/Spine.app/Contents/MacOS/Spine \
-i "/Users/zoelynch/Desktop/untitled folder 2/spi/skeleton.skel" \
-o "/Users/zoelynch/Desktop/untitled folder 2/spi/output/animation.png" \
-e "/Users/zoelynch/Desktop/untitled folder 2/spi/json.export.json"
new folder is in the new folder in desktop
but still got images rendered w out textures. Is there a way u could potentially share a screen recording? or ur specific file set up/ commands .Maybe I am missing something.
Omg! Thank you! I got it working! After HOURS I found the problem was indeed with the starting path... You are the best!