mirror of
https://github.com/blender/blender-addons.git
synced 2025-08-06 10:33:42 +00:00
POV: added doc strings
Hoping it will help the code to be less repulsive to new new developers.
This commit is contained in:
@ -17,7 +17,10 @@
|
||||
# ##### END GPL LICENSE BLOCK #####
|
||||
|
||||
# <pep8 compliant>
|
||||
"""update new variables to values from older API.
|
||||
|
||||
It does not have a UI and used to be found with F3 search field.
|
||||
This file needs an update."""
|
||||
|
||||
import bpy
|
||||
from bpy.props import (
|
||||
|
Reference in New Issue
Block a user