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:
authorMartin Poirier <theeth@yahoo.com>2007-12-17 23:21:06 +0300
committerMartin Poirier <theeth@yahoo.com>2007-12-17 23:21:06 +0300
commit5dfef1ae3580aeef8601fca4883bf186be82f29d (patch)
treea07a14d1aa0443aba83c00bec25797feddbdad9d /source/blender/blenkernel/bad_level_call_stubs/stubs.c
parent293c91c305405799ce3ff72c60f7ea8347eb16b1 (diff)
Reverting to 2_2x BPY
I was careful in selectively rolling back revisions, but if you've committed changes unrelated to BPY mixed with BPY changes, I might have reverted those too, so please double check.
Diffstat (limited to 'source/blender/blenkernel/bad_level_call_stubs/stubs.c')
-rw-r--r--source/blender/blenkernel/bad_level_call_stubs/stubs.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/source/blender/blenkernel/bad_level_call_stubs/stubs.c b/source/blender/blenkernel/bad_level_call_stubs/stubs.c
index 25c4f099743..55931b50462 100644
--- a/source/blender/blenkernel/bad_level_call_stubs/stubs.c
+++ b/source/blender/blenkernel/bad_level_call_stubs/stubs.c
@@ -37,7 +37,6 @@
#include "BKE_bad_level_calls.h"
#include "BLI_blenlib.h"
#include "BPI_script.h"
-#include "DNA_ID.h"
#include "DNA_texture_types.h"
#include "DNA_material_types.h"
#include "DNA_node_types.h"
@@ -137,14 +136,6 @@ void BPY_pyconstraint_eval(struct bPythonConstraint *con, struct bConstraintOb *
void BPY_pyconstraint_target(struct bPythonConstraint *con, struct bConstraintTarget *ct)
{
}
-/* Py ID Hash*/
-void BPY_idhash_add(void *value){}
-void *BPY_idhash_get(ID *id){}
-void BPY_idhash_remove(ID *id)
-{
- return 0;
-}
-void BPY_idhash_invalidate(ID *id){}
/* writefile.c */