Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonique Dewanchand <m.dewanchand@atmind.nl>2012-06-01 00:26:42 +0400
committerMonique Dewanchand <m.dewanchand@atmind.nl>2012-06-01 00:26:42 +0400
commit13714e621d654f64a2b8c6f2772ffcb0ab101dd2 (patch)
tree2747ac9c8159e1efff8cdca3d0841b28af0388bc /source/blender/compositor/operations/COM_MathBaseOperation.h
parent2b5eed9689679200033dd2e713fc506126423fb2 (diff)
Fix for [#31662] Compositing: No Alpha if image/color connected to second input of math node
Diffstat (limited to 'source/blender/compositor/operations/COM_MathBaseOperation.h')
-rw-r--r--source/blender/compositor/operations/COM_MathBaseOperation.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/compositor/operations/COM_MathBaseOperation.h b/source/blender/compositor/operations/COM_MathBaseOperation.h
index 87f8a304158..64e8c4af88f 100644
--- a/source/blender/compositor/operations/COM_MathBaseOperation.h
+++ b/source/blender/compositor/operations/COM_MathBaseOperation.h
@@ -58,6 +58,10 @@ public:
*/
void deinitExecution();
+ /**
+ * Determine resolution
+ */
+ void determineResolution(unsigned int resolution[], unsigned int preferredResolution[]);
};
class MathAddOperation: public MathBaseOperation {