* FIX for
- [#31777] Border Crop gives black - [#31768] Crash when connecting a Math node to a translate node in Tiles comp - [#31638] View node in new node compo system crashes when inside a group * make sure a very fast vignette can be made by using a EliipseMask + Fast Gaussian blur
This commit is contained in:
@@ -184,11 +184,8 @@ void ExecutionGroup::deinitExecution()
|
||||
void ExecutionGroup::determineResolution(unsigned int resolution[])
|
||||
{
|
||||
NodeOperation *operation = this->getOutputNodeOperation();
|
||||
unsigned int preferredResolution[2];
|
||||
preferredResolution[0] = 0;
|
||||
preferredResolution[1] = 0;
|
||||
operation->determineResolution(resolution, preferredResolution);
|
||||
operation->setResolution(resolution);
|
||||
resolution[0] = operation->getWidth();
|
||||
resolution[1] = operation->getHeight();
|
||||
this->setResolution(resolution);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user