Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichel Selten <michel@mselten.demon.nl>2003-09-17 22:15:51 +0400
committerMichel Selten <michel@mselten.demon.nl>2003-09-17 22:15:51 +0400
commitda773eee1811900c6250629baa9b923c11591930 (patch)
treeac7f4bc5b16d2dfa02bc4c0296195a047132f3a3 /source/blender/python/api2_2x/Object.h
parent86409f2da65b177ad255540dcd45a0a5433a390f (diff)
* Fix bug in Object.getEuler() and Object.setEuler() methods
I must have been looking outside when writing those functions :) They accessed the dloc values instead of the loc values. Doh * Minor cleanup in Object.h
Diffstat (limited to 'source/blender/python/api2_2x/Object.h')
-rw-r--r--source/blender/python/api2_2x/Object.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/python/api2_2x/Object.h b/source/blender/python/api2_2x/Object.h
index 5cf7513a6e9..c12a94c758e 100644
--- a/source/blender/python/api2_2x/Object.h
+++ b/source/blender/python/api2_2x/Object.h
@@ -66,8 +66,6 @@ extern PyTypeObject Object_Type;
/*****************************************************************************/
/* Python BPy_Object structure definition. */
/*****************************************************************************/
-struct BPy_Object;
-
typedef struct {
PyObject_HEAD
struct Object * object;