Revision 828710d by Bastien Montagne August 13, 2015, 11:18 (GMT) |
Fix T45782: bpy.ops.object.select_by_layer match='SHARED' option is not working. Looks like some half-done change from enum to bool (or vice-versa), that op was just broken! |
Revision c62eb91 by Bastien Montagne August 13, 2015, 10:45 (GMT) |
Fix T45775: Bad 'Normal' transform space for edge of non-uniformed scaled object. Non-uniform scaled obmat will lead to transformation not preserving angles, so we must ensure our normal is orthogonal to the edge **after** applying obmat. |
Revision 487d2cb by Bastien Montagne August 12, 2015, 16:21 (GMT) |
Displace Modifier: add an option to displace along (averaged) custom normals, instead of vertex normals. User suggestion/request from 'boby'. |
Revision 883b420 by Bastien Montagne August 12, 2015, 14:43 (GMT) |
Fix T45739: Number slider precision handling inconsistent between unit systems. When using unit system, step was multiplied by 100, could really not find any good reason to that. Easy to revert anyway if needed, but in this case please explain why in code. ;) Investigated and patch by Thomas Radeke (ThomasR), thanks. |
Revision 39ce0a9 by Howard Trickey August 12, 2015, 14:18 (GMT) |
Fix T44049, edge bevel with sometimes breaks UVs. Fairly large changes to bevel code to do a better job of keeping UVs from crossing islands, etc. Updated http://wiki.blender.org/index.php/Dev:2.5/Source/Modeling/Bevel to explain algorithm used for maintaining UVs. Updated the bevel_regression.blend tests in lib tests. |
Revision 4eefba0 by Bastien Montagne August 12, 2015, 09:42 (GMT) |
Fix 'hard crash' part of T45768 (when merging all vertices of a mesh, we have no more edges to draw). |
Revision 8a2371e by Bastien Montagne August 11, 2015, 20:29 (GMT) |
Usual UI message cleanup/fixes. |
Revision 253ee0b by Bastien Montagne August 11, 2015, 20:08 (GMT) |
install_deps: fix broken force/skip-osd options. Bash scripts are such a PITA, having to redefine the options in three different places... :( |
Revision b36c6b9 by Porteries Tristan August 11, 2015, 19:49 (GMT) |
BGE: Fix delete constraint for replicated physics controllers. Replicated controllers didn't free constraints list before. |
Revision d221534 by Sergey Sharybin August 11, 2015, 16:03 (GMT) |
Cycles: Enable some extra debug prints for OpenCL kernel loading |
Revision a790e17 by Porteries Tristan August 11, 2015, 11:02 (GMT) |
BGE: Fix T38448: Bullet constraint memory leak. |
Revision 10dbe96 by Bastien Montagne August 11, 2015, 10:11 (GMT) |
Add WM_event_add/remove_timer_notifier() helpers. This basically does the 'timer' part of Jobs system: it sends a given notifier on every timer step. This is needed for background tasks (not full-fledged jobs, lighter BLI_tasks based) that want to update UI (like for up-comming new thumbnail handling in filebrowser). |
Revision bccc6c3 by Porteries Tristan August 11, 2015, 09:30 (GMT) |
Revision c150645 by Bastien Montagne August 10, 2015, 16:01 (GMT) |
UI drag&drop: make code able to free dragpoin if needed. Only for image and strings for now. Needed for incomming filebrowser work. |
Revision 8d37aae by Bastien Montagne August 10, 2015, 15:45 (GMT) |
Data previews: add utils to generate/clear previews. Not much to add, you can now clear previews from current .blend file, or a set of non-opened files. Likewise, you can generate previews (for mat/tex, objects, groups, scenes, ...). |
Revision 8f837e0 by Porteries Tristan August 10, 2015, 15:32 (GMT) |
BGE: Fix T33564: UI obstacle panel disable for character and no collision objects. |
Revision 7b467a6 by Sergey Sharybin August 10, 2015, 15:24 (GMT) |
Cycles: Fix for typo in previous commit |
Revision 3c77822 by Porteries Tristan August 10, 2015, 15:08 (GMT) |
Revision 0c82ba4 by Bastien Montagne August 10, 2015, 13:41 (GMT) |
Data previews: add preview to Object, Group and Scene. This commit does not add anything yet to users, it?s purely internal one. Useful commit is next. ;) |
Revision d70ffd3 by Bastien Montagne August 10, 2015, 13:03 (GMT) |
BLI_threads: add an helper to wait on a condition using a global mutex. Also, factorized internal code to get global mutex from its ID. |
|
|
|


Master Commits
MiikaHweb | 2003-2021