From 65b13c80898aee7679286f441735db87c2e62afa Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 3 Apr 2011 23:11:00 +0000 Subject: fix [#26757] Python console: help() doesn't work anymore also quiet some warnings & add docstrings to bpy module which was shaowing the GPL header in its help() message. --- release/scripts/modules/bpy/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'release/scripts/modules/bpy') diff --git a/release/scripts/modules/bpy/__init__.py b/release/scripts/modules/bpy/__init__.py index ed7b4baa806..1df8e9e5588 100644 --- a/release/scripts/modules/bpy/__init__.py +++ b/release/scripts/modules/bpy/__init__.py @@ -18,6 +18,10 @@ # +""" +Give access to blender data and utility functions. +""" + # internal blender C module import _bpy from _bpy import types, props, app -- cgit v1.2.3