[Bf-extensions-cvs] [ba6a119d] master: Sapling addon: Fix T51157

meta-androcto noreply at git.blender.org
Sun May 28 09:40:49 CEST 2017


Commit: ba6a119db23a04dadf52c7f46bc4c62926c60625
Author: meta-androcto
Date:   Sun May 28 17:40:06 2017 +1000
Branches: master
https://developer.blender.org/rBAba6a119db23a04dadf52c7f46bc4c62926c60625

Sapling addon: Fix T51157

===================================================================

M	add_curve_sapling/__init__.py
M	add_curve_sapling/utils.py

===================================================================

diff --git a/add_curve_sapling/__init__.py b/add_curve_sapling/__init__.py
index 1c91c1c7..48b45d31 100644
--- a/add_curve_sapling/__init__.py
+++ b/add_curve_sapling/__init__.py
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
 # ##### BEGIN GPL LICENSE BLOCK #####
 #
 #  This program is free software; you can redistribute it and/or
diff --git a/add_curve_sapling/utils.py b/add_curve_sapling/utils.py
index e33df130..af23e434 100644
--- a/add_curve_sapling/utils.py
+++ b/add_curve_sapling/utils.py
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
 # ##### BEGIN GPL LICENSE BLOCK #####
 #
 #  This program is free software; you can redistribute it and/or



More information about the Bf-extensions-cvs mailing list