Revision 890be76 by Sergey Sharybin December 23, 2013, 15:37 (GMT) |
Make makesdna capable of detecting 32bit alignment issues on 64bit platform Summary: Just some extra comparison between native and 32bit structure length was needed. Reviewers: brecht, campbellbarton Reviewed By: brecht Differential Revision: https://developer.blender.org/D131 |
Revision c9c0d11 by Brecht Van Lommel December 23, 2013, 15:27 (GMT) |
Fix T37929: inherit scale for dupli faces was not shown greyed out when it should be. |
Revision 6c1525c by Brecht Van Lommel December 23, 2013, 14:50 (GMT) |
Fix compile error on 32 bits linux / windows, wireframe modifier needs padding. Thanks to Scott Petrovic and Jia Wang for submitting fixes. Differential Revision: https://developer.blender.org/D126 Differential Revision: https://developer.blender.org/D130 |
Revision f9a323f by Campbell Barton December 23, 2013, 06:24 (GMT) |
Syntax correction for gpu docs, D124 |
Revision 133bc4b by Campbell Barton December 23, 2013, 05:57 (GMT) |
BMesh API: optimize BM_edge_exists(). |
Revision 63a2cc2 by Campbell Barton December 23, 2013, 05:03 (GMT) |
BMesh API: make simple, low level functions inline |
Revision 2a2c27b by Campbell Barton December 23, 2013, 02:08 (GMT) |
Fix for crash when no args where given with -o, -x command line args Patch D123 from djnz (Masakazu Ito) |
Revision 7294c54 by Campbell Barton December 23, 2013, 01:46 (GMT) |
UI: Resolve T37917, disable tooltip scaling (zoomout only) |
Revision 9fa7c23 by Campbell Barton December 23, 2013, 01:42 (GMT) |
Fix for tooltip right side having zero offset |
Revision 0a61116 by Campbell Barton December 23, 2013, 01:12 (GMT) |
Fix for converting unfilled 3d text into a mesh |
Revision 7b86224 by Campbell Barton December 22, 2013, 23:55 (GMT) |
Dupliverts: avoid calculating normals if not used |
Revision 98ed7fa by Martijn Berger December 22, 2013, 22:24 (GMT) |
More CMakeLists.txt changes Summary: I added a function that adds all libdir/* to CMAKE_PREFIX_PATH : further there where two places where if(MSVC) else (mingq) where defined after each other. I moved those into one place. The things common to MSVC and mingw are now blow the special code as we set libdir and such things depending on compiler. Besides find_package() working and some cleanups there should be no functional changes Reviewers: dingto Reviewed By: dingto Differential Revision: https://developer.blender.org/D127 |
Revision 65ab283 by Thomas Dinges December 22, 2013, 13:43 (GMT) |
Code cleanup / Cycles: Remove CUDA check (we don't support sm_1x anymore) and unused hair flag. |
Revision 427105e by Thomas Dinges December 22, 2013, 13:14 (GMT) |
Code cleanup / Cycles: Remove unused interpolation code for hair triangles, we only support cardinal curves. |
Revision ff9974e by Sergey Sharybin December 22, 2013, 09:26 (GMT) |
Fix T37898: blenderplayer painfully slow in recent builds Issue was caused by recent image cache rewrite and root of the issue goes to the fact that blender player doesn't initialize cache limiter and it uses 32meg of memory only. This leads to infinite image loading/freeing. For now disabled cache limiter in game engine, this brings back old behavior. In theory we might be smarter here, but better caching policy is to be discussed. |
Revision 78698a2 by Sergey Sharybin December 22, 2013, 08:44 (GMT) |
Add ItemDestroyable to the cache limitor This callback is used when cache limiter needs to remove some cached objects when running out of limit. From blender side it's used to keep painted images always in memory. This fixes issue when painted images were removing from the memory after image cache rewrite. |
Revision c7a970a by Campbell Barton December 22, 2013, 05:05 (GMT) |
Code Cleanup: de-duplicate constraint checks with armature join |
Revision c1c26c3 by Campbell Barton December 22, 2013, 03:12 (GMT) |
Style Cleanup: remove preprocessor indentation (updated wiki style guide too) |
Revision 5eb96d4 by Brecht Van Lommel December 21, 2013, 22:27 (GMT) |
Fix T37910: maya key configuration not working after recent changes. |
Revision e09a345 by Campbell Barton December 21, 2013, 20:59 (GMT) |
Fix for extrude poll functions not checking active object |
|
|
|


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