Blender Git Commits

Blender Git "input_method_editor" branch commits.

Page: 2 / 4

November 23, 2014, 23:41 (GMT)
set up ime branch
November 23, 2014, 23:34 (GMT)
Fix BLI_Bitmap - was not usable in BKE area (strict compile flags).
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
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.
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.
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
November 23, 2014, 23:33 (GMT)
Cleanup: warnings
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!
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021