Blender 2.79, the Application Templates

Forum Archive Blender 2.79, the Application Templates

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #9078
    Vavrinec Foltan
    Participant

      I have a question about the new feature in Blender 2.79, the Application Templates.

      There is a documentation https://docs.blender.org/manual/en/dev/advanced/app_templates.html but I can’t handle it.

      I think I have to put the template in this directory: C:\Users\[me]\AppData\Roaming\Blender Foundation\Blender\2.79\scripts\startup\bl_app_templates_user

      But copying a blend file into it does nothing.
      It seems as if a zip file should be in?

      Thanks for any help.

      #31040
      Jonathan Lampel
      Participant

        It did take some fiddling to figure out, but here’s what worked for me: 

        1. Go to C:\Users\[me]\AppData\Roaming\Blender Foundation\Blender\2.79\scripts\startup\bl_app_templates_user
        2. Create a new folder, and name it whatever you want your template to be called
        3. Paste in a .blend file and rename it to startup.blend
        Or:
        1. Save your blend file as startup.blend
        2. Zip it
        3. Rename the .zip to whatever you want your template to be called
        4. In Blender, go to File -> Application Templates -> Load Template From File
        5. Select the .zip
        Once you have it in Blender and your template is the active one, saving your startup file or user preferences will overwrite or create preferences for that template only. 
        #31041
        Vavrinec Foltan
        Participant

          Thanks Jonathan for finding out. Both methods work. In the second method, you must still pack the blend-file into a directory and then zip it. Otherwise, it does not work.

          The userpref.blend file is also copied with, or almost all settings are lost.

          userpref.blend I found here:
          C:\Users\[me]\AppData\Roaming\Blender Foundation\Blender\2.79\config

          I copied both files into this directory and it works:
          C:\Users\[me]\AppData\Roaming\Blender Foundation\Blender\2.79\scripts\startup\bl_app_templates_user\Video Editing\startup.blend
          and the userpref.blend

          I believe this has helped.

          #31042
          Vavrinec Foltan
          Participant

            For anyone who wants to change the splash screen.
            The images must be named in the following sequence and resolution.

            splash.png = 501×230
            splash_2x.png = 1002×460

            Just copy both files into the template folder.

            First, I have reversed both resolutions and it has not worked out.

            But for what the Python file is to be used, I have not yet figured out.

            #31043
            Diego Quevedo
            Participant

              anyone know about correct use of __init__.py ?

            Viewing 5 posts - 1 through 5 (of 5 total)
            • The topic ‘Blender 2.79, the Application Templates’ is closed to new replies.