Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2016-07-28 05:00:58 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-07-28 05:00:58 +0300
commit251349c3c2269fff915d1bb85911211563493071 (patch)
tree35524bdb77d583562227ee11b1ff516ea278e00e /release
parentb1532493c27b08444745cef348641f3a0e899ba8 (diff)
parenta27acefd0c89aab63a6c243a844e2790dfad961a (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'release')
-rwxr-xr-xrelease/bin/blender-thumbnailer.py2
-rwxr-xr-xrelease/datafiles/ctodata.py2
-rwxr-xr-xrelease/scripts/modules/blend_render_info.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/release/bin/blender-thumbnailer.py b/release/bin/blender-thumbnailer.py
index fe5d462bba9..5d2dd958a92 100755
--- a/release/bin/blender-thumbnailer.py
+++ b/release/bin/blender-thumbnailer.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# ##### BEGIN GPL LICENSE BLOCK #####
#
diff --git a/release/datafiles/ctodata.py b/release/datafiles/ctodata.py
index 079f6c3b918..8c1d4a4fb34 100755
--- a/release/datafiles/ctodata.py
+++ b/release/datafiles/ctodata.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# ***** BEGIN GPL LICENSE BLOCK *****
diff --git a/release/scripts/modules/blend_render_info.py b/release/scripts/modules/blend_render_info.py
index a62eaeea143..5e4ee0ee4b1 100755
--- a/release/scripts/modules/blend_render_info.py
+++ b/release/scripts/modules/blend_render_info.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# ##### BEGIN GPL LICENSE BLOCK #####
#