Commit Graph

7 Commits

Author SHA1 Message Date
99fdb422ef Fixed bug in peak memory stats + added unit test 2018-08-16 17:23:47 +02:00
0bfdfb87bc Cleanup of stats regexps 2018-08-16 17:23:25 +02:00
58644b911f Formatting according to PEP-8 using autopep8
I've added a `setup.cfg` file with `[pep8]` section to make it use the
120-char line length limit we have for all Blender/Python scripts.
2018-08-14 12:14:54 +02:00
f8d385c99f Report more uniform progress when rendering on GPU 2018-08-08 11:24:29 +02:00
7f42fdf5e8 Initial implementation of blender benchmark addon
Just some glue logic to query progress and results from benchmark.

Needed to move files around, so oth standalone and addon are happy.
2018-08-02 17:38:55 +02:00
c41658857a Various fixes
- Do not enable CPU device together with OpenCL/CUDA when device name is not
  specified.
- Adopt output log parser fr the changed path tracing message.
- Solve issue with using same short name of command line argument for single
  device specification.
- Reshuffle include statements so it's kind of possible to use bundle python.
  Still need to work this properly, but that's for later.
2017-11-01 16:07:46 +01:00
ab2fe20c8f Initial commit 2017-08-18 12:12:25 +02:00