Skip to content

Commit

Permalink
Update Power Sequencer to version 1.2
Browse files Browse the repository at this point in the history
Commented out the Work in Progress section of the changelog
  • Loading branch information
GDQuest authored and NathanLovato committed Dec 26, 2018
1 parent 8d87332 commit e8d522c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
3 changes: 1 addition & 2 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"name": "Power Sequencer",
"description": "Video editing tools for content creators",
"author": "Nathan Lovato",
"version": (1, 1, 0),
"version": (1, 2, 0),
"blender": (2, 79, 0),
"location": "sequencer",
"tracker_url": "https://github.com/GDquest/Blender-power-sequencer/issues",
Expand Down Expand Up @@ -101,4 +101,3 @@ def unregister():
except:
traceback.print_exc()
print("Unregistered {}".format(bl_info["name"]))

11 changes: 6 additions & 5 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
# Changelog! What's new in the Add-On

## Power Sequencer 1.2 (👷🏽 Work in Progress) ##
## Power Sequencer 1.2 ##

*These are the features and fixes we added lately, and that'll be in the next major update.*
<!-- *These are the features and fixes we added lately, and that'll be in the next major update.* -->

You can test them by going to the Blender preferences, add-ons tab, Power Sequencer, and by clicking `Install latest master / old version`. You can go back to the stable version with the same button.
<!-- You can test them by going to the Blender preferences, add-ons tab, Power Sequencer, and by clicking `Install latest master / old version`. You can go back to the stable version with the same button. -->

![Power Sequencer switch to master branch](https://i.imgur.com/LusqIxy.png)
<!-- ![Power Sequencer switch to master branch](https://i.imgur.com/LusqIxy.png) -->

⚠ This is a Work in Progress. Even if we're careful, new features can have bugs 🐛
<!-- ⚠ This is a Work in Progress. Even if we're careful, new features can have bugs 🐛 -->

### 📘 Free Tutorials ###

Learn to use BPSrender from the command line! We still need people to tell us that it works well everywhere before we can integrate it in Blender. Also, we need your help to design a nice render panel 😄

- [Fast Blender VSE render with BPSrender](https://www.youtube.com/watch?v=LJQptYvXAnw)
- [Precise and Fast selections with Blender's Sequencer](https://www.youtube.com/watch?v=ewwFVsNCBNg)
- [BPSProxies: create proxies fast with FFMPEG](https://youtu.be/oFLo7IHfGB0)

*Note: if you [install bpsrender with pip](https://pypi.org/project/bpsrender/), you can call bpsrender directly like so: `bpsrender blender_file_path [options]`, instead of typing `python -m bpsrender ...`*

Expand Down

0 comments on commit e8d522c

Please sign in to comment.