Blender Git Commits

Blender Git "input_method_editor_partial_support" branch commits.

Page: 3 / 5

November 23, 2014, 23:33 (GMT)
Math Lib: add constant: M_SQRT1_3 1/sqrt(3)
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.
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...
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.
November 23, 2014, 23:33 (GMT)
Bugfix T42549: Grease pencil layers are not scene-specific for "full copy scenes"
November 23, 2014, 23:33 (GMT)
Fix leftover f postfix from C code.
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.
November 23, 2014, 23:33 (GMT)
Text Editor: incorrect clipping at bottom

Patch T42637 by @donfabio
November 23, 2014, 23:30 (GMT)
fix T42676 replaced windows specific include by BLI_utildefines.h
November 23, 2014, 23:30 (GMT)
BMesh: check for loop side-of-loop & side-of-edge
November 23, 2014, 23:30 (GMT)
Cleanup: typo
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!
November 23, 2014, 23:30 (GMT)
CMake: disable OSL if its not found
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
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.
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
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.
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.
November 23, 2014, 23:30 (GMT)
Cleanup: ints/shorts -> bool.
November 23, 2014, 23:30 (GMT)
Compsitor: White space cleanup
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021