21d2257be0
Simplified some code
2018-09-04 14:31:08 +02:00
bc4036573c
Updated CHANGELOG
2018-09-04 14:30:55 +02:00
87cf1e12fa
Prevent KeyError when accessing ps['flamenco_manager']
2018-09-04 14:11:15 +02:00
b35d7bc5f3
Made the add-on more compatible with 2.80 and 2.79
2018-09-04 13:48:44 +02:00
973dafcc3a
Store some flamenco job preferences on a per-manager basis
...
Managers often require distinct input and output path, which can now
be saved and loaded from the User Preferences, as well as in the
Flamenco panel.
2018-07-25 15:01:39 +02:00
62d16fff35
Display only Flamenco Managers linked to the current project
2018-07-24 15:44:12 +02:00
ed3de414ef
Bumped version to 1.8.99999
2018-07-12 11:54:38 +02:00
b0a03c81f5
Flamenco: allow jobs to be created in 'paused' state.
2018-07-12 11:54:13 +02:00
99f0764986
More efficient removal of Flamenco-specific Scene properties
2018-07-12 11:54:01 +02:00
f9c2dda9fa
Fixed problem with relative project paths
2018-07-12 11:53:30 +02:00
0a7dea568a
Bundle BAT 0.4
2018-07-10 16:05:45 +02:00
40c31e8be2
Upgrade blender-asset-tracer 0.2-dev → 0.3
2018-07-03 15:12:36 +02:00
394395a7f5
Update bl_info to mark compatibility with Blender 2.80+
...
The add-on will still work on Blender 2.77a+; this change is required for
Blender 2.80 to load the add-on.
2018-07-03 12:32:50 +02:00
f1478bf3d9
Bumped version to 1.8.9999
2018-06-01 17:33:24 +02:00
2fce27f8cb
Made the add-on not immediately crash on Blender 2.8
2018-06-01 17:22:49 +02:00
59e6491110
Bumped BAT required version to 0.2
2018-05-08 12:52:43 +02:00
afca7abe18
Bundle development version of BAT for now
...
This makes testing a bit easier.
2018-03-26 17:22:38 +02:00
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