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:
authorThomas Dinges <blender@dingto.org>2012-08-07 17:22:40 +0400
committerThomas Dinges <blender@dingto.org>2012-08-07 17:22:40 +0400
commitfcc18fe5e394a440a73fbfebf22d99bff5a095e4 (patch)
tree2120e0ea513a436cae58f6da299fabc34d99b12e /source/blender/makesrna
parent3e5cbb48f6c99d8a1c14664042f581b5dd8176b7 (diff)
Code Cleanup:
* Remove old comment, Internal Player is working again.
Diffstat (limited to 'source/blender/makesrna')
-rw-r--r--source/blender/makesrna/intern/rna_userdef.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_userdef.c b/source/blender/makesrna/intern/rna_userdef.c
index 03fd144f7dd..0ffdd15df5a 100644
--- a/source/blender/makesrna/intern/rna_userdef.c
+++ b/source/blender/makesrna/intern/rna_userdef.c
@@ -3450,7 +3450,7 @@ static void rna_def_userdef_filepaths(BlenderRNA *brna)
StructRNA *srna;
static EnumPropertyItem anim_player_presets[] = {
- {0, "INTERNAL", 0, "Internal", "Built-in animation player"}, /* doesn't work yet! */
+ {0, "INTERNAL", 0, "Internal", "Built-in animation player"},
{1, "BLENDER24", 0, "Blender 2.4", "Blender command line animation playback - path to Blender 2.4"},
{2, "DJV", 0, "Djv", "Open source frame player: http://djv.sourceforge.net"},
{3, "FRAMECYCLER", 0, "FrameCycler", "Frame player from IRIDAS"},