Revision 38e7084 by Joshua Leung February 20, 2011, 21:32 (GMT) |
Bugfixes: - Fix for crash with Keying Sets when a Keying Set path has no ID- block to target - Info window now indicates the types of the reports shown by colouring their entries if the entries are not selected. |
Revision 06aee2e by Campbell Barton February 20, 2011, 15:48 (GMT) |
misc warnings/fixes - WITH_OPENJPEG wasn't defined for creator.c with CMake. - remove shadowed/redefined vars. - remove some unused RNA report args. - re-arrange IMB_FILE_TYPES so IRIS is not the first format tested, since its not very common test JPEG and PNG first. |
Revision 8c4e95d by Sergey Sharybin February 20, 2011, 15:35 (GMT) |
Fix for crash when sculpting on multires object during playback - Restored BLI_pbvh_grids_update stuff; - Marc all nodes as changes in ED_sculpt_modifiers_changed, so draw_buffers would be keept correct. |
February 19, 2011, 23:51 (GMT) |
Add XF86keysym.h detection and use to CMake system, for r34983. |
Revision 70aa633 by Tamito Kajiyama February 19, 2011, 23:51 (GMT) |
Merged changes in the trunk up to revision 34996. Conflicts resolved: C:bf-blendersoc-2008-mxcurionidocpython_apisphinx_doc_gen.py C:bf-blendersoc-2008-mxcurionisourceblendermakesrnaRNA_types.h C:bf-blendersoc-2008-mxcurionisourceblenderrenderSConscript |
Revision 43d362f by Ton Roosendaal February 19, 2011, 18:53 (GMT) |
Bugfix #26150 Crash in hovering over the menu "Pose -> Poselib" sub-items. NULL context passed on to function and read before the test. |
Revision 9d81d5f by Ton Roosendaal February 19, 2011, 17:18 (GMT) |
Todo item: Option menus (like Mapping options in texture) now show a tooltip on the button itself, explaining the selected option. |
Revision e3cc8f0 by Ton Roosendaal February 19, 2011, 16:55 (GMT) |
From the todo: New render output option "No Output", which renders without forcing an editor to show an image. Nice for people who prefer to setup composites with background image view. |
Revision e86b787 by Ton Roosendaal February 19, 2011, 16:24 (GMT) |
Bugfix #25967 Shader nodes: option "backface" failed for materials using full oversampling. The usage of shi->flippednorm in render code is heavily messed up... also flipping vertexnormals themselves feels wrong. Marked it in code with XXX for future fixups. |
Revision 6481921 by Ton Roosendaal February 19, 2011, 14:32 (GMT) |
Bugfix #26015 A very Bad Bug! On every draw-object, a function free_old_images() was called which was freeing "unused" images during renders/bakes This was a left-over from 2.4x code, missed it altogether. I'm sure this fix will solve a lot of render crashing... :) |
Revision e1575e5 by Campbell Barton February 19, 2011, 13:46 (GMT) |
add 'make debug' option for stub cmake makefile. |
Revision 65ce537 by Diego Borghetti February 19, 2011, 13:43 (GMT) |
Rename global_ft_lib and make it static. Remove the XXX code from blf_glyph.c and use the pointer inside the FontBLF struct. If still have problem, let me know. |
Revision 9ee1b39 by Campbell Barton February 19, 2011, 12:05 (GMT) |
set main() argv functions to be const char * also set minimum cmake version to 2.8 |
Revision 48f232d by Ton Roosendaal February 19, 2011, 11:59 (GMT) |
Bugfix #26009 Paint cursors were drawing on top of pop-up menus in 3D window, only in triple-buffer mode though. |
Revision 863ac9e by Campbell Barton February 19, 2011, 09:53 (GMT) |
change shrinkwrap modifier cull front/back options from 2 booleans into an enum since it makes no sense to have front and back enabled at once. |
Revision c09e8b3 by Campbell Barton February 19, 2011, 09:01 (GMT) |
fix for string wrap backface culling not working when one of the objects was rotated. also skip calculating the dot product if its not needed. |
Revision e4a69ff by Campbell Barton February 19, 2011, 04:28 (GMT) |
fix [#26104] Context Set Boolean op fails [34892i] could give better feedback but these operators are mainly for internal use. |
Revision 8cde7ef by Campbell Barton February 19, 2011, 00:58 (GMT) |
Correct report [#26139] Documentation is incorrect also remove Irix from list of supported OS's, add FreeBSD. |
February 19, 2011, 00:12 (GMT) |
Add media keys for XFree86/Xorg based X11. TODO: setup build systems to define WITH_XF86KEYSYM. |
Revision d36a89c by Joerg Mueller February 18, 2011, 23:50 (GMT) |
Audaspace: * Adding play method to the device classes to play back a reader (not used yet, preparation for a later feature). * Using a linear resampler in case SRC is disabled. |
|