Zdeněk Doležal

Results 10 comments of Zdeněk Doležal

Hi, that is weird, I tested in 3.1 and 3.2 and the addon installs OK. Can you provide further detail?

@jeffpaletta @LedZep73 did you load any file into the addon, if not the chart operators are blurred by default. @LedZep73 Created new issue out of this #51 as it is...

Hi @coolbru, couldn't reproduce with mine data, I would like to know whether this is really a bug, can you please provide sample of your data?

Cool, can you give a example of output pie chart and used data? I will test it and perhaps add it to documentation afterwards.

Hi @fislysandi, if you have some folder opened, then it should be your workspace folder. What was your use case to use the extension without a folder? Also for more...

Hi @GithubMingEnter, the file you attached isn't available here. Can you please describe in more detail what part of the extension was slow, or when the performance drop happened?

Hi @Almaghasilah, this seems like issue of the `goo` library. You can see that in the output the function `make_cell` expected some `cell.data` to exist, but it is `None`. ```...

Use _**folders**_ settings in _**.code-workspace**_ file as follows: ` { "folders": [ { "path": "addon1" }, { "path": "addon2" }, ] ... } ` All folders have to contain the...

Same for me. After I install **debugpy** to blender python it asks for **flask**, so I install **flask** too and then I get error as @jacastillol-bairesdev mentions. Blender version 2.83...

Also there is possibility to implement this without adding the settings. There would be only the command addition that starts the first specified executable as default without prompting user to...