Fix for renamed API functions in rB415af0b.

This commit is contained in:
2014-07-17 13:04:01 +09:00
parent 701f0356df
commit 83360eccae
2 changed files with 2 additions and 2 deletions

View File

@@ -736,7 +736,7 @@ void FRS_move_active_lineset_down(FreestyleConfig *config)
Material *FRS_create_stroke_material(bContext *C, Main *bmain, Scene *scene)
{
FreestyleLineStyle *linestyle = BKE_get_linestyle_from_scene(scene);
FreestyleLineStyle *linestyle = BKE_linestyle_active_from_scene(scene);
if (!linestyle) {
cout << "FRS_create_stroke_material: No active line style in the current scene" << endl;