4aae107396
Support colour strips as Attract shots
2018-03-22 16:25:35 +01:00
096a5f5803
Updated changelog
2018-03-22 16:22:44 +01:00
79dc5c91f7
Gracefully handle download errors in texture browser
2018-03-22 14:21:09 +01:00
0a99b9e22e
Save jobinfo.json to output directory
...
Previously it would be saved in the same directory as the blend file, which
may be deeply nested in a directory structure. Now it's saved at the top
of the BAT pack.
2018-03-21 16:05:20 +01:00
0452fd845b
Fix for some threading issue
2018-03-21 15:57:45 +01:00
c0a8602e17
Get the FLAMENCO_OT_copy_files operator up to par with the rest
2018-03-21 15:57:45 +01:00
10c51b3af5
For development, require latest version of BAT
2018-03-21 15:34:56 +01:00
0be5c16926
Avoid TypeError when project-specific Flamenco Manager cannot be found
2018-03-16 14:13:29 +01:00
4158c4eed5
Require BAT 0.1
2018-03-16 13:47:24 +01:00
de4a93de98
Bumped version to 1.8.999 to indicate '1.9-dev'
...
Maybe this will even become 2.0 eventually.
2018-03-16 13:46:48 +01:00
331e9e6ca0
Don't show stack trace when BAT Pack was aborted
2018-03-16 12:41:09 +01:00
1d81f4bc38
Some code unindentation
2018-03-16 12:40:05 +01:00
5f58f8b6f7
Set status done 'DONE' after done
2018-03-16 12:26:16 +01:00
164f65f30c
Allow aborting a running BAT Pack operation
2018-03-16 12:15:53 +01:00
b82bc14fcf
Flamenco: Reporting BAT Pack process on the UI
2018-03-15 18:01:04 +01:00
9e5dcd0b55
Replaced BAM with BAT
...
Blender Asset Tracer, or BAT, is a newly written replacement for BAM,
with a nicer API.
2018-03-15 12:36:05 +01:00
531ddad8f5
Formatting
2018-02-21 13:51:01 +01:00
7e0dd0384d
Simplified wheel downloading
2018-02-21 13:50:55 +01:00
da0c8dd944
Marked 1.8 as released
2018-02-15 17:42:00 +01:00
8065ab88a4
Bumped version to 1.8.0
version-1.8.0
2018-01-03 14:09:01 +01:00
6baf43e53b
Fix KeyError when browsing HDRIs
2018-01-02 17:24:03 +01:00
f1fa273370
Updated changelog
2018-01-02 16:48:47 +01:00
bf96638c88
Updated changelog
2018-01-02 16:44:33 +01:00
bc8a985228
Added button to open a Cloud project in webbrowser.
2018-01-02 16:44:29 +01:00
ba14c33b6d
Store project-specific settings in the preferences.
...
This stores project-specific settings, such as filesystem paths, for each
project, and restores those settings when the project is selected again.
Does not touch settings that haven't been set for the newly selected
project.
2018-01-02 16:42:37 +01:00
0a7e7195a2
Changed default Flamenco path to tempfile.gettempdir()
...
The previous defaults were very Blender Institute specific.
2018-01-02 15:37:38 +01:00
ecab0f6163
Upgraded cryptography package version + its dependencies
...
This was required to get the package to build on Kubuntu 17.10.
2018-01-02 15:36:19 +01:00
3c91ccced6
Texture Browser: use DPI from user preferences
2018-01-02 15:10:27 +01:00
c9ed6c7d23
Texture browser: show which map types are available in GUI
2018-01-02 14:53:30 +01:00
5fa01daf9e
Revisit previous path when re-opening texture browser.
2018-01-02 14:11:30 +01:00
77664fb6d7
Distinguish between 'renew' and 'join' in messages & URL to open.
2018-01-02 14:02:17 +01:00
45cffc5365
Bumped version to 1.7.99 (surrogate for 1.8-dev)
2018-01-02 14:02:17 +01:00
fb5433d473
Bumped version to 1.7.5
version-1.7.5
2017-10-06 12:39:38 +02:00
a17fe45712
Allow overriding the render output path on a per-scene basis.
2017-10-06 12:39:18 +02:00
1bfba64bdc
Formatting
2017-10-06 12:38:17 +02:00
cdb4bf4f4f
Renamed 'Job File Path' to 'Job Storage Path' so it's more explicit.
2017-10-06 12:37:44 +02:00
15254b8951
Sorting the project list in user prefs alphabetically
2017-10-06 12:35:25 +02:00
3ed5f2c187
Bumped version to 1.7.4
version-1.7.4
2017-09-05 11:26:52 +02:00
0be3bf7f49
Fixed unit test, it still mocked sys.platform
...
We now use platform.system() to detect the platform.
2017-09-05 11:25:25 +02:00
f207e14664
Added link to changelog
2017-09-05 11:16:22 +02:00
9932003400
Fix T48852: screenshot always shows "Communicating with Blender Cloud"
2017-09-05 11:16:17 +02:00
e7035e6f0c
Updated changelog
2017-09-05 11:11:31 +02:00
014a36d24e
Fix T52621: class name collision upon add-on registration
...
This is checked since Blender 2.79.
2017-09-05 11:07:33 +02:00
068451a7aa
Mark 1.7.3 as released in changelog
2017-09-05 11:06:28 +02:00
56fb1ec3df
Bumped version to 1.7.3
version-1.7.3
2017-08-08 12:46:07 +02:00
e93094cb88
Default to scene frame range when no frame range is given.
2017-07-03 11:09:31 +02:00
33718a1a35
Removed test print statement
2017-07-03 11:09:00 +02:00
db82dbe730
Updated changelog
2017-07-03 09:16:01 +02:00
8d405330ee
Better platform detection.
...
The sys.platform string is 'win32' even on 64-bit Windows. Furthermore,
we expect 'windows', not 'win32'. platform.system().lower() gives us this.
2017-07-03 09:14:27 +02:00
66ddc7b47b
Fixed issue running BAM on Windows.
...
I found this solution in a Django bug report:
https://code.djangoproject.com/ticket/24160
2017-07-03 09:13:49 +02:00