Revision 86f42ee by jens verwiebe June 4, 2014, 08:54 (GMT) |
OSX 10.10: fix for Blender crashing on fsmenu due icloud in the favorite list but pointer is NULL when not activated This does not break other OSX versions, just add a check for pathString |
Revision 812515b by Tamito Kajiyama June 4, 2014, 06:03 (GMT) |
Freestyle: Fix for a potential infinite loop in stroke resampling by vertex count. Changes were made in Stroke::Resample(int) in C++ to prevent a potential infinite loop caused by an inconsistency between Stroke::_Length and the stroke length computed based on stroke vertices. Such a stroke length inconsistency is usually caused by missing calls of Stroke::UpdateLength() (i.e., API implementation bugs), but also may occur due to scripting errors in user-defined style modules. This commit is meant to help script writters to identify the latter error cases. Now Stroke.resample(int) may raise a runtime error to signal an error condition. |
Revision 5ee55ca by Campbell Barton June 4, 2014, 04:24 (GMT) |
Fix for dupli's ignoring color in set-scenes also skip setting wire color drawing depth |
Revision b3e9a71 by Campbell Barton June 3, 2014, 22:39 (GMT) |
Fix T40489: Curve drawing skipped loose-wire when mixed with solid faces |
Revision c918f24 by Sergey Sharybin June 3, 2014, 16:05 (GMT) |
Tweaks to bevel and crease transform They were using INPUT_SPRING in a way which didn't allow it to easily redo the operator because INPUT_SPRING internally is stored as a ration between old value and new one and crease and bevel were converting this to value delta. Now made it special input type INPUT_SPRING_DELTA which is storing delta of the spring, meaning now values in the redo panel kind of makes sense -- they mean how much to add/remove to the crease/bevel weight. Expect to be no functional changes from interactive transform POV, just a bit more convenient to use redo panel. |
Revision f46b384 by Campbell Barton June 3, 2014, 13:00 (GMT) |
Change to key modifier should trigger re-evaluation of drag-and-drop This change is part of a fix for T40435, but will postpone for now. Original patch by Sergey Sharybin |
Revision b460674 by Campbell Barton June 3, 2014, 09:25 (GMT) |
Code cleanup: replace macro with function to reduce binary size |
Revision 6f1a648 by Dalai Felinto June 3, 2014, 05:14 (GMT) |
Bake-API small cleanup |
Revision 5f3c8cf by Dalai Felinto June 3, 2014, 05:14 (GMT) |
Fix T40476 - Baking multiple selected objects in Cycles final result depends on last selected object Reviewers: campbellbarton Differential Revision: https://developer.blender.org/D577 |
Revision b7eff58 by Dalai Felinto June 3, 2014, 05:10 (GMT) |
Bake-API prevent baking for engines that dont support the baking API In the future we can fallback to the Blender Internal baking. Review/Suggestions by Campbell Barton |
Revision e740afe by Campbell Barton June 3, 2014, 02:23 (GMT) |
View3d Toolbar: project-paint tools were in options, move into own panel |
Revision 6c9dd17 by Mitchell Stokes June 3, 2014, 01:52 (GMT) |
Fix T39053: Replace mesh actuator does not replace material (only mesh) The replace mesh actuator was reconverting the mesh data which causes conflicts with the LoD code. Instead, we just look for an already converted mesh, which should already be in the scene. |
Revision 2645660 by Campbell Barton June 3, 2014, 01:32 (GMT) |
Correct last commit: workaround for BGE |
Revision bf640a6 by Campbell Barton June 2, 2014, 23:30 (GMT) |
Code cleanup: use typedefs for ui handler functions |
Revision 9016d6d by Sergey Sharybin June 2, 2014, 12:37 (GMT) |
Fix T40448: Blurring bug in the compositor This commit pretty much reverts all the changes related on tile-ability of the fast gaussian blur. It's not tilable by definition and would almost always give you seams on the tile boundaries. Atmind already met the issue and tried to solve it by increasing some magic constant, which is pretty much likely simply made it so compositor switched to full-frame calculation in that particular .blend file. Fast gaussian is really not a production thing and need to be avoided. We're to improve speed of normal gaussian blur instead. |
Revision fd781c1 by Campbell Barton June 2, 2014, 12:33 (GMT) |
Disable key-modifier detection when activating windows Causes issues on X11 for some users |
Revision c590b2a by jens verwiebe June 2, 2014, 12:20 (GMT) |
OSX: Set Blender.app and Blenderplayer.app creation and modification date to compiletime, else we would always have the time from checkout here |
Revision 4b2c826 by Matteo F. Vescovi / Sergey Sharybin June 2, 2014, 10:27 (GMT) |
Fix compilation on unofficial 64bit archs |
Revision 9b23d9a by Matteo F. Vescovi / Sergey Sharybin June 2, 2014, 10:26 (GMT) |
Fix compilation error non non-linux architectures |
Revision 3e6c734 by Sergey Sharybin June 2, 2014, 08:24 (GMT) |
Fix T40457: Subsurf modifier with Freestyle edges You can't use ORIG index as an index to copy CD from source DM. |
|
|
|


Master Commits
MiikaHweb | 2003-2021