From d38df72241cfe8604c5c2912268afc4fadb57472 Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Thu, 6 Nov 2025 13:35:12 +0000 Subject: graphics/partio: update the port to version 1.19.0 PR: 279455 Reported by: portscout --- graphics/partio/files/patch-src_py_partio.i | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 graphics/partio/files/patch-src_py_partio.i (limited to 'graphics/partio/files/patch-src_py_partio.i') diff --git a/graphics/partio/files/patch-src_py_partio.i b/graphics/partio/files/patch-src_py_partio.i new file mode 100644 index 000000000000..d26257b1b007 --- /dev/null +++ b/graphics/partio/files/patch-src_py_partio.i @@ -0,0 +1,13 @@ +--- src/py/partio.i.orig 2025-01-28 22:44:08 UTC ++++ src/py/partio.i +@@ -638,7 +638,9 @@ ParticlesDataMutable* cloneSchema(const ParticlesData& + + %feature("autodoc"); + %feature("docstring","Clone a particle set"); +-ParticlesDataMutable* clone(const ParticlesData& other, bool particles, const std::map* attrNameMap=nullptr); ++ParticlesDataMutable* clone(const ParticlesData& other, bool particles=true, const std::map* attrNameMap=nullptr); ++ ++%typedef std::map _dummy; /* https://github.com/wdas/partio/issues/114 */ + + %feature("autodoc"); + %feature("docstring","Return string name of given attribute type"); -- cgit v1.2.3