documentation - brief descriptions for bpy api files.

This commit is contained in:
2011-11-05 08:21:12 +00:00
parent 62f2218554
commit 2b939904ab
18 changed files with 77 additions and 10 deletions

View File

@@ -1,6 +1,4 @@
/*
*
* ***** BEGIN GPL LICENSE BLOCK *****
*
* This program is free software; you can redistribute it and/or
@@ -24,6 +22,13 @@
/** \file blender/python/intern/bpy_operator.c
* \ingroup pythonintern
*
* This file defines '_bpy.ops', an internal python module which gives python
* the ability to inspect and call both C and Python defined operators.
*
* \note
* This module is exposed to the user via 'release/scripts/modules/bpy/ops.py'
* which fakes exposing operators as modules/functions using its own classes.
*/