Lukáš Tyrychtr

Results 44 comments of Lukáš Tyrychtr

Nothing really fancy, basically just a modified version of the 3.x advanced docs example. In a model: `image = ProcessedImageField(verbose_name=_("image"), default=NO_IMAGE_PATH, upload_to="productimages", autoconvert=None, spec=OptionalWatermarkSpec)` And in the spec: ``` @property...

I doubt that there is anyone who tried this, but there are some obvious issues. The first are the null callbacks, they will cause a crash at some point (at...

I still think that `paramdesc[0] = wavedata_desc` should be something like `paramdesc[0].desc_union.datadesc = wavedata_desc` + filled all the common fields and all required dsp desc fields as well.

Okay, i'll test the samples on Windows (likely Python 3.9), maybe discover why the dsp info example reports weird data. We, as it seems, likely require python 3.6 as the...

The samples PR is merged and pyflags is no longer required, so i suppose we can close this one?

You should not need to import anything from structure_declarations directly. I separated it just because i for reason wanted the partial declarations in a separate file, there's nothing more to...

I'll likely revisit the split before the next release, as i looked, i do not remember the exact reasons for putting some structs there.

Not on Windows 10 64-bit with Fmod 2.01 (latest download as of yesterday) under Python 3.9. I am not getting this test failures either, i get one expected skip and...

I would think that these are in Fmod as well, because cone_orientation is rather straightforward to bridge.

Not sure, i was only able to find 2.01, if that's the one then yes, otherwise i can't see the download.