forked from blender/blender
Campbell Barton
6777c420db
terminateMantaflow was never called, this leak is more of a technicality since it's only called on exit. Also make Py_Initialize/Py_Finalize optional in Pd:setup/finalize as it caused Blender to crash, finalizing Python twice. Add a patch to extern/mantaflow to keep track of changes in Blender from up-stream.
7 lines
216 B
Plaintext
7 lines
216 B
Plaintext
Project: Mantaflow
|
|
URL: http://mantaflow.com/
|
|
License: Apache 2.0
|
|
Upstream version: 0.13
|
|
Local modifications:
|
|
* ./patches/local_namespace.diff to support loading MANTA variables into an isolated __main__ name-space.
|