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>2011-11-22 21:43:32 +0400
committerThomas Dinges <blender@dingto.org>2011-11-22 21:43:32 +0400
commit470cfd4aeb010b4a674d27ace3cfffad2ca6c4f0 (patch)
tree6697e59b74606a4e6e788ff471e7b4adf8a18f29 /source/blender/makesrna/intern/rna_ui_api.c
parent5f2c9c660cb24e25fb75d6e186c22472f2bb58c9 (diff)
2.6 Various code cleanup:
* Removed some old code for image packing, done via Operators now. * Removed some comments.
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 3c759bc007b..96667c95042 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");