Revision 48c56a0 by Dalai Felinto March 27, 2013, 18:44 (GMT) |
CMake fix: OpenEXR and Tiff are linking dependencies of OIIO, and fix for Boost-Cycles-OIIO order The NOT BOOST test was changing Cycles so should be before the cycles-oiio link (by Campbell Barton, thanks) And exr and tiff are required for oiio (on OSX at least) |
Revision 9c73c91 by Ton Roosendaal March 27, 2013, 18:31 (GMT) |
Sequencer "Insert Gap" and "Remove Gap" tooltip fix - to denote this doesn't use selection. The use of this tool is to insert or remove time for a timeline. |
Revision b163256 by Ton Roosendaal March 27, 2013, 18:28 (GMT) |
Node Editor To complete previous commit: New "Activate same type next/prev" operator - replaces the two not working previous ones. This selects/activates and views the next or previous node of same type. Shortcuts: Shift ] and Shift [ |
Revision 1c88643 by Ton Roosendaal March 27, 2013, 17:22 (GMT) |
Fix for Node Editor tool "Find next/prev of same type". This is the first half of the commit, it's going to be reviewed further. It also depends on other work in node drawing (to not reshuffle order on every select/activate). At least it works quite nice for the shortcuts shift [ and shift ] |
Revision 6aec2d4 by Sergey Sharybin March 27, 2013, 16:33 (GMT) |
Fix #34785: only one curve cap is visible while backface culling is enabled Simply extra normals flip happened. |
Revision 92689be by Ton Roosendaal March 27, 2013, 13:28 (GMT) |
Bug report #34775 Packed file print was misleading (no files packed). It should be "no new files packed". |
Revision 79b8d89 by Ton Roosendaal March 27, 2013, 12:29 (GMT) |
Tiny fix for sequencer: "View selected strip(s)" now includes the active strip (which can be deselected in cases). Less confusing this way, also because active strip is being drawn very visible. |
Revision 68d8c6a by Sergey Sharybin March 27, 2013, 11:26 (GMT) |
Fix #34779: Channels disappear from multilayer exr sequence Issue was caused by delayed or missing image user frame number update, which lead to image loading failure in cases node is updating from image signal callback. Solved in a way that file from image datablock is used for sockets detection instead of loading image for current frame. |
Revision cb6f416 by Campbell Barton March 27, 2013, 10:14 (GMT) |
api cleanup: replace BMO_vert_edge_flags_count() with more reusable function - BMO_iter_elem_count_flag(). closely matching existing BM_iter_elem_count_flag() function but checks tool-flags instead. |
Revision 93d5e10 by Ton Roosendaal March 27, 2013, 10:05 (GMT) |
Fix for timing print in renders. The time it was printing was excluding the time spent on color and file saving. Now it includes this too, plus it prints the time spent on color/files. Makes quite a difference when you do sequencer conversions or grading in terminals - time that was printed was very misleading. For readablity of logs, also added an extra empty line after this print. |
Revision da44015 by Shinsuke Irie March 27, 2013, 09:57 (GMT) |
Fix [#34768] Out of bounds access in console selection. txt_utf8_column_to_offset(): don't advance the offset anymore if a null character is found. |
Revision f834f48 by Sergey Sharybin March 27, 2013, 08:06 (GMT) |
Why oh why makesrna is split into two separate scons files.. Fixed missing audio devices when building with scons |
Revision d358458 by Campbell Barton March 27, 2013, 07:54 (GMT) |
fix for mesh face filling when a valid edge-loop was selected but unselected connecting geometry existed inside the loop. In this case edgenet_fill operator failed and it would fallback to filling as unordered vertices which was mostly fine but failed on some concave loops. Add a new bmesh operator 'edgeloop_fill' fills in closed loops even if they don't make a valid edge-net. |
Revision 31eee77 by Sergey Sharybin March 27, 2013, 07:19 (GMT) |
Fix #33518: Jack sync doesn't work in 2.64, 2.64 or 2.65 stable versions Added new build option WITH_JACK_DYNLOAD for CMake and WITH_BF_JACK_DYNLOAD for SCons, which means there'll be no build-time linking against libjack and getting symbols from libjack will happen runtime using dlopen and dlsym tricks. Alternative would be to use weak linking, but it'll require having wrapper for preloading libjack. This new options are disabled by default and they only intended to be used on linux. Other platforms shall not be using this and there shall be no functional changes on non-linux platforms at all. |
Revision 91b2b97 by Campbell Barton March 27, 2013, 06:49 (GMT) |
api cleanup: move edgenet bmesh operator into its own file. |
Revision 29c8bd7 by Campbell Barton March 27, 2013, 05:52 (GMT) |
api cleanup: split part of BM_face_create_ngon_vcloud() into a new function BM_face_create_ngon_verts(), a function to create a bmesh face from an ordered vertex array, optionally creating edges and calculating winding. |
Revision 1390abf by Campbell Barton March 27, 2013, 04:41 (GMT) |
code cleanup: quiet shadow warnings |
Revision 765a10a by Tamito Kajiyama March 27, 2013, 02:06 (GMT) |
Fix for Freestyle edge/face marks not working with most modifiers (except for Subdivision Surface). |
Revision 4af9004 by Campbell Barton March 26, 2013, 23:46 (GMT) |
fix [#34776] Linking the group in this .blend causes crash with this starting scene disallow linked objects to be in editmode. |
Revision 36d25da by Campbell Barton March 26, 2013, 22:45 (GMT) |
style cleanup |
|
|
|


Master Commits
MiikaHweb | 2003-2021