Advertisement
Guest User

Untitled

a guest
Jul 19th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. :SPLASHA
  2.     echo.
  3.     SET /P SPLASHSOURCELOC=Define the location of your blender source
  4.     SET /P PYLOC=Define the location of the Python 2.6 install folder
  5.     pause
  6.     copy %SPLASHSOURCELOC%\release\datafiles\splash.png C:\
  7.     echo Edit the splash.png on your C:\ drive and then press Enter
  8.     pause
  9.     copy C:\splash.png %SPLASHSOURCELOC%\release\datafiles
  10.     cd %SPLASHSOURCELOC%\release\datafiles
  11.     "%PYLOC%\python.exe" datatoc.py splash.png
  12.     move splash.png.c %SPLASHSOURCELOC%\source\blender\editors\datafiles
  13.     GOTO :UTILITIESA
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement