Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 2990 / 5574

January 7, 2014, 13:53 (GMT)
Middle-clip tweaks:
* Now only middle-clip when both left and right parts of remaining strings are at least two times icon-width (thus most short labels will never be middle-clipped).
* Add a trailing ellipsis to right-clipped strings (unless it would take more than 20% of whole available width, in this case just clip chars, to keep as much data visible as possible!).
January 7, 2014, 13:35 (GMT)
Armatures Editmode: option to recalculate roll from the angle to the parent
January 7, 2014, 12:04 (GMT)
Text3d: underline offset on curved path wasnt working right
Revision ebf23b5 by Lukas Toenne
January 7, 2014, 09:54 (GMT)
Fix T38075, crash from shader node add/replace tree view template.

The sanity check for copying socket default value was using the socket
idname for type compatibility checks, which is too strict. Subtypes
would not be recognized as copyable, but since only the plain data type
is needed below this is all that needs to be checked.

That alone would not cause crash (just missing default value copy),
but the tree view template was messing with the default_value DNA
directly by freeing it in advance, which is not necessary and should
be left to blenkernel when freeing the node. Otherwise this would
leave the node invalid without a default_value if the copy function
bails out.
January 7, 2014, 09:19 (GMT)
Text3d: Add support for underline characters with text-on-path
January 7, 2014, 08:27 (GMT)
Fix T38044: Filter Key Binding shows Incorrect result
January 7, 2014, 07:09 (GMT)
Object Operators: make-dupliface and join-uvs weren't using UNDO.

also improve make-dupliface tip
January 7, 2014, 06:12 (GMT)
Text3d: move text selection boxes from Curve to EditFont struct

resolves T38079
January 7, 2014, 03:12 (GMT)
Fix bash/ksh specific test syntax

[ foo = bar ] has been the traditional compare operator, using == is supported by some shells, but not all. The latter offers no advantage over the former.

Differential Revision: https://developer.blender.org/D179
January 7, 2014, 02:39 (GMT)
Code cleanup: defines for statfs were getting out of hand for BSD's.

add __DragonFly__ and internal defines to avoid copy-pasting checks.

also remove __CYGWIN32__ check, since cygwin is no longer supported.
January 6, 2014, 22:29 (GMT)
OSX/scons: after discussion i was told cycles does decide to use sse4.1 kernel on the fly,
so autodetection is obsolete @buildtime. Leave in print for testing case
January 6, 2014, 21:46 (GMT)
OSX/scons: autodetecting sse4.1 capability and set it to used
January 6, 2014, 20:53 (GMT)
Fix to own previous commit for bevel vertex only case.

In separating out the adj mesh change from a profile change,
I'd forgotten that some profiles need to be flat (in particular,
for vertex-only bevels). This fixes that.
January 6, 2014, 20:38 (GMT)
Added scons option to actually build the sse41 kernel. CMake already has it
January 6, 2014, 20:28 (GMT)
Cycles: Don't include SIMD util file for OpenCL/CUDA, this fixes OpenCL compilation.
January 6, 2014, 19:43 (GMT)
Take back last header copy, due it is for native only, must be a runtime solution, todo: do by definitions
January 6, 2014, 19:26 (GMT)
Cmake: fix kernelcompile after introduction of util_simd.h
Revision acc90b4 by Sv. Lockal
January 6, 2014, 18:05 (GMT)
Cycles: Minor optimization (~1%) for texture access on CPU
Revision 4817da0 by Sv. Lockal
January 6, 2014, 17:24 (GMT)
Cleanup: use blend() in perlin noise (gives 12 less instructions on SSE4.1)
January 6, 2014, 16:17 (GMT)
Bevel: use stack memory for interp_vmesh()

Rather then using the memarena and never freeing.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021