svn merge -r 15392:15551 https://svn.blender.org/svnroot/bf-blender/trunk/blender
This commit is contained in:
@@ -602,9 +602,9 @@ void GPC_RenderTools::MotionBlur(RAS_IRasterizer* rasterizer)
|
||||
}
|
||||
}
|
||||
|
||||
void GPC_RenderTools::Update2DFilter(RAS_2DFilterManager::RAS_2DFILTER_MODE filtermode, int pass, STR_String& text, short texture_flag)
|
||||
void GPC_RenderTools::Update2DFilter(vector<STR_String>& propNames, void* gameObj, RAS_2DFilterManager::RAS_2DFILTER_MODE filtermode, int pass, STR_String& text)
|
||||
{
|
||||
m_filtermanager.EnableFilter(filtermode, pass, text, texture_flag);
|
||||
m_filtermanager.EnableFilter(propNames, gameObj, filtermode, pass, text);
|
||||
}
|
||||
|
||||
void GPC_RenderTools::Render2DFilters(RAS_ICanvas* canvas)
|
||||
|
||||
Reference in New Issue
Block a user