You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you very much for this project ! I found it very useful.
I've encountered an issue when trying to parse a tscn file.
The scene contains an AnimationPlayer which seems to confuse the parser.
I get a ParseException with the following message : pyparsing.exceptions.ParseException: Expected end of text, found 'tracks' (at char 1796), (line:65, col:1)
Hi,
Thank you very much for this project ! I found it very useful.
I've encountered an issue when trying to parse a tscn file.
The scene contains an AnimationPlayer which seems to confuse the parser.
I get a ParseException with the following message :
pyparsing.exceptions.ParseException: Expected end of text, found 'tracks' (at char 1796), (line:65, col:1)
I'm using Godot version 4.2.1
Here is the tscn file I'm trying to parse :
player.tscn
The text was updated successfully, but these errors were encountered: