[Bf-committers] Help with the source code of Blender

Dan Eicher dan at trollwerks.org
Wed Jan 18 18:56:46 CET 2012


One of the main problems I found from using the doxygen docs (a long,
long time ago so may be fixed now) is that quite often it would parse
the 'bad level calls' file before the real one so you would trace a
path through the code and end up at a function like 'int foo(void) {}'
 which is less than helpful.

Much easier to use 'grep -R foo .' methinks.

Plus, with all the fancy call diagrams and inline code the thing
weighed in at ~300mb...

Dan


More information about the Bf-committers mailing list