Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastián Barschkis <sebbas@sebbas.org>2020-03-16 19:08:06 +0300
committerSebastián Barschkis <sebbas@sebbas.org>2020-03-17 13:57:04 +0300
commit7f3e84deb5aff74106c29965b70664cdb9883ed8 (patch)
tree4ff8464263442864104bbfffd9d5e710ed199ef5 /intern/mantaflow
parent2ba3e6a02e5c15b5532d82e64cc6214149272e8e (diff)
Fluid: Updated manta pp files
Includes only a rename. The name PyInit_Main was a bit confusing as it just belongs to Manta.
Diffstat (limited to 'intern/mantaflow')
-rw-r--r--intern/mantaflow/intern/manta_python_API.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/mantaflow/intern/manta_python_API.cpp b/intern/mantaflow/intern/manta_python_API.cpp
index 8f7a396410a..a905e045fd3 100644
--- a/intern/mantaflow/intern/manta_python_API.cpp
+++ b/intern/mantaflow/intern/manta_python_API.cpp
@@ -26,5 +26,5 @@
PyObject *Manta_initPython(void)
{
- return Pb::PyInit_Main();
+ return Pb::PyInit_manta_main();
}