[Bf-extensions-cvs] [c6c5635c] blender2.8: object_collections.py : pep8 friendly

Dalai Felinto noreply at git.blender.org
Fri Nov 9 17:46:53 CET 2018


Commit: c6c5635ca202ed053f92d9155b755318d72aef47
Author: Dalai Felinto
Date:   Fri Nov 9 14:46:24 2018 -0200
Branches: blender2.8
https://developer.blender.org/rBAc6c5635ca202ed053f92d9155b755318d72aef47

object_collections.py : pep8 friendly

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

M	object_collections.py

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

diff --git a/object_collections.py b/object_collections.py
index b7ec5c56..8d38d7ff 100644
--- a/object_collections.py
+++ b/object_collections.py
@@ -126,15 +126,15 @@ class OBJECT_OT_collection_link(Operator):
     bl_idname = "object.collection_link"
     bl_label = "Link to Collection"
 
-    collection_index = IntProperty(
-            name = "Collection Index",
-            default = -1,
-            options = {'SKIP_SAVE'},
+    collection_index: IntProperty(
+            name="Collection Index",
+            default=-1,
+            options={'SKIP_SAVE'},
             )
 
-    type = EnumProperty(
-            name = "",
-            description = "Dynamic enum for collections",
+    type: EnumProperty(
+            name="",
+            description="Dynamic enum for collections",
             items=collection_items,
             )



More information about the Bf-extensions-cvs mailing list