Revision 02689df by Antonis Ryakiotakis December 13, 2012, 14:33 (GMT) |
Part of bratwurst GSOC cleanup of subsurf unwrap code: Ommit subsurf level in the operator and use the modifier level and subdivision type instead. Using subsurf only makes sense if the modifier is first so print an warning and turn off if this is not the case. |
Revision d06876f by Ton Roosendaal December 13, 2012, 14:25 (GMT) |
Bugfix, IRC report (Error in 2.65 release too) Mac OS X: on closing Blender, it 'flashed', which appeared to be a white window opening and closing quickly. Caused by code trying to send focus to another opened window, and accidentally focusing the closed one - causing it to reopen. |
Revision c12a136 by Ton Roosendaal December 13, 2012, 13:20 (GMT) |
Feature fix: Upgraded version to 2.65.1, and check on this to map default region backgrounds to have an alpha 0.5. This only worked until now for 2.64 savedi startups. |
Revision b120e64 by Campbell Barton December 13, 2012, 12:52 (GMT) |
remove unrelated text |
Revision 8bd94b0 by jens verwiebe December 13, 2012, 12:46 (GMT) |
OSX: add plist key High Resolution Capable |
Revision a63f0d3 by Ton Roosendaal December 13, 2012, 12:17 (GMT) |
Bugfix [#33511] Overlapping regions: when dragging the region to close them, it started the blending timer - which of course is not meant to happen. |
Revision 0f97d53 by Campbell Barton December 13, 2012, 11:59 (GMT) |
add include so alloca() is found on mingw. |
Revision 97bea74 by Campbell Barton December 13, 2012, 11:54 (GMT) |
svg source files from jendrzych, v. 2.5.06 split SVG in two to match the PNG's. Original URL: http://pixel-sized.blogspot.nl/2012/05/two-years-of-absence-here.html#more |
Revision c44d105 by Ton Roosendaal December 13, 2012, 11:27 (GMT) |
Bugfix, IRC report: If a new userpref.blend was loaded, but no startup.blend existed yet, Blender crashed. |
Revision dfc3685 by Ton Roosendaal December 13, 2012, 10:58 (GMT) |
Only LMB clicks in Panel should return "handled" - it accidentally returned it for mousewheel too. Previous commit made scrolling in button regions not work. |
Revision b30c74a by Sergey Sharybin December 13, 2012, 10:51 (GMT) |
Fix #33510: Rotate around selection doesn't work when .blend saved in sculpt mode Issue was caused by calculateTransformCenter not giving any center point in cases object is in painting mode, which lead to previous offset used for view rotation. Since this previous offset is a static variable, it'll mean rotation will happen around scene origin after re-starting blender. Now made it so viewport rotation will use active object's center as an offset when active object is in painting mode. Should behave in more predictable way. |
Revision 60808c5 by Campbell Barton December 13, 2012, 10:37 (GMT) |
disable openmp thread assert, would fail in cases where the caller was locking for its self (sculpt mode) |
Revision b83f105 by Campbell Barton December 13, 2012, 10:29 (GMT) |
update themes for added alpha channel |
Revision 1fca21c by Ton Roosendaal December 13, 2012, 10:24 (GMT) |
Bug fix: - Code for detecting "click inside button panel" was convoluted and detected wrong panels even when they were closed. - Any click inside panels now return "Event Handled", that will prevent events being passed on in case of overlapping or transparent button panels. This is ancient code, will be in on my attention list for further cleaning. |
Revision 15634fd by Campbell Barton December 13, 2012, 09:46 (GMT) |
fix for sequence size mismatch when loading themes, addition of alpha channel caused themes not to load. |
Revision 223cb8c by Sergey Sharybin December 13, 2012, 09:14 (GMT) |
FFmpeg: remove limits of bitrate, they were far too low for losless formats like DNxHD |
Revision 6e038ff by Brecht Van Lommel December 13, 2012, 08:46 (GMT) |
CMake: on linux, make boost now always require multithreaded libs, disabling this was a hack for the precompiled libs in svn. Also bumped minimum version to 1.48 because that's the first version that contains boost::locale. |
Revision 5d520c2 by Brecht Van Lommel December 13, 2012, 08:45 (GMT) |
Cycles: shuffle addon import statements a bit to try to fix a strange import error in some builds. |
Revision 0c3103a by Brecht Van Lommel December 13, 2012, 07:32 (GMT) |
Fix #33500: when transforming, tapping shift twice and holding did not enable precision mode. Not really the intended way to use this but it revealed a bug in the event handling here. |
Revision 3a40831 by Campbell Barton December 13, 2012, 06:36 (GMT) |
image view cursor wasn't scaling up with the DPI |
|