19,704
edits
m (+cat)  | 
				m (link fixes)  | 
				||
| Line 151: | Line 151: | ||
==Build Blender==  | ==Build Blender==  | ||
  https://  |   https://developer.blender.org/docs/handbook/building_blender/  | ||
  https://  |   https://developer.blender.org/docs/handbook/building_blender/windows/  | ||
* https://www.youtube.com/watch?v=eCvuQHlKPEk  | * https://www.youtube.com/watch?v=eCvuQHlKPEk  | ||
| Line 244: | Line 244: | ||
             // C (context) looks like some crazy voodoo, this shouldn't even work right now, but it does  |              // C (context) looks like some crazy voodoo, this shouldn't even work right now, but it does  | ||
             // for Blender specific stuff a context is needed otherwise the program will crash  |              // for Blender specific stuff a context is needed otherwise the program will crash  | ||
             // https://  |              // https://developer.blender.org/docs/features/core/context/  | ||
             bool ok;  |              bool ok;  | ||
             ok = BPY_run_filepath(C, fn, NULL);  |              ok = BPY_run_filepath(C, fn, NULL);  | ||