Revision d307c24 by Campbell Barton October 16, 2015, 15:46 (GMT) |
Cleanup: style Also use gcc style file:line: syntax for errors. |
Revision a1b34c0 by Campbell Barton October 16, 2015, 15:03 (GMT) |
Fix T46510: VSE View-all crops out image |
Revision 1ec5498 by Campbell Barton October 16, 2015, 14:01 (GMT) |
Cleanup: use bools for v2d, minor ws edits |
Revision 34e749b by Campbell Barton October 16, 2015, 13:31 (GMT) |
Fix popup menu glitch, scrolling at high dpi Popups were clamped be screen-margin, then clipped by UI_POPUP_MENU_TOP, causing regular popups not to have enough room & add scroll buttons. |
Revision b6b15f0 by Campbell Barton October 16, 2015, 13:22 (GMT) |
UI: expose UI_POPUP_MENU_TOP for use elsewhere. |
Revision e6aa464 by Campbell Barton October 16, 2015, 13:03 (GMT) |
BLI_rect: add BLI_rctf_clamp Clamp one rect within another. This is done inline in the UI code, which gets verbose. |
Revision 99cf636 by Campbell Barton October 16, 2015, 13:02 (GMT) |
Cleanup: redundant struct qualifiers |
Revision 85f3b21 by Campbell Barton October 16, 2015, 10:57 (GMT) |
error in last commit |
Revision 7dc8009 by Campbell Barton October 16, 2015, 10:53 (GMT) |
Fix for missing id_lib_extern, assigning ID's |
Revision b5a4a00 by Campbell Barton October 16, 2015, 09:56 (GMT) |
Fix T46502: Linked dupli-group lost on reload |
Revision 7bf7f67 by Bastien Montagne October 16, 2015, 09:21 (GMT) |
Revert part of rB4d9345479aa86f61, and cleanup a bit. 'thumbnail_size' is now used in all cases, it controlls column width in other viewmodes of filebrowser. We cannot (easily) rename that DNA member, but I also renamed RNA property, and fixed its tooltip... |
Revision 4d93454 by Campbell Barton October 16, 2015, 07:51 (GMT) |
UI: only show thumbnail size when its enabled Also make enum identifiers less cryptic. |
Revision c9d3243 by Campbell Barton October 16, 2015, 04:17 (GMT) |
Cleanup: simplify BLI_stringdec use |
Revision 2f35217 by Campbell Barton October 16, 2015, 04:00 (GMT) |
Fix T46503: Snap scale fails using corner pivot |
Revision c62468a by Antonis Ryakiotakis October 15, 2015, 20:20 (GMT) |
VBO implementation for GLSL subsurfed meshes (non-mapped case) As with cdderivedmesh, performance here is still CPU-limited if material needs tangents/UVs/vcolors. Draw calls have much less overhead though. Also, as with derivedmesh, kept an exception for old drawing for NVIDIA +OSX+VBO off or setDrawOptions callback not being NULL. setDrawOptions should be ommitable and fully VBOfialbe (?) in the future, usually those just check for hidden flag of poly or similar. |
Revision 2f0db80 by Campbell Barton October 15, 2015, 17:57 (GMT) |
Fix crash pressing +/- in file-selector Filenames over 128 chars would crash. Move BLI_newname into file_ops, this was only used in one place and isn't all that re-usable. Also remove special behavior for 4 digits. |
Revision cebaedd by Campbell Barton October 15, 2015, 17:31 (GMT) |
Fix crash w/ PlayAnim & long filenames Paths >128 chars could crash. Replace BLI_newname with direct BLI_stringenc/dec use which makes more sense in this case. |
Revision 14de9a5 by Campbell Barton October 15, 2015, 17:04 (GMT) |
Knife tool: generalize angle snapping code Replace hard-coded snap angles with function that allows arbitrary snapping increments. Currently no user visible change. |
Revision 99142ec by Campbell Barton October 15, 2015, 16:06 (GMT) |
BLI_math: isect_ray_plane_v3 now takes 4d plane Was taking a triangle and doing ray-tri intersect. |
Revision 2746bbe by Sergey Sharybin October 15, 2015, 14:33 (GMT) |
Fix T46493: Wrong camera zoom blur with non-unit pixel aspect |
|
|
|


Master Commits
MiikaHweb | 2003-2021