svn merge ^/trunk/blender -r47566:47571
This commit is contained in:
@@ -1744,7 +1744,9 @@ static void draw_viewport_reconstruction(Scene *scene, Base *base, View3D *v3d,
|
||||
glDisable(GL_COLOR_MATERIAL);
|
||||
glDisable(GL_LIGHTING);
|
||||
|
||||
glColor3ubv(ob_wire_col);
|
||||
if ((flag & DRAW_CONSTCOLOR) == 0) {
|
||||
glColor3ubv(ob_wire_col);
|
||||
}
|
||||
|
||||
if (flag & DRAW_PICKING)
|
||||
glLoadName(base->selcol);
|
||||
|
||||
@@ -3660,6 +3660,7 @@ static void rna_def_scene_render_data(BlenderRNA *brna)
|
||||
|
||||
prop = RNA_def_property(srna, "use_compositing", PROP_BOOLEAN, PROP_NONE);
|
||||
RNA_def_property_boolean_sdna(prop, NULL, "scemode", R_DOCOMP);
|
||||
RNA_def_property_clear_flag(prop, PROP_ANIMATABLE);
|
||||
RNA_def_property_ui_text(prop, "Compositing",
|
||||
"Process the render result through the compositing pipeline, "
|
||||
"if compositing nodes are enabled");
|
||||
@@ -3667,6 +3668,7 @@ static void rna_def_scene_render_data(BlenderRNA *brna)
|
||||
|
||||
prop = RNA_def_property(srna, "use_sequencer", PROP_BOOLEAN, PROP_NONE);
|
||||
RNA_def_property_boolean_sdna(prop, NULL, "scemode", R_DOSEQ);
|
||||
RNA_def_property_clear_flag(prop, PROP_ANIMATABLE);
|
||||
RNA_def_property_ui_text(prop, "Sequencer",
|
||||
"Process the render (and composited) result through the video sequence "
|
||||
"editor pipeline, if sequencer strips exist");
|
||||
|
||||
Reference in New Issue
Block a user