Revision 256a069 by Bastien Montagne 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!). |
Revision 0213a43 by Campbell Barton January 7, 2014, 13:35 (GMT) |
Armatures Editmode: option to recalculate roll from the angle to the parent |
Revision 2328f94 by Campbell Barton 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. |
Revision 54ebaad by Campbell Barton January 7, 2014, 09:19 (GMT) |
Text3d: Add support for underline characters with text-on-path |
Revision da16b30 by Campbell Barton January 7, 2014, 08:27 (GMT) |
Fix T38044: Filter Key Binding shows Incorrect result |
Revision ead8b82 by Campbell Barton January 7, 2014, 07:09 (GMT) |
Object Operators: make-dupliface and join-uvs weren't using UNDO. also improve make-dupliface tip |
Revision 4a37210 by Campbell Barton January 7, 2014, 06:12 (GMT) |
Revision a971800 by Campbell Barton 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 |
Revision fee66f7 by Campbell Barton 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. |
Revision 17a4ba2 by jens verwiebe 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 |
Revision d21ef02 by jens verwiebe January 6, 2014, 21:46 (GMT) |
OSX/scons: autodetecting sse4.1 capability and set it to used |
Revision e164a50 by Howard Trickey 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. |
Revision 62c8bae by Martijn Berger January 6, 2014, 20:38 (GMT) |
Added scons option to actually build the sse41 kernel. CMake already has it |
Revision 5022d9f by Thomas Dinges January 6, 2014, 20:28 (GMT) |
Cycles: Don't include SIMD util file for OpenCL/CUDA, this fixes OpenCL compilation. |
Revision a0b424a by jens verwiebe 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 |
Revision 48d8fae by jens verwiebe 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) |
Revision bdd20e1 by Campbell Barton January 6, 2014, 16:17 (GMT) |
Bevel: use stack memory for interp_vmesh() Rather then using the memarena and never freeing. |
|
|
|


Master Commits
MiikaHweb | 2003-2021