Revision ffc9e34 by Campbell Barton June 14, 2012, 16:55 (GMT) |
new scaling options to scale footage without stretching - add stretch/fit/crop to compositor scale node, default behavior isnt changed. this is only added for the old compositor, will add to the new compositor next. |
Revision 5508249 by Campbell Barton June 14, 2012, 16:15 (GMT) |
style cleanup |
Revision 1a39e74 by Campbell Barton June 14, 2012, 16:13 (GMT) |
revert own commits 47907, 47908 after some discussion this is really bad and needs some different solution. |
Revision 0b2fcf4 by Campbell Barton June 14, 2012, 15:04 (GMT) |
change to scale node - multiply scale by scene size, without this theres no reliable way to match different scaled footage to an output and still have useful preview's at <100 percentage. |
Revision 91eed57 by Gaia Clary June 14, 2012, 14:48 (GMT) |
Collada: cleanup sort function for |
Revision 43864f9 by Gaia Clary June 14, 2012, 14:47 (GMT) |
fix a nullpointer exception when data missing in dae file |
Revision 931aeeb by Thomas Dinges June 14, 2012, 14:04 (GMT) |
* Add RNA comment for Lamp icon defines. |
Revision 29e5f72 by Thomas Dinges June 14, 2012, 14:02 (GMT) |
Interface: * Rename "Clear Game Property" to "Rename Game Properties", because the operator deletes all game properties from all selected object(s), not only one. This fixes [#31828], patch by Philipp Oeser. |
Revision 201e9d8 by Thomas Dinges June 14, 2012, 13:54 (GMT) |
Bugfix for [#31829] Add lamp icons missing. Patch by Philipp Oeser. Note: If you do code cleanups, and revert make sure you revert it correct and not halfway. ;-) r47034 |
Revision a2c8625 by Sergey Sharybin June 14, 2012, 13:48 (GMT) |
Blender is using tabs, not spaces for indentation |
Revision 554107b by Sergey Sharybin June 14, 2012, 13:33 (GMT) |
Disable fixed-sized specializations for schur solver As far as i remember Keir, this should be safe for our usages of ceres and it should save noticeable amount of time and used memory when compiling blender with libmv support. Quick tests with tracking went smooth after this. |
Revision 9a88d9c by Sergey Sharybin June 14, 2012, 12:43 (GMT) |
Synchronize changes with trunk: - Revert some unneeded code-style changes which were done in tomato - Remove classic compositor's keying node exec callback. It was too outdated and not sure if we shall support two versions of compositors. - Revert changes made to some other nodes which were needed to make classic compositor's keying node working. |
Revision a92194b by Sergey Sharybin June 14, 2012, 12:34 (GMT) |
Revision 1f19bac by Sergey Sharybin June 14, 2012, 12:19 (GMT) |
Kaying node from tomato branch Merge keying node from tomato branch into trunk. It was considered stable and helpful by Mango team and it'll help studio pipeline, because nodes would stop disappearing when opening files in current trunk. Full information about keying nodes could be found there: http://wiki.blender.org/index.php/User:Nazg-gul/Keying |
Revision d56e77a by Sergey Sharybin June 14, 2012, 12:18 (GMT) |
Keying Screen node from tomato branch Merge Keying Screen node developed in tomato branch into trunk. This node is aimed to make dealing with non-even greenscreens better by generating gradiented image which could be used a input for keyer nodes. Based on building voronoi diagram using motion tracking markers as sites position and average pattern color as color for that site. Pretty straignforward node, some documentation is there http://wiki.blender.org/index.php/User:Nazg-gul/Keying#Screen_color |
Revision e2cda81 by Campbell Barton June 14, 2012, 12:05 (GMT) |
fix for years old bug - OpenEXR always adding alpha channel on load (how did nobody notice this?). |
Revision d3c8cdc by Campbell Barton June 14, 2012, 11:44 (GMT) |
code cleanup: zbuf/alpha exr writing |
Revision da45aa9 by Sergey Sharybin June 14, 2012, 11:27 (GMT) |
Revision a164b7e by Sergey Sharybin June 14, 2012, 11:26 (GMT) |
Comment numberoffilters in constructor too. Otherwise it'll for sure give compilation error. |
Revision 51035ec by Sergey Sharybin June 14, 2012, 11:22 (GMT) |
|