Sackadoo
(fastload64)
1
I found the diagram here, and I’ve browsed through the application code docs here…
Are there other sources for information about how Blender’s code is organized? Perhaps something that isn’t so obvious from a simple Google search?
Mostly, I’m interested in the code that bridges between Blender and the OS it’s running on. Things like:
- window characteristics (height, width, etc.)
- how Blender keeps track of folders it’s been pointed at
LoboTommy
(<== Lost? Click Me)
2
Hi Sackadoo. On the tracking of recent folders this grep search should help.
https://developer.blender.org/diffusion/B/browse/master/source/blender/?grep=recent-files.txt
You can modify the search string in the link / address bar or use the search box from the above link to find your way for the window characteristics stuff.
Thanks for taking an interest in coding for Blender, and keep us posted.
1 Like
LazyDodo
(LazyDodo)
3
the Glue between blender and the OS can be found in blender\intern\ghost
1 Like