ed3de414ef
Bumped version to 1.8.99999
2018-07-12 11:54:38 +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
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
8065ab88a4
Bumped version to 1.8.0
2018-01-03 14:09:01 +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
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
2017-10-06 12:39:38 +02:00
3ed5f2c187
Bumped version to 1.7.4
2017-09-05 11:26:52 +02:00
56fb1ec3df
Bumped version to 1.7.3
2017-08-08 12:46:07 +02:00
e7b5c75046
Bumped version to 1.7.2
2017-06-22 15:09:39 +02:00
e636fde4ce
Bumped version to 1.7.1
2017-06-13 14:42:20 +02:00
ec5f317dac
Bumped version to 1.7.0
2017-06-09 11:04:49 +02:00
ff8e71c542
Fixed reloading after upgrading from 1.4.4.
2017-05-03 12:12:58 +02:00
01ae0f5f54
Bumped version to 1.6.4
2017-04-21 18:16:14 +02:00
06126862d4
Bumped version to 1.6.3
2017-03-21 14:16:37 +01:00
74220e4fc4
Bumped version to 1.6.2
2017-03-17 15:39:53 +01:00
c24501661e
Fix T50954: Improve Blender Cloud add-on project selector
...
Attract and Flamenco features are (de)activated based on the extensions
enabled on the selected project. As a result, anyone can use the add-on
again, without seeing Attract or Flamenco things they can't use.
2017-03-17 15:08:09 +01:00
5b77ae50a1
Bumped version to 1.6.1
2017-03-07 11:01:11 +01:00
843667e612
Bumped version to 1.6.0
2017-02-14 10:22:35 +01:00
3814fb2683
Bumped version to 1.5.999999
2017-02-01 09:57:49 +01:00
cb73030e6a
Bumped version to 1.5.99999
2017-01-24 17:22:04 +01:00
9272e22129
Bumped version to 1.5.9999 to indicate 1.6.0-beta2
2017-01-19 15:44:17 +01:00
9df016da09
Bumped version to 1.5.999
2017-01-18 14:37:09 +01:00
65204db228
Bumped version to 1.5.99 to indicate 1.6-beta0
2017-01-13 17:47:37 +01:00
570b1d4bfe
Initial Flamenco support.
...
Lots to do:
- Doesn't call BAM yet to copy files onto the job storage folder (even
though you can configure that folder).
- Uses the same project as Attract, so you have to select it in an
unintuitive location. Also, you can only start Flamenco jobs on a project
that is Attract-enabled (and not necessarily Flamenco-enabled).
2017-01-13 17:24:37 +01:00
68b046c714
Bumped version to 1.5.2
2017-01-06 17:01:58 +01:00
da4d4df5fb
Bumped version to 1.5.1
2016-11-11 09:28:10 +01:00
2de4a8e87c
Removed beta warning
2016-11-08 14:09:33 +01:00
39b2bacdcc
Bumped version to 1.5.0
2016-11-08 14:08:15 +01:00
e265081131
Change wiki URL to HTTPS
2016-11-07 11:23:30 +01:00
875c92ee9d
Bumped version 1.4.999
2016-11-04 12:34:04 +01:00
232e8f6167
Bumped version to 1.4.99 (because Blender doesn't do beta versions)
...
The bl_info['version'] value is just a tuple of numbers, so there is no
room for beta version info. I did add a warning, though.
2016-10-04 16:15:40 +02:00
4be497ed27
Added project selector for Attract.
2016-09-23 14:06:36 +02:00
c57da7ab2b
WIP: integration of the Attract addon into the Blender Cloud adddon.
2016-09-23 14:06:36 +02:00
7d90a92e24
Bumped version to 1.4.3
2016-08-23 14:41:33 +02:00
38a3bcba71
Bumped version to 1.4.2, to re-distribute with B'ID addon 1.1.0
2016-08-04 14:39:00 +02:00
54ebb0bf5d
Removed support: OFFICIAL, as that's reserved for Blender-bundled addons.
2016-08-04 11:21:59 +02:00
b6232c8c13
Bumped version to 1.4.1
2016-07-27 18:38:10 +02:00
3ce89ad5f4
Show file size for HDRi files.
2016-07-21 11:17:53 +02:00
f6d05c4c84
Bumped version to 1.4.0 (otherwise we don't get HDRi projects from Cloud)
2016-07-20 14:27:00 +02:00
e300c32d64
Bumped version to 1.3.3
2016-07-20 11:13:31 +02:00
9a0873eea4
Renamed gui.py to texture_browser.py
...
Also discovered double-unregister of a class, so that fixed an old bug.
Removed the workaround for that bug.
2016-07-15 14:27:42 +02:00
388a059400
Bumped version to 1.3.2
2016-07-15 14:02:01 +02:00
53ab2fc6df
Bumped version to 1.3.1
2016-07-14 11:50:19 +02:00
8f8e14b66e
Bumped version to 1.3.0
2016-07-12 18:00:00 +02:00
c9a92dd5d1
Added start of image sharing.
...
Sharing an image datablock works, if it has been saved and not packed.
Directly sharing a file, and dirty/packed datablocks are for a future
commit.
2016-07-06 15:20:50 +02:00
1c2def3b84
Moved some code from settings_sync.py to home_project.py and pillar.py
2016-07-05 17:26:26 +02:00
1d1c8cf3d6
Bumped version to 1.2.2
2016-06-30 18:43:51 +02:00