wdas / SeExpr

SeExpr is an embeddable, arithmetic expression language that enables flexible artistic control and customization in creating computer graphics images. Example uses include procedural geometry synthesis, image synthesis, simulation control, crowd animation, and geometry deformation. https://wdas.github.io/SeExpr
https://www.disneyanimation.com/open-source/seexpr/
Other
405 stars 86 forks source link

build: ensure that the src/SeExpr/generated/ directory exists #61

Closed davvid closed 7 years ago

davvid commented 8 years ago

The build is currently broken on the first run because it assumes that the "generated" directory exists.

Add a placeholder .gitignore file to the src/SeExpr/generated/ directory so that we can be sure that it always exists. This fixes building from a fresh clone.

mruegenberg commented 7 years ago

Please merge this, that bug just cost me about 30 minutes...

davvid commented 7 years ago

@jberlin I'm going to go ahead and merge this. We need this in our internal version too. Let's chat tomorrow