[Bf-blender-cvs] [c026bb2961f] ui-asset-view-template: Cleanup: Python code style

Julian Eisel noreply at git.blender.org
Fri Mar 19 17:15:40 CET 2021


Commit: c026bb2961f1e97a1b3802eeec82d1f8e2ca5944
Author: Julian Eisel
Date:   Fri Mar 19 17:14:54 2021 +0100
Branches: ui-asset-view-template
https://developer.blender.org/rBc026bb2961f1e97a1b3802eeec82d1f8e2ca5944

Cleanup: Python code style

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

M	release/scripts/startup/bl_ui/space_view3d.py

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

diff --git a/release/scripts/startup/bl_ui/space_view3d.py b/release/scripts/startup/bl_ui/space_view3d.py
index 2e839f898bd..b88927b9e40 100644
--- a/release/scripts/startup/bl_ui/space_view3d.py
+++ b/release/scripts/startup/bl_ui/space_view3d.py
@@ -7016,7 +7016,14 @@ class VIEW3D_PT_asset_testing(Panel):
         wm = context.window_manager
         workspace = context.workspace
 
-        layout.template_asset_view(workspace, "active_asset_library", wm, "pose_assets", workspace, "active_pose_asset_index")
+        layout.template_asset_view(
+            workspace,
+            "active_asset_library",
+            wm,
+            "pose_assets",
+            workspace,
+            "active_pose_asset_index"
+        )
 
 
 # Grease Pencil Object - Multiframe falloff tools



More information about the Bf-blender-cvs mailing list