set clip_start value minimum to 0.001, since 0.0 makes the viewport go very strange.

This commit is contained in:
2011-05-16 18:04:19 +00:00
parent ff884f4179
commit 4023427fe0
4 changed files with 4 additions and 4 deletions

View File

@@ -1377,7 +1377,7 @@ static void rna_def_multicam(BlenderRNA *brna)
static void rna_def_adjustment(BlenderRNA *brna)
{
StructRNA *srna;
PropertyRNA *prop;
// PropertyRNA *prop;
srna = RNA_def_struct(brna, "AdjustmentSequence", "Sequence");
RNA_def_struct_ui_text(srna, "Adjustment Layer Sequence", "Sequence strip to perform filter adjustments to layers below");