Flix01 / fbtBlend-Header-Only

a header-only C++ .blend file parser
zlib License
67 stars 5 forks source link

How to generate up to date fbtBlend.h and Blender.h (for version 2.80) #1

Closed melMass closed 5 years ago

melMass commented 5 years ago

Hi,

Thanks for the open repo, I'm making a parser in Nim-lang for 2.8 and I would like to generate an up to date Blender types header. Can you share the process?

Thanks

Flix01 commented 5 years ago

As far as I remember, you must compile the file fbtBlendUpdater.cpp and then, if you run it without arguments, it should display the instructions.

melMass commented 5 years ago

Thanks I'll try that

Flix01 commented 5 years ago

Did it work?

Flix01 commented 5 years ago

Closing this. (You can reopen it if you like).