Search found 7 matches

by opoppopopp
Mon Jan 03, 2022 6:27 pm
Forum: Development
Topic: pysideluxcoredemo "did not match C++ signature" [Solved]
Replies: 5
Views: 2649

Re: pysideluxcoredemo "did not match C++ signature"

Documentation is imbedded in C++ header source code (inside comments): https://github.com/LuxCoreRender/LuxCore/blob/9b5b2f18176f3f796c71f2cbb635d2d8bf1fd49d/include/luxcore/luxcore.h#L790 Python API doesn't have a specific documentation but it, pretty much, matches one to one the C++ API. a humble...
by opoppopopp
Sun Jan 02, 2022 9:15 am
Forum: Development
Topic: Will python 2.7 work with latest(2.6) release?
Replies: 9
Views: 5383

Re: Will python 2.7 work with latest(2.6) release?

You are totally correct, the error above is because I use Windows 7 SP1, missing some update, thus cause cmake generate some error. build for Python 3.9 is flawlessly! And I made it, success build pylucore.pyd against python 2.7! your step is precise! Thank you! BTW. what is the lowest version numbe...
by opoppopopp
Sat Jan 01, 2022 7:52 pm
Forum: Development
Topic: Will python 2.7 work with latest(2.6) release?
Replies: 9
Views: 5383

Re: Will python 2.7 work with latest(2.6) release?

Am I need python to compile? the doc says no, unless I need “create-standalone.bat” and "pyluxcoretools" I just trying to first compile an most recent version (after that, try to bring back Pyhon27 support follow your steps above) I am at a fresh system, even no python on this machine only...
by opoppopopp
Wed Dec 29, 2021 7:51 pm
Forum: Development
Topic: pysideluxcoredemo "did not match C++ signature" [Solved]
Replies: 5
Views: 2649

Re: pysideluxcoredemo "did not match C++ signature"

Thanks, problem solved :D Will I need to use the C++ API reference document for Python pyLuxcore ? seems the latest C++ document version is 2.1 ? (Sorry I don't have enough C++ experience) e.g. for this error, I have lookup the C++ document yesterday, and seeing all those constructor need that "...
by opoppopopp
Wed Dec 29, 2021 3:23 pm
Forum: Development
Topic: Will python 2.7 work with latest(2.6) release?
Replies: 9
Views: 5383

Re: Will python 2.7 work with latest(2.6) release?

LuxCore was working fine with Python v2.x and it may still work however you need to compile the binaries on your own (with Python v2.x instead of v3.x) and try. Thanks! :lol: Glad to hear that you confirm python 2 works. So can I use the same guide document and script to compile against 2.7 on wind...
by opoppopopp
Wed Dec 29, 2021 4:25 am
Forum: Development
Topic: pysideluxcoredemo "did not match C++ signature" [Solved]
Replies: 5
Views: 2649

pysideluxcoredemo "did not match C++ signature" [Solved]

I use compiled binary from "luxcorerender-v2.6-win64-sdk.zip" Other samples all works fine, only this one reports follow error : File "\luxcorerender-v2.6-win64-sdk\samples\pysideluxcoredemo\pysideluxcoredemo.py", line 56, in __init__ self.scene = pyluxcore.Scene(props.Get("...
by opoppopopp
Wed Dec 29, 2021 12:30 am
Forum: Development
Topic: Will python 2.7 work with latest(2.6) release?
Replies: 9
Views: 5383

Will python 2.7 work with latest(2.6) release?

I need Python 3.9 to import pyluxcore.pyd, am I right ? (latest version luxcorerender-v2.6-win64-sdk.zip ) So luxcore render NOT support Python 2.7? now it is "missing dll" when I try to import pyluxcore, but luxcoreui.exe work fine! the document page seems says Python 2 also work. python3...