Page Menu
Home
Search
Configure Global Search
Log In
Files
F5177
editsima.c.txt
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Authored By
Diego Borghetti (bdiego)
Nov 13 2013, 1:21 PM
Size
852 B
Subscribers
None
editsima.c.txt
View Options
? user-config.py
? tools/Blender.pyc
? tools/__init__.pyc
? tools/bcolors.pyc
? tools/btools.pyc
Index: source/blender/src/editsima.c
===================================================================
RCS file: /cvsroot/bf-blender/blender/source/blender/src/editsima.c,v
retrieving revision 1.61
diff -u -r1.61 editsima.c
--- source/blender/src/editsima.c 15 Jan 2007 12:44:45 -0000 1.61
+++ source/blender/src/editsima.c 24 Jan 2007 21:09:56 -0000
@@ -1966,7 +1966,11 @@
}
else if(sa->spacetype==SPACE_NODE) {
SpaceNode *snode= sa->spacedata.first;
- if(snode->treetype==NTREE_COMPOSIT) {
+
+ if (!snode)
+ return;
+
+ if ((snode->treetype==NTREE_COMPOSIT) && (snode->nodetree)) {
bNode *node;
for(node= snode->nodetree->nodes.first; node; node= node->next) {
if(node->id && node->type==CMP_NODE_IMAGE) {
File Metadata
Details
Mime Type
text/x-diff
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
24/c8/985c1b6c7dabb678bf22608c1a04
Event Timeline
Log In to Comment