don-tnowe / godot-resources-as-sheets-plugin

I needed to edit many Resource files, so figured someone would too.
MIT License
433 stars 19 forks source link

"Fill with sequence" has no visible effect #48

Closed derkork closed 8 months ago

derkork commented 8 months ago

I'm trying to fill a set of rows with the same value. I'm using Godot 4.2 and the example data that came with it. From the help popup I gather that you only need to set the start value and then all selected cells should be filled with the start value:

image

However, if I try to set the value of these selected cells to 5, then nothing visible seems to happen when I click the Set button, except that it prints "Set Cell Values" in the log.

https://github.com/don-tnowe/godot-resources-as-sheets-plugin/assets/327257/f655e7e6-6476-4efd-8668-ce147895fa67

derkork commented 8 months ago

Seems to be caused by an invisible label in the scene. This was probably added later but breaks the code that reads the sequence fields:

image

don-tnowe commented 8 months ago

Ah, I remember why I added this. I'll fix that.