Revision bb36037 by Campbell Barton February 4, 2014, 08:45 (GMT) |
Fix T38472: allow orbiting locked view when they are already 'user'. |
Revision 6a2c467 by Mitchell Stokes February 3, 2014, 22:25 (GMT) |
Blenderplayer: Fixing a memory leak. IMB_moviecache_destruct() was not being called. |
Revision eaafa58 by Andrea Weikert February 3, 2014, 20:27 (GMT) |
Code cleanup: removed unnecessary #defines causing re-definition warnings Fixing warnings in own recent commit |
Revision 7654357 by Campbell Barton February 3, 2014, 20:20 (GMT) |
Code cleanup: declarations for removed functions |
Revision 4b07579 by Martijn Berger February 3, 2014, 19:19 (GMT) |
Cycles_server also needs to link to libdl on linux |
Revision cb96cf0 by Sv. Lockal February 3, 2014, 16:49 (GMT) |
Cycles: small optimization for SSE 4.1 bvh intersector Gives 0.7% - 1.3% speedup for BMW1M-MikePan scene. Reviewers: juicyfruit Differential Revision: https://developer.blender.org/D280 |
Revision eff3bd4 by Brecht Van Lommel February 3, 2014, 16:08 (GMT) |
Fix T38439: allow IOR in range [0, inf] instead of [1, inf] in Cycles. The same can be achieved by flipping normals on the mesh, but it can be convenient to do this in the shader. |
Revision 8b1731e by Campbell Barton February 3, 2014, 15:57 (GMT) |
Scanfill: skip checks for loose edges when they can't occur Only editmesh needs this, text, curves, masks - can all skip this check |
Revision 3314165 by Brecht Van Lommel February 3, 2014, 15:48 (GMT) |
Fix T38452: on OS X 10.9, now always use Lion style fullscreen. On earlier versions there is no proper multi-monitor support, so we leave the choice still. But for 10.9 this just interacts better with other elements like spaces and the dock. |
Revision 0d75867 by Campbell Barton February 3, 2014, 15:23 (GMT) |
Code cleanup: replace while -> for loops |
Revision 6852184 by Howard Trickey February 3, 2014, 14:53 (GMT) |
Bevel: remove unused assignments. Caught by coverity. |
Revision e996b88 by Brecht Van Lommel February 3, 2014, 14:49 (GMT) |
Fix T38424: modal number input ctrl - did not work, only ctrl numpad -. Since there isn't always a numpad available this should work. |
Revision a0e03bb by Brecht Van Lommel February 3, 2014, 14:48 (GMT) |
Fix part of T38425: keymap editor search for "1" only showed numpad 1, not 1-key. |
Revision 3d8c106 by Sergey Sharybin February 3, 2014, 13:42 (GMT) |
Fix T38420: Segfault when curve deform modifier and cyclic dependency Crash was caused by missing curve_cache due to cyclic dependency. This commit is rather a workaround, but we couldn't really guarantee proper behavior in cases with cyclic dependency. So rather than calling object update directly as it used to be let's don't perform curve deform and be safe for threading instead. |
Revision 037d522 by jens verwiebe February 3, 2014, 13:35 (GMT) |
OSX: tentative set back TEST_BLENDER_EXE to Debug hardcoded for xcode case, did not found a way yet to use Configuration or run CTEST out of xcode |
Revision 7fbb7e3 by Sergey Sharybin February 3, 2014, 13:34 (GMT) |
Fix T38450: Remove unused Children Offset option This option was only exposed to the interface and internally was doing basically nothing. Removing it to prevent artists from being confused. |
Revision 0498443 by Sv. Lockal February 3, 2014, 13:22 (GMT) |
Cycles: enable /arch:AVX in msvc 11 and later versions for avx kernel This enables VEX-encoding in AVX kernel for windows msvc builds and gives 5-10% speedup for different scenes. Reviewers: juicyfruit, dingto, brecht Reviewed By: brecht CC: brecht Differential Revision: https://developer.blender.org/D284 |
Revision d484eb8 by Sergey Sharybin February 3, 2014, 13:13 (GMT) |
Fix T38421: Vertex Parenting & Triangle Vertex Parenting causes segfaults. Issue was caused by clearing dirty flags from element table in bmesh before the data was fully ready. This confused checks happening from threads and some threads did consider element table is usable while other thread was still filling it in. |
Revision 89a846d by Gaia Clary February 3, 2014, 12:04 (GMT) |
Add compatibility for older Collada files The Fix in 273 creates a backward incompatibility: Collada files that have been created with an older Blender version will contain the spotlight_size in Radians where Collada wants this value to be in DEGREE. This fix adds a check for the Blender Version that was used to create the Collada file. If the Collada file was made by an older version of Blender then the importer will assume that spotlight_size is specified in RADIANS. Reviewers: campbellbarton, sauraedron Reviewed By: sauraedron CC: jesterking Differential Revision: https://developer.blender.org/D279 |
Revision 4bd6423 by jens verwiebe February 3, 2014, 11:58 (GMT) |
Fix EXECUTABLE_OUTPUT_PATH binpath for OSX makefiles ( no CMAKE_BUILD_TYPE dir used here ) |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021