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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2013-07-02 19:56:32 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2013-07-02 19:56:32 +0400
commit1a493533c3b29644f2916a391ed7edd0c019a4f7 (patch)
tree0619a57fde7def6da5eb1a027657aaff63d42154 /source/blender/makesrna/intern/rna_internal.h
parent994a937a97c2b43aa95c2fdabd98dd45cba16256 (diff)
Fix #35944: adding keyframes or drivers on image sequences offset did not work
for cycles image texture node.
Diffstat (limited to 'source/blender/makesrna/intern/rna_internal.h')
-rw-r--r--source/blender/makesrna/intern/rna_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesrna/intern/rna_internal.h b/source/blender/makesrna/intern/rna_internal.h
index b78972ea64c..d1cfb01abfb 100644
--- a/source/blender/makesrna/intern/rna_internal.h
+++ b/source/blender/makesrna/intern/rna_internal.h
@@ -246,6 +246,7 @@ int rna_Action_id_poll(struct PointerRNA *ptr, struct PointerRNA value);
int rna_Action_actedit_assign_poll(struct PointerRNA *ptr, struct PointerRNA value);
char *rna_TextureSlot_path(struct PointerRNA *ptr);
+char *rna_Node_ImageUser_path(struct PointerRNA *ptr);
/* API functions */