This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/blenkernel/intern
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
..
2011-01-20 07:44:58 +00:00
2010-02-12 13:34:04 +00:00
2010-02-12 13:34:04 +00:00
2011-01-13 04:53:55 +00:00
2011-01-08 12:43:44 +00:00
2011-02-06 17:36:42 +00:00
2011-01-10 03:58:07 +00:00
2011-01-13 04:53:55 +00:00
2011-02-07 16:41:57 +00:00
2011-01-13 10:14:03 +00:00
2011-01-18 01:58:19 +00:00
2011-01-17 08:31:57 +00:00
2011-01-08 12:43:44 +00:00
2011-02-07 16:41:57 +00:00
2011-02-07 11:43:33 +00:00
2011-01-30 16:24:23 +00:00