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

Made build more resilient for newer PyQt4 versions. Fixes #58. #71

Closed mruegenberg closed 7 years ago

mruegenberg commented 7 years ago

This should fix #58 in a way that brings a working build on current Arch Linux (ie all library versions are relatively new) closer and at the same doesn't break on other systems.

mruegenberg commented 7 years ago

Thanks for the fast review, I've incorporated the changes you requested.