Revision e179c92 by Campbell Barton November 5, 2010, 07:35 (GMT) |
tedious string copying changes - use sizeof() in more places. - fixed some off by 1 bugs copying strings. setting curve font family for instance was 1 char too short. - replace strncpy and strcpy with BLI_strncpy |
Revision 0ebdbda by Campbell Barton November 5, 2010, 06:33 (GMT) |
workaround/fix for [#24540] Adding the path to an image Editor in the file preferences window messes up the path when selecting paths from the user preferences always default relative option to off. otherwise you get paths like '//........Program FilesGIMP-2.0bingimp-2.6.exe' |
Revision 7569a25 by Campbell Barton November 5, 2010, 05:26 (GMT) |
centralize function for calculating pixel size. (no functional changes) |
Revision 36b8ebc by Campbell Barton November 5, 2010, 04:18 (GMT) |
added back include file globbing for cmake, thought this was needed for MSVC only but turns out QtCreator also needs this else it wont index headers. |
Revision f0b0122 by Campbell Barton November 5, 2010, 03:54 (GMT) |
'Continue' zoom method for 2d views wasn't continuously updating. added a timer so it works like the 3D view. |
Revision 96a980e by Campbell Barton November 5, 2010, 02:49 (GMT) |
incorrect poll function for clearing/applying loc/rot/scale. Without an active object it wasn't possible to clear location on the selected objects for eg. |
Revision c7ed7fc by Campbell Barton November 5, 2010, 02:42 (GMT) |
fix for missing NULL check with brush poll, reported by Mike S. |
Revision da402c9 by Campbell Barton November 5, 2010, 01:47 (GMT) |
fix for linking the player, also fixes building without python and bullet. |
Revision 52865a5 by Joshua Leung November 5, 2010, 00:09 (GMT) |
Bugfix #24535: File saved with NLA Strip in Tweakmode crashes on reload Now the active strip doesn't just get cleared on fileload, but is relinked properly. I had originally intended that files shouldn't be able to be saved with NLA data still in Tweakmode, but this turns out to be a bit more troublesome to get working as that would make undo keep popping out of this mode too. Also reverting 32743 (bugfix for 24418), which was a hack around this. |
Revision 8bbf27d by Janne Karhu November 4, 2010, 20:17 (GMT) |
Temporary fix for "freezing when pointcache is baked": * WM_timecursor is broken somehow, so pointcache baking makes the cursor disappear. * For user this seems like blender has frozen although it's just a matter of no progress indication. * This fix just sets the default "busy" cursor for the whole duration of baking and reports progress in the console. * If there's and easy fix for this then it should probably be done straight away, but I want to re-implement baking using the job system soon anyways, so a proper fix for this is not strictly necessary. |
Revision 951882e by Janne Karhu November 4, 2010, 18:16 (GMT) |
Fix for [#24510] VSE SceneStrip problem when rendering animation |
Revision 27de85a by Janne Karhu November 4, 2010, 17:02 (GMT) |
Fix for [#24513] VSE curves displaced from effect when source is moved numerically |
Revision 228ed6f by Sergey Sharybin November 4, 2010, 17:02 (GMT) |
Global definition of _LARGEFILE_SOURCE, _FILE_OFFSET_BITS and _LARGEFILE64_SOURCE at linux and win32/mingw platforms Needed to work properly with large files at 32bit system (display correct size in file browser, i.e.) This will also fix compilation with zlib 1.2.5 |
Revision b2d3843 by Campbell Barton November 4, 2010, 16:17 (GMT) |
for some reason even though this resizes areas more evenly on my system (and works ok on Brecht's) theres a report that resizing views fail. [#24529] Views Resizing Problems now this is exactly like what it was before, hope its fixed. |
Revision f478cef by Sergey Sharybin November 4, 2010, 16:00 (GMT) |
Fix #24388: multires base mesh - MDisp should be re-allocated if face changed amount of vertices - Allocate disps array in layerSwap_mdisps to prevent loosing all highres data |
Revision 6753882 by Campbell Barton November 4, 2010, 15:59 (GMT) |
bugfix [#24009] Crash when switching area types and performing ops |
Revision 5fafa57 by Campbell Barton November 4, 2010, 13:13 (GMT) |
warn if blender is compiled without python |
Revision 64ff9d6 by Campbell Barton November 4, 2010, 12:59 (GMT) |
fix to allow [#24009] to be fixed. WM_operator_poll() could fail in cases WM_operator_name_call() would succeed because calling the operator would setup the context before calling poll. this would result in python raising an invalid error or menu items being greyed out. now python can also check with an operator context: bpy.ops.object.editmode_toggle.poll('INVOKE_SCREEN') |
Revision 0e81723 by Brecht Van Lommel November 4, 2010, 11:45 (GMT) |
Fix #24531: UV editor: setting rotating/scaling pivot with [ , ] [ . ] not working. Patch by M.G. Kishalmi, thanks! |
Revision e8f08c6 by Brecht Van Lommel November 4, 2010, 11:41 (GMT) |
Fix #24523: deep shadows are rendered although object's shadow casting is disabled. |
|
|
|


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