November 23, 2014, 23:41 (GMT) |
set up ime branch |
Revision 0f159b7 by Bastien Montagne / Julian Eisel (input_method_editor, input_method_editor_partial_support) November 23, 2014, 23:34 (GMT) |
Fix BLI_Bitmap - was not usable in BKE area (strict compile flags). |
Revision fde03ec by Campbell Barton / Julian Eisel (input_method_editor, input_method_editor_partial_support) November 23, 2014, 23:34 (GMT) |
Minor edits to T42649 fix - only modify paths for newly loaded images - don't attempt to read from library paths |
Revision 98beae0 by Bastien Montagne / Julian Eisel (input_method_editor, input_method_editor_partial_support) November 23, 2014, 23:33 (GMT) |
Fix freestyle compile. Do not know why this shows up now, probably a recent tweak in BLI_utildefines.h or so... |
November 23, 2014, 23:33 (GMT) |
Fix T42649: Use Relative Paths for Node Editor & 3D View Images Images are now added with relative paths to the Node Editor and the 3D View. |
Revision 14502a3 by Campbell Barton / Julian Eisel (input_method_editor, input_method_editor_partial_support) November 23, 2014, 23:33 (GMT) |
Refactor: BLI_path_util (split out app directory access) This module is intended for path manipulation functions but had utility functions added to access various directories. |
Revision 2bf7215 by Campbell Barton / Julian Eisel (input_method_editor, input_method_editor_partial_support) November 23, 2014, 23:33 (GMT) |
Refactor: BLI_path_util (part 2) Use BKE_appdir/tempdir naming prefix for functions extracted from BLI_path_util |
Revision e0283f8 by Campbell Barton / Julian Eisel (input_method_editor, input_method_editor_partial_support) November 23, 2014, 23:33 (GMT) |
Cleanup: warnings |
Revision 8299602 by Campbell Barton / Julian Eisel (input_method_editor, input_method_editor_partial_support) November 23, 2014, 23:33 (GMT) |
Math Lib: add constant: M_SQRT1_3 1/sqrt(3) |
Revision fffc35c by Thomas Dinges / Julian Eisel (input_method_editor, input_method_editor_partial_support) November 23, 2014, 23:33 (GMT) |
Cycles UI: Several fixes for recent additions... * Alpha Property was removed (Fix T42690) * Some tweaks to make the panel look better again. * Use abreviated form "Multiple Importance" everywhere, for consistency. |
Revision 3d6b912 by Bastien Montagne / Julian Eisel (input_method_editor, input_method_editor_partial_support) November 23, 2014, 23:33 (GMT) |
Fix T42688: python crash: bpy.context.scene.update(). `ED_render_scene_update()` should ensure it does have some WM to work on... |
Revision 4135458 by Joshua Leung / Julian Eisel (input_method_editor, input_method_editor_partial_support) November 23, 2014, 23:33 (GMT) |
Fix for previous commit gpencil_data_duplicate() was being used for gp drawing undo buffers, where using an exact copy is exactly what we want/need. Instead, the code here now has an additional arg for determining whether a direct copy is warranted or not. |
Revision 4a55637 by Joshua Leung / Julian Eisel (input_method_editor, input_method_editor_partial_support) November 23, 2014, 23:33 (GMT) |
Bugfix T42549: Grease pencil layers are not scene-specific for "full copy scenes" |
Revision 9901eed by Antonis Ryakiotakis / Julian Eisel (input_method_editor, input_method_editor_partial_support) November 23, 2014, 23:33 (GMT) |
Fix leftover f postfix from C code. |
Revision c3eab0e by Joshua Leung / Julian Eisel (input_method_editor, input_method_editor_partial_support) November 23, 2014, 23:33 (GMT) |
Bugfix: Duplicating Grease Pencil datablocks wasn't doing so in a safe way Grease Pencil data (bGPdata) is now a datablock, so it isn't safe to use MEM_dupallocN() for copying new instances of these anymore. |
Revision 48b3a09 by Campbell Barton / Julian Eisel (input_method_editor, input_method_editor_partial_support) November 23, 2014, 23:33 (GMT) |
Revision ea671a6 by Gaia Clary / Julian Eisel (input_method_editor, input_method_editor_partial_support) November 23, 2014, 23:30 (GMT) |
fix T42676 replaced windows specific include by BLI_utildefines.h |
Revision a36778a by Campbell Barton / Julian Eisel (input_method_editor, input_method_editor_partial_support) November 23, 2014, 23:30 (GMT) |
BMesh: check for loop side-of-loop & side-of-edge |
Revision b4337e8 by Campbell Barton / Julian Eisel (input_method_editor, input_method_editor_partial_support) November 23, 2014, 23:30 (GMT) |
Cleanup: typo |
Revision ed01da0 by Antonis Ryakiotakis / Julian Eisel (input_method_editor, input_method_editor_partial_support) November 23, 2014, 23:30 (GMT) |
Cycles: support for specular color in solid shading mode, available in the material panel. Patch by Phillipp Oeser (D62) with some minor modifications, thanks! |
|