Skip to content

Releases: TheAndyRoid/PythonPlugin

OBS Python Plugin 0.2.11.1 *Updated 04/12/15*

02 Dec 17:59
Compare
Choose a tag to compare

Changes

  • Add UpdateSettings to SceneItem
  • Add x64 Release

Download the correct release.

  • py3.4 is for Python 3.4
  • py3.4_x64 is for Python 3.4 64bit
  • py2.7 is for Python 2.7

OBS Python Plugin 0.2.9

28 Dec 11:44
Compare
Choose a tag to compare
Pre-release

Changes

  • Bug fix - GetBackBuffer not incrementing reference counter and a bad comparison
  • Added ClearTexture function to ImageSource
  • Added EnableBlending function to ImageSource
  • Added BlendingFunction function to Image source
  • Enumerations for GSBlendType are in OBS namespace eg "OBS.GS_BLEND_ZERO"

Download the correct release.

  • py2.7 is for Python 2.7
  • py3.4 is for Python 3.4

OBS Python Plugin 0.2.8

10 Nov 20:26
Compare
Choose a tag to compare
Pre-release

Changes

  • Have created a Python 3.4 binary.
  • Had to change the API to use Unicode strings for Python 3 support.
  • Updated DefaultGUI and ColourSquare to Unicode changes.

Download the correct release.

  • py2.7 is for Python 2.7
  • py3.4 is for Python 3.4

OBS Python Plugin 0.2.7

06 Nov 14:24
Compare
Choose a tag to compare
Pre-release

Changes

  • Warn user when plugin is unable to find 'Python27' in system 'PATH' as OBS will exit instantly with if Py_Initialize() fails. Related to this http://bugs.python.org/issue13533

OBS Python Plugin 0.2.6

03 Nov 17:33
Compare
Choose a tag to compare
Pre-release

Changes

  • XElement has had some functions removed.
  • XElement has also had more testing and fixes applied.

OBS Python Plugin 0.2.5

02 Nov 12:06
Compare
Choose a tag to compare
Pre-release

Changes

  • Fix Scene and SceneItems to now work.
  • SceneItems are fully implemented.

OBS Python Plugin 0.2.4

30 Oct 14:57
Compare
Choose a tag to compare
Pre-release

Changes:

  • Move logging into pyErr.txt

OBS Python Plugin 0.2.3

22 Oct 12:51
Compare
Choose a tag to compare
Pre-release

Changes:

  • Bug Fix - Disable get cropping for global sources (API limitation)
  • Code Cleanup

OBS Python Plugin 0.2.2 Installer

19 Oct 14:48
Compare
Choose a tag to compare
Pre-release

Changes:

  • NSIS installer/uninstaller has been created
  • Can no longer create a source without a configuration UI
  • Moved scripts into "%appdata%\OBS\pluginData\Python"
  • Moved stdErr and stdOut logs into "%appdata%\OBS\pluginData\Python"

OBS Python Plugin 0.2.1

17 Oct 15:10
Compare
Choose a tag to compare
Pre-release

FIXES:

  • Fixed hotkey support
  • Removed Persistent Python objects, use Global sources instead.

Use this build the same as previous.