Revision 3b03284 by Antonis Ryakiotakis June 26, 2013, 14:28 (GMT) |
Fix #35365 Texture cloning not behaving correctly in perspective view This issue was caused by doing pespective interpolation of clone uv coordinates in perspective view. To fix this we need to use perspective correction for screen coordinates, but return regular barycentric weights back for clone layer uv coordinate interpolation. |
Revision 4294080 by Bastien Montagne June 26, 2013, 13:22 (GMT) |
Style cleanup (indent of switch/case in own code). |
Revision ba2ee5f by Bastien Montagne June 26, 2013, 12:37 (GMT) |
Update osl magic number when updating version ;) |
Revision ab1a0d6 by Brecht Van Lommel June 26, 2013, 12:33 (GMT) |
Fix #35879: missing 3D viewport redraws when changing lamp settings, after recent changes to avoid unnecessary redraws. |
Revision b7ca8ce by Brecht Van Lommel June 26, 2013, 12:24 (GMT) |
Fix #35880: popup menus like F6 redo did not use the right theme color for highlighted text, it should use the UI instead of 3D view color. |
Revision e11e30a by Brecht Van Lommel June 26, 2013, 12:24 (GMT) |
Fix Cycles OpenCL issue if context/program creation fails, mistake by me, patch #35866 by Doug Gale to fix it. |
Revision 63f1e25 by Thomas Dinges June 26, 2013, 11:46 (GMT) |
Merged revision(s) 57671-57767 from trunk/blender into soc-2013-dingto |
Revision 5eda86a by Antonis Ryakiotakis June 26, 2013, 11:39 (GMT) |
Fix #35583 Smooth brush ignores hidden parts The bug only exists for multires smoothing. Other cases were handled by BKE_pbvh_vertex_iter_begin, which culled hidden parts accordingly. Added a manual check on the multires smoothing code. |
Revision d5fd3b3 by Thomas Dinges June 26, 2013, 11:30 (GMT) |
Install Deps script: * Use recent OSL 1.3.2 release. |
Revision 56f5951 by Antonis Ryakiotakis June 26, 2013, 10:14 (GMT) |
Fix #34837 Texture Painting using Face Selection Mask fails to show texture if more than 1 texture is used The problem here is that no flushing is done when the texface image changes between rendered triangles. Added a compare function and slightly modified the draw_tface_mapped__set_draw callback to compliant with the new user data. |
Revision 7255432 by Gaia Clary June 26, 2013, 09:02 (GMT) |
Avoid blender crash during collada export (when armature has animation data) |
Revision 063be8f by Bastien Montagne June 26, 2013, 07:28 (GMT) |
Fix [#35750] list items in properties editor (text colors not following list item theme). Issue goes back since we stopped using LISTROW button to draw item's name (i.e. since we have custom buttons in list items!). This commit: * Adds a new flag to uiBlock, UI_BLOCK_LIST_ITEM, to mark blocks used for each list item. * Adds a new button type, LISTLABEL, which basically behaves exactly as LABEL, but uses wcol_list_item color set. * When uiItemL is called, it checks whether current block has UI_BLOCK_LIST_ITEM set, and if so, switch produced button to LISTLABEL type. * Adds a new helper func, ui_layout_list_set_labels_active, called after the active list item has been "drawn", to set all LISTLABEL buttons as UI_SELECT. Note custom widget_state_label() was removed, in interface_widgets.c, as it did nothing more than default widget_state(). Thanks to Brecht for the review and advices. |
Revision c0c9f53 by Campbell Barton June 26, 2013, 04:17 (GMT) |
fix [#35507] BMesh module: Crash on to_mesh() if faces.layers.tex is used but no loops.layers.uv |
Revision 7d60845 by Campbell Barton June 26, 2013, 04:17 (GMT) |
bmesh mirror operator was counting layers in inner loop for no good reason. |
Revision a050ddf by Campbell Barton June 26, 2013, 03:42 (GMT) |
remove unused callback |
Revision 28e1479 by Campbell Barton June 26, 2013, 02:57 (GMT) |
fix for vert/face mask modes using last used select option when using the select-all key shortcut. |
Revision a785876 by Campbell Barton June 26, 2013, 02:47 (GMT) |
fix [#35858] Weight Paint: Hiding faces isnt flushing the flag to the vertices. |
Revision 47cfdc4 by Gaia Clary June 25, 2013, 22:58 (GMT) |
Fixed operator call (due to renamed operator parameter) |
Revision fad1da0 by Campbell Barton June 25, 2013, 22:58 (GMT) |
correct typos in comments. |
Revision b52d01d by Gaia Clary June 25, 2013, 22:28 (GMT) |
Rename operator for better clarity |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021