lasa01 / Plumber

A Blender addon for importing Source 1 engine maps, models, materials and textures. This addon makes it possible to import full CS:GO, TF2, CS:S or other Source 1 game maps into Blender.
MIT License
389 stars 30 forks source link

Parser doesn't know what a hidden block is #143

Closed TobyMaddix closed 9 months ago

TobyMaddix commented 1 year ago

Describe the bug The parser belives that a hidden block is a duplicated solid.

To Reproduce Import any map with hidden brushes.

Expected behavior The brushes should import and be shown as hidden in the editor.

Logs Could not parse vmf: duplicate field solid at line 70729, column 7

VMF Example hidden { solid { sides.... } } solid{ sides.... }

the second solid will error out due to the previous being hidden.

Mooshua commented 1 year ago

Temporary workaround:

lasa01 commented 1 year ago

Fixed in the latest beta release.