User:Paradox-01/Blender/Research: Difference between revisions

m
link fixes
m (+cat)
m (link fixes)
Line 151: Line 151:


==Build Blender==
==Build Blender==
  https://wiki.blender.org/wiki/Building_Blender
  https://developer.blender.org/docs/handbook/building_blender/
  https://wiki.blender.org/wiki/Building_Blender/Windows
  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://wiki.blender.org/wiki/Source/Architecture/Context
             // 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);