Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 2465 / 5574

December 1, 2015, 14:46 (GMT)
Outliner: add an option to "delete" libraries.

Caminandes team request. In current master it's not possible to do this in a total
clean way, so we are simply setting all user counts of given lib's datablocks to zero
(similar to rna_ID_user_clear()'s doing).

This is a bit crappy because it still lets datablocks floating around (with invalid
user count values), and requires a save & reload cycle to be finalized. But for now
it should be good enough. Propper implementation will be added to id-remap.
December 1, 2015, 12:53 (GMT)
Fix T46906: Cycles syntax error while compiling OpenCL kernels

The safe normalization was using a float as a condition, now the intended non-zero test is explicit.
December 1, 2015, 11:12 (GMT)
Fix auto-merge loosing edge/faces selection
December 1, 2015, 09:07 (GMT)
Report error when removing presets fails
December 1, 2015, 08:55 (GMT)
Fix T46898: OpenCL Fails to compile after recent SSS changes
December 1, 2015, 08:39 (GMT)
Fix out-of-bounds access in recent shader updates
December 1, 2015, 08:00 (GMT)
Fix minor order of init error w/ text draw
December 1, 2015, 07:53 (GMT)
Cleanup: use more logical names for View3D.around

D1651 (own patch)
December 1, 2015, 06:56 (GMT)
Fix T39935: Duplicate looses active curve spline
December 1, 2015, 06:56 (GMT)
minor error in recent text-draw commit
December 1, 2015, 05:58 (GMT)
UI: mono-space font user preference
December 1, 2015, 04:49 (GMT)
Python Console: store font id in a drawing context
December 1, 2015, 04:31 (GMT)
Text Editor: store font id in a drawing context
December 1, 2015, 02:31 (GMT)
Cleanup: struct declarations
December 1, 2015, 00:09 (GMT)
Cleanup: Collada: make gcc (partially) happy.

Still grumpy about using tmpnam... ;)
December 1, 2015, 00:09 (GMT)
Fix T46900: Inset Faces Thickness & Depth Do Not Use Scene Units (i.e. Imperial).

Was the case of several Mesh operators actually (and probably others, but cannot check
everything). Added `RNA_def_property_float_distance` helper, avoids having to
set PROP_DISTANCE subtype explicitly each time...
November 30, 2015, 23:31 (GMT)
Add shortcuts for copying data path from RNA

- Ctrl-Shift-C: copy-data-path
- Ctrl-Shift-Alt-C: copy-full-path
November 30, 2015, 23:31 (GMT)
RNA: de-duplciate rna-path create in tooltip code
November 30, 2015, 16:33 (GMT)
CMake: Add some missing license files in the install target
November 30, 2015, 14:34 (GMT)
Libquery: fix double-handling of object pointer in scene's basact base.

Looping twice on same ID pointer may not be an issue in master currently, but with work done in id-remap
branch this should be avoided as much as possible, so for now assuming we do not need this here.

Note: if we really need this and have to add it back, then please at least use IDWALK_USER, and not
IDWALK_NOP flag!
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021