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:
authorCampbell Barton <ideasman42@gmail.com>2011-11-22 22:15:08 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-11-22 22:15:08 +0400
commitac814498a213d436c2349e8ff55fe802cdb7376e (patch)
tree38c8e0ce3d844804cc6dbb35f068a315e207a8df /source/blender/makesrna/intern/rna_ui_api.c
parentc6391e8d2394b8d022b03f48941b235b96d677d0 (diff)
parentb78701f6fe1daa33c38a7b72563565c09677f325 (diff)
svn merge ^/trunk/blender -r42069:42076
Diffstat (limited to 'source/blender/makesrna/intern/rna_ui_api.c')
-rw-r--r--source/blender/makesrna/intern/rna_ui_api.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/makesrna/intern/rna_ui_api.c b/source/blender/makesrna/intern/rna_ui_api.c
index d0f25fcb60c..52ffdec7174 100644
--- a/source/blender/makesrna/intern/rna_ui_api.c
+++ b/source/blender/makesrna/intern/rna_ui_api.c
@@ -399,11 +399,8 @@ void RNA_api_ui_layout(StructRNA *srna)
func= RNA_def_function(srna, "template_image_settings", "uiTemplateImageSettings");
RNA_def_function_ui_description(func, "User interface for setting image format options");
- // RNA_def_function_flag(func, FUNC_USE_CONTEXT);
- // api_ui_item_rna_common(func);
parm= RNA_def_pointer(func, "image_settings", "ImageFormatSettings", "", "");
RNA_def_property_flag(parm, PROP_REQUIRED|PROP_RNAPTR|PROP_NEVER_NULL);
- // RNA_def_boolean(func, "compact", 0, "", "Use more compact layout");
func= RNA_def_function(srna, "template_movieclip", "uiTemplateMovieClip");
RNA_def_function_ui_description(func, "Item(s). User interface for selecting movie clips and their source paths");