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:
authorJoshua Leung <aligorith@gmail.com>2008-10-11 15:07:25 +0400
committerJoshua Leung <aligorith@gmail.com>2008-10-11 15:07:25 +0400
commitd35178ee61b4bd434a3a1cd05c06b4f56c2dbf69 (patch)
tree146558ec73f9b35a21e1490f047b635d2a4c6794 /source/blender/include
parentac5c48d1860c8b4c028154e04114c35727711df3 (diff)
Grease Pencil Bugfixes:
* Fix for #17808: Can't compile using SunCC - gpencil.c uses DOS line endings. Added some svn-properties on gpencil files and also keyframing ones that I added, so that this shouldn't be a problem anymore. * In Node Editor, it is now possible to close an open Grease Pencil panel when there is no node-tree being shown (i.e. after switching between node editing modes)
Diffstat (limited to 'source/blender/include')
-rw-r--r--source/blender/include/BDR_gpencil.h2
-rw-r--r--source/blender/include/BIF_drawgpencil.h2
-rw-r--r--source/blender/include/BIF_keyframing.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/include/BDR_gpencil.h b/source/blender/include/BDR_gpencil.h
index 82263c8cda7..6af156775be 100644
--- a/source/blender/include/BDR_gpencil.h
+++ b/source/blender/include/BDR_gpencil.h
@@ -1,5 +1,5 @@
/**
- * $Id: BDR_gpencil.h 14444 2008-04-16 22:40:48Z aligorith $
+ * $Id$
*
* ***** BEGIN GPL LICENSE BLOCK *****
*
diff --git a/source/blender/include/BIF_drawgpencil.h b/source/blender/include/BIF_drawgpencil.h
index eacafce058d..ae2ec192cc7 100644
--- a/source/blender/include/BIF_drawgpencil.h
+++ b/source/blender/include/BIF_drawgpencil.h
@@ -1,5 +1,5 @@
/**
- * $Id: BIF_drawgpencil.h 14444 2008-04-16 22:40:48Z aligorith $
+ * $Id$
*
* ***** BEGIN GPL LICENSE BLOCK *****
*
diff --git a/source/blender/include/BIF_keyframing.h b/source/blender/include/BIF_keyframing.h
index 9f85e69b77f..dbbe55123e4 100644
--- a/source/blender/include/BIF_keyframing.h
+++ b/source/blender/include/BIF_keyframing.h
@@ -1,5 +1,5 @@
/**
- * $Id: BIF_keyframing.h 14444 2008-04-16 22:40:48Z aligorith $
+ * $Id$
*
* ***** BEGIN GPL LICENSE BLOCK *****
*