Sybren A. Stüvel
b2522aefdb
Mark 1.18 as released
version-1.18
2021-02-16 11:55:46 +01:00
Sybren A. Stüvel
ee20121fbd
Bumped version to 1.18
2021-02-16 11:55:16 +01:00
Sybren A. Stüvel
9b2a936047
Update update_script.sh for new formatting with Black
2021-02-16 11:54:48 +01:00
Sybren A. Stüvel
1a6f54b473
Cleanup: reformat setup.py with Black
...
No functional changes.
2021-02-16 11:54:45 +01:00
Sybren A. Stüvel
dd00bc9cb5
Don't save preferences when exiting with "Send & Quit" button
...
The "Save & Quit" button disables the exit confirmation box, and that
change shouldn't be auto-saved.
2021-02-16 11:48:43 +01:00
Sybren A. Stüvel
14778e5c08
Remove code to support Blender 2.79 and older
2021-02-16 11:48:43 +01:00
Sybren A. Stüvel
8b49c5505e
Reformat with Black
...
No functional changes.
2021-02-16 11:48:43 +01:00
Sybren A. Stüvel
883f125722
Compatibility with Blender 2.93 / Python 3.9 → require Blender 2.80+
...
The code now requires Python 3.7 or newer, as a side-effect of the changes
required for compatibility with 3.9 (as used in Blender 2.93). As a result,
Blender Cloud Add-on now requires Blender 2.80 or newer.
2021-02-16 11:48:43 +01:00
Sybren A. Stüvel
2fbe7e1258
Slightly more compressed changelog
...
No functional changes.
2021-02-16 10:28:47 +01:00
Sybren A. Stüvel
405b823c81
Bumped version to 1.17
version-1.17
2021-02-04 12:04:46 +01:00
Sybren A. Stüvel
9e952035d3
Upgrade BAT 1.2.1 → 1.3.1
...
Upgrade BAT to version 1.3.1, which brings compatibility with Geometry
Nodes and fixes some issues on Windows.
2021-02-04 12:04:26 +01:00
Sybren A. Stüvel
d77acfb9c8
Reduce logging noise
...
- No longer list Attract's RNA classes, these haven't changed in a long
time and it's not interesting to see.
- Reduced log level when updating internal state. The result of the update
is already logged at INFO level.
2020-11-12 12:31:17 +01:00
Sybren A. Stüvel
70de9741df
Bumped version to 1.16
2020-03-03 10:39:11 +01:00
Sybren A. Stüvel
cc37e73bc6
Fix T74211: Windows compatibility with Shaman URL handling
2020-03-03 10:38:53 +01:00
Sybren A. Stüvel
e32e75e3db
Bumped version to 1.15 and marked as released in CHANGELOG
version-1.15
2019-12-12 10:42:08 +01:00
Sybren A. Stüvel
6fa5ab5481
Removed trailing period from property description
...
No functional changes.
2019-12-12 10:40:58 +01:00
Sybren A. Stüvel
379580de86
Don't create BAT pack when rendering file in job storage directory
...
When the to-be-rendered blend file is contained in the job storage
directory, it is now assumed that all files are already reachable by the
Flamenco Workers. This supports environments working directly on shared
storage.
This assumes that the paths are already correct for the Flamenco
Workers. No detection of missing files is done (as BAT doesn't run).
2019-10-25 13:34:34 +02:00
Sybren A. Stüvel
db30b3df76
Bumped version to 1.14
version-1.14
2019-10-10 10:39:37 +02:00
Sybren A. Stüvel
5de99baaef
Updated changelog
2019-10-10 10:39:28 +02:00
Sybren A. Stüvel
2184b39d27
Bump Blender Asset Tracer (BAT) version from 1.1.1 → 1.2.1
2019-10-10 10:29:53 +02:00
Sybren A. Stüvel
23b1f7de7d
Convert property definitions from assignment to annotations on Blender 2.80+
...
The properties are still declared in the Python 3.5 compatible assignment
notation, and a class decorator that converts those to class annotations
as preferred by Blender 2.80.
2019-10-10 10:29:36 +02:00
Sybren A. Stüvel
28f68c6fbf
update_version.sh: Use Python 3 in example command
...
This makes it possible to run the command outside of a Python 3 virtualenv.
version-1.13.5
2019-06-21 14:31:54 +02:00
Sybren A. Stüvel
b00cb233cc
Bumped version to 1.13.5
2019-06-21 14:30:03 +02:00
Sybren A. Stüvel
2142e9e7fc
Attract fix for Blender 2.80 panel change
...
Commit 1e7c3a159fd2ca42fd5688be067008ef0d2c03df removed the 'Info' panel
(which is good), so we have to attach the metadata subpanel somewhere else.
2019-06-21 14:29:49 +02:00
Sybren A. Stüvel
1dea802932
Attract doesn't have to be active to use ATTRACT_OT_open_meta_blendfile
...
It is pretty much independent of Attract.
2019-06-21 14:29:07 +02:00
Sybren A. Stüvel
077bd1abdb
Prevent KeyError when Flamenco Manager settings are unknown
2019-06-12 11:47:16 +02:00
Sybren A. Stüvel
5a2c528681
Run Pip via {sys.executable} -m pip
...
This solves the same problem as c457767edf ,
but in a way that's actually [recommended](https://pip.pypa.io/en/latest/user_guide/#using-pip-from-your-program ).
version-1.13.4
2019-06-04 12:40:02 +02:00
Sybren A. Stüvel
53b12376d1
Revert "Use Python module to run Pip"
...
This reverts commit c457767edf . Modern pip
can no longer be used this way ('pip.main' does not exist).
2019-06-04 12:35:46 +02:00
Sybren A. Stüvel
8495868ea6
Bumped version to 1.13.4
2019-06-04 12:29:50 +02:00
Sybren A. Stüvel
cf810de41b
Another Blender 2.8 compatibility fix
2019-06-04 12:29:37 +02:00
Jeroen Bakker
c457767edf
Use Python module to run Pip
...
setup.py used systemcalls for package management pip. This call is
platform dependent as on ubuntu distros this needs to be pip3. On these
platforms pip points to the python2 version.
By direct calling the pip module from within the running python process
we know for sure we are triggering the correct one.
Differential revision: https://developer.blender.org/D4952/
Reviewed by: sybren
2019-05-29 10:29:14 +02:00
Sybren A. Stüvel
985b3f6a7d
Attract: draw strip metadata as its own panel
...
The panel is a subpanel in Blender 2.80, and a top-level panel in 2.79.
2019-05-24 14:12:36 +02:00
Sybren A. Stüvel
a45bf3cd5c
Bumped version to 1.13.3
version-1.13.3
2019-05-21 10:19:49 +02:00
Sybren A. Stüvel
3789742cc8
Fixed little bug
...
Missed a function call in a69f4d3fd9 .
2019-05-21 10:19:34 +02:00
Sybren A. Stüvel
58f374e175
Bumped version to 1.13.2
version-1.13.2
2019-05-17 11:26:40 +02:00
Sybren A. Stüvel
99e90e1008
Mark version 1.13 as released
2019-05-17 11:26:29 +02:00
Sybren A. Stüvel
dd83d3ee60
Blender 2.80 compatibility for Attract panel in sequence editor
2019-05-17 11:15:34 +02:00
Sybren A. Stüvel
e74e014c66
Quick fix for Blender 2.80 texture loading
...
The `Image.gl_load()` call was changed in Blender commit
7ad802cf3ae500bc72863b6dba0f28a488fce3d1; the two parameters we were using
were removed.
This commit fixes the exception and makes the texture browser usable again,
but doesn't properly fix everything. The textures are drawn in the wrong
colour space, which will be fixed in another commit once I know how.
2019-05-17 11:09:57 +02:00
Sybren A. Stüvel
01541f181e
Bumped Pillar Python SDK 1.7.0 → 1.8.0
2019-05-14 11:05:51 +02:00
Sybren A. Stüvel
a69f4d3fd9
Flamenco: Moved some code around, no semantic changes
2019-05-10 12:29:39 +02:00
Sybren A. Stüvel
3ffea46f23
Bumped version to 1.13.1
version-1.13.1
2019-04-18 12:58:49 +02:00
Sybren A. Stüvel
94c5811e42
Typo
2019-04-18 12:58:34 +02:00
Sybren A. Stüvel
676ad1ed14
Removed unused import
2019-04-18 12:46:42 +02:00
Sybren A. Stüvel
79e6fa37f4
Bumped version to 1.13.0
2019-04-18 12:10:30 +02:00
Sybren A. Stüvel
e06fa3ea75
Flamenco: Support for Flamenco Manager settings version 2
...
When using Blender Cloud Add-on 1.12 or older, Flamenco Server will
automatically convert the Manager settings to version 1. As a result,
upgrading is recommended but not required to keep working with a newer
Flamenco Server.
2019-04-18 12:09:54 +02:00
Sybren A. Stüvel
fb6352dc7d
Upgraded BAT to 1.1.1 for a compatibility fix with Blender 2.79
2019-04-18 12:06:43 +02:00
Sybren A. Stüvel
97ad8bf5ba
Flamenco: sort path replacement vars by replacement, not by variable name
...
The longer paths need to be replaced first. Not the longer variable name.
2019-04-18 11:07:36 +02:00
Sybren A. Stüvel
b0f7719add
Fix pyrna_enum_to_py: current value matches no enum warnings
2019-03-26 12:36:13 +01:00
Sybren A. Stüvel
dada275e32
Bumped version to 1.12.1
2019-03-26 11:32:10 +01:00
Sybren A. Stüvel
6bce1ccf90
Bumped BAT requirement to 1.1
version-1.12.0
2019-03-25 17:48:28 +01:00