Skip to content

Commit

Permalink
Merge pull request #38 from p2or/scene_frames
Browse files Browse the repository at this point in the history
Scene frame range, resolves #33, #34, #35
  • Loading branch information
p2or authored Nov 26, 2022
2 parents 154484e + edc943e commit 80110c1
Show file tree
Hide file tree
Showing 2 changed files with 165 additions and 54 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ If [FFmpeg](https://www.ffmpeg.org/) is installed on your machine and set up pro
### Options
- Select `ProRes 4444 XQ` to get an **alpha channel**
- You can **verify the image sequence** on disk before encoding by clicking the *Verify Image Sequence* operator ![I1](https://i.stack.imgur.com/JovW0.jpg), which also detects all frames missing frames of the sequence
- In case there are **missing frames**, the addon either provides an utility function to fill the gaps of the image sequence with copies of the nearest frame to get the full lenght animation and another operator to render all missing frames (make sure *Verfify Sequence* is enabled when selecting a frame in the file browser <kbd>N</kbd>).
- In case there are **missing frames**, the addon either provides an utility function to fill the gaps of the image sequence with copies of the nearest frame to get the full lenght animation and another operator to render all missing frames (make sure *Verfify Sequence* is enabled when selecting a frame in the file browser <kbd>N</kbd>)

<!-- ![Encode Image Sequence Dialog](https://i.stack.imgur.com/ul9ld.jpg) -->

Expand Down Expand Up @@ -115,9 +115,13 @@ You can **render specific keyframes** by selecting the keys in the *Timeline*, *
<!--![Render Selected Keyframes](https://i.stack.imgur.com/PUs71.jpg) -->
<!-- <img width="608" alt="popover" src="https://user-images.githubusercontent.com/512368/141284257-1f380f00-feb4-40eb-9f64-64df67903edb.png"> -->
<img width="700" alt="Loom timeline popover" src="https://user-images.githubusercontent.com/512368/141284381-80695c90-a6cb-4dcd-9f12-d068ec16b8f0.png">

If [Developer Extras](https://docs.blender.org/manual/en/latest/editors/preferences/interface.html) is enabled in the preferences, you can also press <kbd>F3</kbd> and type *Render selected keyframes...*


#### Options

- Holding down <kbd>Ctrl</kbd> while clicking 'Render Selected Keyframes' button will add all keyframes to the list, regardless of what's selected in the _Timeline, Graph Editor or Dopesheet_
- Holding down <kbd>Alt</kbd> or <kbd>Option</kbd> while clicking the 'Render Selected Keyframes' operator limits the selection of keyframes to the current _frame range of the scene_
- If you hold down <kbd>Ctrl</kbd> and <kbd>Alt</kbd> or <kbd>Option</kbd> when clicking 'Render selected Keyframes' operator without any object selected, _all keyframes_ within the _frame range of the scene_ are be added to the list

### File Path Variables

Loom allows to replace of all occurrences of any global variable defined in the *Addon Preferences* via *custom python expressions* for the regular *Output Path* as well as all *File Output* nodes.
Expand Down
Loading

0 comments on commit 80110c1

Please sign in to comment.