Files
test/source/blender/blenkernel
Ton Roosendaal f2c043082a Recode of the "Set Scene chaining" patch from Nathan.
- code for detecting loops was overly complex, and detected loops wrong
  even (when chains partially overlap it gave error)
- that code could NULLify sets of other scenes than the one you tested
- and that code should be in blenkernel, so it can be called in more
  locations, like fixing potential loops in old files

- the code for looping over the chained scenes was bad too, I created a
  nice #define to keep code readable. (See SETLOOPER in BKE_scene.h)

ALso fixes reports in tracker :)
2006-05-15 10:46:04 +00:00
..
2006-02-06 22:11:50 +00:00
2005-12-06 17:05:37 +00:00
2006-02-11 23:17:41 +00:00
2006-01-02 13:06:05 +00:00
2006-01-02 13:06:05 +00:00
2006-01-23 22:05:47 +00:00
2006-04-02 11:48:22 +00:00
2006-01-23 22:05:47 +00:00
2006-01-23 22:05:47 +00:00
2006-02-05 19:14:46 +00:00
2004-01-05 00:06:11 +00:00
2006-02-07 21:24:36 +00:00