From 6c2750a6fe849ee6d7af763e62937ab5db37ed20 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 16 Dec 2008 16:32:48 +0000 Subject: Added "bpydoc" to the global namespace of python scripts, making documentation available no matter what data is open in the current blend file, Directory type was also missing from the subtype enum causing the test rna-dump script to fail. --- source/blender/python/intern/bpy_rna.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/python/intern/bpy_rna.h') diff --git a/source/blender/python/intern/bpy_rna.h b/source/blender/python/intern/bpy_rna.h index 6ceda34268f..94f97a565a4 100644 --- a/source/blender/python/intern/bpy_rna.h +++ b/source/blender/python/intern/bpy_rna.h @@ -44,6 +44,7 @@ typedef struct { } BPy_PropertyRNA; PyObject *BPY_rna_module( void ); +PyObject *BPY_rna_doc( void ); PyObject *pyrna_struct_CreatePyObject( PointerRNA *ptr ); PyObject *pyrna_prop_CreatePyObject( PointerRNA *ptr, PropertyRNA *prop ); -- cgit v1.2.3