nelsnelson / gource

Automatically exported from code.google.com/p/gource
0 stars 0 forks source link

Root still generates bloom with --hide tree #87

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Generating a video with

gource \
  -1280x720 -r 30 \
  --hide users,files,filenames,mouse,progress,tree \
   --seconds-per-day 0.01 \
  --bloom-multiplier 0.333 --bloom-intensity 0.666 \
  --disable-auto-rotate \
  --stop-at-end \
  ${LOG_FILE}

Unfortunately there is this big "glow" in the middle.

See attached dataset.

Original issue reported on code.google.com by kfs...@gmail.com on 8 Aug 2010 at 4:54

Attachments:

GoogleCodeExporter commented 8 years ago
Might be able to have an option like hide root, where the root directory isn't 
drawn, so all sub directories appear to be independent trees.

Original comment by acaudw...@gmail.com on 8 Aug 2010 at 11:38

GoogleCodeExporter commented 8 years ago
I'm uncertain about the status of this defect; this is what it looks like 
without the tree:
http://www.youtube.com/watch?v=CKzNpJfgI1s
(I realize this is a torturous abuse of Gource, but actually it produced a 
quite attractive and useful representation "out of the box")

With the trees turned on, it turns out that some folders seem to be 'stuck' at 
the center causing that central glow. I'll have to winnow the data down to try 
and figure out why they stay there.

Original comment by kfs...@gmail.com on 9 Aug 2010 at 8:38