godot_parser icon indicating copy to clipboard operation
godot_parser copied to clipboard

Python library for parsing Godot scene files

Results 7 godot_parser issues
Sort by recently updated
recently updated
newest added

Parsing small scenes works really well. And, I have this 50k lines, 67mb scene file converted from an .escn file imported from blender. I wanted to shrink its size from...

I was trying to create a tool for helping me in development of my game but realized that this hasn't been updated yet (and trying to parse a 4.0 scene...

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...

I have been using this project to parse my `.tscn` files on Godot 4, which required some updates here to make things work: - Now `.tscn` files seem to be...

When reading a tscn file created by Godot editor, modifying something and saving changes some white spaces unnecessarily. Original file: ```gdscript [gd_scene format=3 uid="uid://dqvn6lmjh0kbx"] [node name="Root" type="Node3D"] [node name="Node3D" type="Node3D"...