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
395 stars 29 forks source link

func_instance support #132

Open Fennecai opened 2 years ago

Fennecai commented 2 years ago

Is your feature request related to a problem? Please describe. sort-of. the addon doesn't import func_instance- meaning a lot of stuff in vmf imports goes missing. this goes for both the old one and the new "plumber"

Is your feature request related to a specific game? Please specify. nope.

Describe the solution you'd like just import the contents of the func_instance entities by loading in the VMfs they point to; with the transform of the entity used as an offset.

Additional context a lot of instances in my maps are used for lighting, doors, etc. so it'd be great to have them so the scene looks right in blender without too much additional tweaking