Revision 0071ce5 by Sergey Sharybin November 17, 2012, 11:07 (GMT) |
Fix #33209: Opening an image with image node on Compositing freezes Blender Own mistake in image threading commit. |
Revision 62cba2c by Campbell Barton November 17, 2012, 06:32 (GMT) |
playanim: make alphanumeric +/- and numpad +/- work the same way. better for users without a numpad. - Ctrl +/-: Zooms - +/-: Controls playback speed |
Revision c063194 by Sergey Sharybin November 17, 2012, 06:14 (GMT) |
Fix #33204: Blur node ignores Gamma setting Gamma correction option was ignored by new compositor system. Also new compositor was doing alpha premul in a wrong way. In fact, not sure if it should do premul -- old compositor didn't do that.. |
Revision 3b00850 by Campbell Barton November 17, 2012, 06:05 (GMT) |
playanim move zooming into a static function, the switch statement passthrough was unnecessarily confusing. |
Revision 38eee01 by Campbell Barton November 17, 2012, 05:16 (GMT) |
quiet scons deprecation warnings and correct --with_filesystem --> --with-filesystem in install_deps.sh |
Revision 79f651a by Campbell Barton November 17, 2012, 04:47 (GMT) |
animation playback window now pauses properly. |
Revision 654ddfa by Campbell Barton November 17, 2012, 01:15 (GMT) |
fix for 'Playanim' playing past the last frame of an animation. also print -s and -e in help message. |
Revision c3c14f8 by Campbell Barton November 16, 2012, 21:25 (GMT) |
use quad-strip for filling even when no segments are being added, this gives quad-loops along the bevel whereas before it made ngons. |
Revision 6de13de by Campbell Barton November 16, 2012, 21:05 (GMT) |
more straightforward way to implement quad-strip face filling suggested by Howard Trickey, also some other changes - no need to check the new loops face is larger and no longer split up the ngon more times then there are subdivisions in the face strip (now ngons will remain on both sides). |
Revision abc1222 by Bastien Montagne November 16, 2012, 17:14 (GMT) |
More fixes and cleanup... Now OSL should work for DEB-like systems with CMake (not yet tested with scones, nor fedora). Fedora version-checking bug should be fixed. Also simplified a bit compile_FOO funcs code. |
Revision 7494698 by jens verwiebe November 16, 2012, 15:18 (GMT) |
OSX/scons/osl: use Xlinker for the BF_PROGRAM_LINKFLAGS, so we can alternative again compile with gcc-4.6 |
Revision cf64a5b by Brecht Van Lommel November 16, 2012, 15:15 (GMT) |
Python/Context: do not allow any UI context access from threads like render or baking. This basically means you will only have access to bpy.data and bpy.context.scene, not current window, active object, etc, as those are not thread safe anyway and were likely to cause issues already. This fixes #30858, where the UI would lose buttons due to context getting corrupted when editing objects in pre/post render or using luxrender. The context access they did (indirectly) was only using the current scene or data so they still work. |
Revision d017f34 by jens verwiebe November 16, 2012, 14:42 (GMT) |
OSX/scons/osl: working but not optimally designed atm |
Revision dc06523 by Campbell Barton November 16, 2012, 14:28 (GMT) |
rework the bevel quad strip logic to work with ngons correctly, previously it only worked properly with triangles. |
Revision 8928344 by Campbell Barton November 16, 2012, 13:41 (GMT) |
fix for own bug in quad-stip fill method, quad strips were skewed. |
Revision 366b60c by Bastien Montagne November 16, 2012, 12:42 (GMT) |
First atempt to add OSL. DEB only for now: installs needed deps (LLVM & co), downloads OSL source and compiles the lib. However, blender linking fails currently... :/ |
Revision 276c842 by Campbell Barton November 16, 2012, 12:41 (GMT) |
BLI_assert() when math functions that require are normalize vector are called without one. |
Revision b7dbf83 by Campbell Barton November 16, 2012, 12:33 (GMT) |
more minor improvements to bevel use of math functions |
Revision 6b0c200 by Campbell Barton November 16, 2012, 12:25 (GMT) |
code cleanup: remove unneeded normalize (face normal), and unneeded call to len_v3v3 |
Revision 88b26f2 by Thomas Dinges November 16, 2012, 12:18 (GMT) |
Windows x64: * Fix compile after recent OIIO changes. |
|