Blender Git Commits

Blender Git "master" branch commits.

Page: 2492 / 5574

October 16, 2015, 15:46 (GMT)
Cleanup: style

Also use gcc style file:line: syntax for errors.
October 16, 2015, 15:03 (GMT)
Fix T46510: VSE View-all crops out image
October 16, 2015, 14:01 (GMT)
Cleanup: use bools for v2d, minor ws edits
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.
October 16, 2015, 13:22 (GMT)
UI: expose UI_POPUP_MENU_TOP for use elsewhere.
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.
October 16, 2015, 13:02 (GMT)
Cleanup: redundant struct qualifiers
October 16, 2015, 10:57 (GMT)
error in last commit
October 16, 2015, 10:53 (GMT)
Fix for missing id_lib_extern, assigning ID's
October 16, 2015, 09:56 (GMT)
Fix T46502: Linked dupli-group lost on reload
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...
October 16, 2015, 07:51 (GMT)
UI: only show thumbnail size when its enabled

Also make enum identifiers less cryptic.
October 16, 2015, 04:17 (GMT)
Cleanup: simplify BLI_stringdec use
October 16, 2015, 04:00 (GMT)
Fix T46503: Snap scale fails using corner pivot
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.
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.
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.
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.
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.
October 15, 2015, 14:33 (GMT)
Fix T46493: Wrong camera zoom blur with non-unit pixel aspect
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021