Sergey Sharybin
2ada3512a2
Compositor: Code cleanup, prepare for strict C++ flags
2015-03-27 18:23:31 +05:00
Campbell Barton
c1c26c36f6
Style Cleanup: remove preprocessor indentation (updated wiki style guide too)
2013-12-22 14:12:19 +11:00
Lukas Tönne
c566e408e4
Cleanup: Renamed compositor executePixel functions and their 'read' wrappers in SocketReader.
...
Distinguish the 3 different methods for acquiring pixel color values (executePixel, executePixelSampled, executePixelFiltered).
This makes it easier to keep track of the different sampling methods (and works nicer with IDEs that do code parsing).
Differential Revision: http://developer.blender.org/D7
2013-11-19 11:06:16 +01:00
Sergey Sharybin
ba3a1067fa
Remove magic constants from Track Position node RNA code.
2013-06-12 12:55:44 +00:00
Campbell Barton
f25618f29a
make Node.links return a tuple, this may you can't do socket.links.append() by mistake.
...
removed RNAMeta mixin class since you cant register subclasses.
also some minor code cleanup
2012-12-21 12:16:13 +00:00
Campbell Barton
2bb174cfa4
style cleanup: indentation
2012-11-09 09:33:28 +00:00
Campbell Barton
94a3945cf9
code cleanup: compositor - define size for executePixel function output float array
2012-08-10 14:07:24 +00:00
Campbell Barton
e877247789
use define for bokeh blur size, also define size of determineResolution args.
2012-08-10 13:23:31 +00:00
Sergey Sharybin
52b4b49059
Code cleanup: Remove unused includes of DNA_scene_types.
2012-08-01 14:48:51 +00:00
Sergey Sharybin
18e874798d
Track input node: more control on over output value
...
Now supports output value of:
- Absolute marker position
- Marker position relative to the very first marker
- Marker position relative to given scene frame
2012-07-27 11:07:12 +00:00
Sergey Sharybin
d0b387a0df
Track input node: move all initializaiton to initExecution function
2012-07-27 11:07:09 +00:00
Sergey Sharybin
85571c339d
Fix unworkable track position node
2012-07-26 18:05:05 +00:00
Sergey Sharybin
5cc0e5f751
Mango request: added an input node to use track's position in compositor
...
--
svn merge -r48088:48089 -r48091:48092 ^/branches/soc-2011-tomato
2012-07-10 11:01:25 +00:00
Sergey Sharybin
72e170d67a
Implementation of node for track position input
2012-06-19 17:29:58 +00:00