- any headless Linux server
- Blender v2.79 or v2.80 - v2.93 (from package manager or blender.org)
- latest version of CrowdRender addon
- optional: GPU drivers for GPU-rendering
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
# Python >= 3.5 required. | |
""" | |
Author: Jiří Janoušek <janousek.jiri@gmail.com> | |
To the extent possible under law, author has waived all | |
copyright and related or neighboring rights to this file. | |
http://creativecommons.org/publicdomain/zero/1.0/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: PyQt5 | |
cleanup: | |
- "/include" | |
- "/lib/python3.8/site-packages/*.pyi" | |
- "/lib/python3.8/site-packages/PyQt5/uic" | |
config-opts: | |
- "--disable-static" | |
- "--enable-x11" | |
buildsystem: simple | |
build-commands: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
__author__ = 'tom' | |
import sys | |
from PyQt5.QtWidgets import QWidget, QApplication | |
class Example(QWidget): | |
def __init__(self, app: QApplication): | |
super().__init__() | |
self.app = app |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Blue Byte\The Settlers - Heritage of Kings\Development] | |
"DefaultResolution"="select" | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Blue Byte\The Settlers - Heritage of Kings\Development] | |
"DefaultResolution"="select" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# Python screenshot tool (fullscreen/area selection) | |
# Ported from https://gist.github.com/initbrain/6628609 | |
# Tested on Windows 7 64bit using PyQt5 and python 3.7 | |
# area selection NOT working | |
import sys | |
from PyQt5 import QtCore, QtGui, QtWidgets | |
from subprocess import getoutput |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# Python screenshot tool (fullscreen/area selection) | |
# Tested on: | |
# Lubuntu 13.04 x86_64 | |
# Gentoo 4.1.7-hardened-r1 x86_64 | |
import sys | |
from PyQt4 import QtCore, QtGui | |
from commands import getoutput | |
from StringIO import StringIO |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<body onload=z=c.getContext`2d`,setInterval(`c.width=W=150,Y<W&&P<Y&Y<P+E|9<p?z.fillText(S++${Y=`,9,9|z.fillRect(p`}*0,Y-=--M${Y+Y},P+E,9,W),P))):p=M=Y=S=6,p=p-6||(P=S%E,W)`,E=49) onclick=M=9><canvas id=c> |