Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
flamenco-worker-python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
blender
flamenco-worker-python
Graph
fa70da031fe1faaa1abcff7aa1d7c4eafe58a4a2
Select Git revision
Branches
5
T53099-gpu-rendering
master
default
protected
pbs_support
windows-fixes
wip-double-running
Tags
20
v2.2.1
v2.2
v2.2-dev8
v2.1.0
v2.0.8
v2.0.7
v2.0.6
v2.0.6-beta1
v2.0.5
v2.0.4
v2.0.2
v2.0.1
v2.0
v2.0-beta10-worker6
v2.0-beta10-worker5
v2.0-beta10-worker4
v2.0-beta10-worker3
v2.0-beta10
v2.0-beta9
v2.0-beta8
25 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
10
Jan
4
18
Dec
11
10
7
4
3
29
Nov
28
23
22
21
16
15
13
12
12
Sep
11
15
Jul
15
Jun
14
18
Apr
17
14
Mar
2
28
Feb
23
13
12
Jan
4
2
15
Dec
14
20
Oct
19
29
Sep
7
6
5
23
Aug
18
17
8
4
Jul
2
23
Jun
21
9
31
May
16
9
3
2
13
Apr
7
31
Mar
29
16
15
10
3
2
22
Feb
21
17
14
8
6
5
2
1
31
Jan
30
27
26
25
24
23
20
19
18
17
15
13
12
11
10
6
5
4
3
23
Dec
22
21
20
16
15
14
13
7
5
4
Also catch FileNotFoundError when doing a write check
Log error on uncaught exception in Worker.single_iteration()
Mypy workaround, Windows-specific code fails mypy checks on Linux
Properly create the asyncio loop on Windows
Use less shell-uoting-sensitive test values
Disconnect from SQLite DB when tearing down tests
Skip unwritable dir/file checks on Windows
Make test file writable before trying to delete it
Enable debug logging in flamenco_worker.commands while testing commands
Windows compatibility: don't try to re-open temporary file
Explicitly open file with encoding='utf8'
Windows compatibility fixes
Workaround for FFmpeg not supporting '-pattern_type glob' on Windows
Formatting
More Windows compatibility fixes
Added 'colorama' as Windows-only dependency
Windows-specific fix for BlenderRenderCommand
Some Windows-specific unit test fixes
Fixed unit test
Removed mypy workaround, apparently no longer necessary
Actually removed pathlib2 from pipfile
Updated build instructions to mention pipenv
Marked version 2.2 as released today
Bumped version to 2.2
Reordered Changelog so that Python version is at the top
Updated pipfile locked dependencies and removed pathlib2
Bumped version to 2.2-dev12
Also log override file contents when passing to Blender for rendering
Updated CHANGELOG
Added 'create_python_file' command
Detect & load RNA overrides file
Added missing 'await'
Updated test with new FFMPEG settings for 'create video' command
Bumped version to 2.2-dev11
Reduce video quality for 'create-video' command
Gracefully handle KeyboardInterrupt being thrown when shutting down
merge
fix exr
Bumped version to 2.2-dev10
Added support for commands used in the blender-video-chunks job type
Loading