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! |
Revision 6650436 by Campbell Barton / Julian Eisel (input_method_editor, input_method_editor_partial_support) November 23, 2014, 23:30 (GMT) |
CMake: disable OSL if its not found |
Revision e2855b8 by Joshua Leung / Julian Eisel (input_method_editor, input_method_editor_partial_support) November 23, 2014, 23:30 (GMT) |
Bugfix T42048: Keyframes missing when animating particle system blend texture parameters Textures attached to particle systems are now get their animation data listed under the particle systems they are attached to now. This is the most convenient and direct way that these can get included |
Revision 6147ad3 by Joshua Leung / Julian Eisel (input_method_editor, input_method_editor_partial_support) November 23, 2014, 23:30 (GMT) |
Bugfix T42648: Invert Selection operator is not working for animation channels The wrong selection mode was being used/passed to operators. |
Revision e2e69f6 by Joshua Leung / Julian Eisel (input_method_editor, input_method_editor_partial_support) November 23, 2014, 23:30 (GMT) |
Bugfix T41527: Animations of world texture properties invisible in anim editors Was caused by a typo - "items" was used in place of "tmp_items", causing animation in the texture to get ignored if nothing else was present |
Revision a7536df by Sergey Sharybin / Julian Eisel (input_method_editor, input_method_editor_partial_support) November 23, 2014, 23:30 (GMT) |
Task scheduler: Add an option to limit number of threads per pool This way we can have scheduler capable of scheduling tasks on all the CPUs but in the same time we can limit tasks like baking (in the future) to use no more than given number of threads. |
Revision b0ea6ae by Bastien Montagne / Julian Eisel (input_method_editor, input_method_editor_partial_support) November 23, 2014, 23:30 (GMT) |
Fix T42421: HDR reader could easily read past buffer (truncated HDR files e.g.) and segfault. Now readers get an 'mem_eof' guard pointer, and they abort in case they try to go past it. |
Revision 808c6e3 by Bastien Montagne / Julian Eisel (input_method_editor, input_method_editor_partial_support) November 23, 2014, 23:30 (GMT) |
Cleanup: ints/shorts -> bool. |
Revision d472651 by Sergey Sharybin / Julian Eisel (input_method_editor, input_method_editor_partial_support) November 23, 2014, 23:30 (GMT) |
Compsitor: White space cleanup |
|