This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/release/scripts/ui
Ton Roosendaal 5c421c328e Todo/feature request
When using masks or other simple 3D elements in composites, doing
a layer re-rendering on a node is a bit clumsy all the time.

This commit does two things to help:
- new hotkey "Z" in node editor automatically finds render layer
  that changed and re-renders it + composites
- option "Auto Render" does same, but then after every transform
  edit in 3D window

The latter is experimental; real & proper system for this requires
full threaded render support (like previews). But it works!

Demo file:
http://download.blender.org/demo/test/auto_composite.blend

Important fix:
After any render, all the render layers were tagged "changed", which
caused any edit to first totally recomposte everthing. Now it only
composites changes.

Implementation notes

- DAG scene flush now sets 'changed' flags in render layer nodes
- Added notifier for 'transform finished' to trigger the update,
  this is temporarily.
2011-02-07 16:41:57 +00:00
..
2010-09-07 15:17:42 +00:00
2011-01-01 07:20:34 +00:00
2011-01-01 07:20:34 +00:00
2011-01-01 07:20:34 +00:00
2011-02-07 11:43:33 +00:00
2011-02-04 09:27:25 +00:00
2011-02-04 09:27:25 +00:00
2011-02-04 09:27:25 +00:00
2011-01-01 07:20:34 +00:00
2011-01-01 07:20:34 +00:00
2011-02-04 09:27:25 +00:00
2011-01-01 07:20:34 +00:00
2011-01-01 07:20:34 +00:00
2011-02-01 13:35:21 +00:00
2010-09-07 15:17:42 +00:00
2011-02-07 16:41:57 +00:00
2011-01-01 07:20:34 +00:00
2011-02-04 09:27:25 +00:00