Revision 439a277 by Sergey Sharybin March 17, 2017, 08:56 (GMT) |
Cycles: Silence strict compiler warning |
Revision 2cae585 by Mai Lavelle March 17, 2017, 05:54 (GMT) |
Cycles: Improve memory usage of CPU split kernel by using smaller global size |
Revision 60a344b by Mai Lavelle March 17, 2017, 05:54 (GMT) |
Cycles: Fix handling of barriers |
Revision 63fb57f by Mike Erwin March 17, 2017, 03:57 (GMT) |
fix blenderplayer build after moving Gawain to intern |
Revision c669bf1 by Mike Erwin March 17, 2017, 03:51 (GMT) |
Gawain: fix compiler warning This function is only used when strict run-time checks are enabled. |
Revision 4452bea by Mike Erwin March 17, 2017, 03:32 (GMT) |
move Gawain library to intern Before now it lived in source/blender/gpu for convenience. Only a few files in the gpu module use Gawain directly. Tested on Mac, time to push and test on Windows. Todo: some CMake magic to make it easy to #include "gawain/some_header.h" from any C or H file. Main problem here is the many editors that include GPU_immediate.h which includes Gawain's immediate.h -- is there a way to avoid changing every editor's CMakeLists? |
Revision b27e224 by Campbell Barton March 16, 2017, 23:10 (GMT) |
Mesh Convert: remove meaningless modifier check Meshes w/o modifiers wouldn't have their derived mesh applied. Check was to avoid crash but its in fact meaningless, since the modifier might be disabled, or there may be virtual modifiers. |
Revision 750c0dd by Campbell Barton March 16, 2017, 22:56 (GMT) |
Fix T50950: Converting meshes fails w/ boolean |
Revision d4d8da2 by Campbell Barton March 16, 2017, 20:01 (GMT) |
Add BKE_blendfile_userdef_read_from_memory Needed to read user-preferences from in-memory startup.blend Also skip data-blocks when reading preferences. |
Revision b4e8dc8 by Mike Erwin March 16, 2017, 19:02 (GMT) |
set required MacOS version to 10.9 We could do more to simplify build files, but this is a start. |
Revision b2d3956 by Campbell Barton March 16, 2017, 18:20 (GMT) |
Add support for loading preference struct Previously it would always load into 'U' global. Needed for loading & merging template preferences. |
Revision db04980 by Campbell Barton March 16, 2017, 18:20 (GMT) |
PyAPI: Menu.path_menu: Add path filter callback Needed if we want to filter based on filenames (not just extension). |
Revision f7793bd by Campbell Barton March 16, 2017, 18:20 (GMT) |
Correct reading missing property |
Revision 7eecc2e by Julian Eisel March 16, 2017, 17:54 (GMT) |
Fix T50958: `template_ID_preview` is crashing the blender's UI from branch 2.8 So apparently ID pointer is allowed to be NULL here. |
Revision e2df9ab by Bastien Montagne March 16, 2017, 16:28 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 1f65ab6 by Bastien Montagne March 16, 2017, 16:05 (GMT) |
Fix missing undo pushes in outliner's new datablock management operations. Not sure why I did not put those from start... Actually *not* having an undo point here can be problematic, since undoing some previous action was trying to restore from bad pointer (I think) in UI, generating asserts. Note however that it's not a 'pure' undo, in that you may not find your linked data in exact same state as before deleting it, after an undo, since it actually implies *reloading* the deleted libraries (and not restoring from a previously stored memory dump). Reported by @sergey, thanks. |
Revision fa9bd04 by Bastien Montagne March 16, 2017, 16:05 (GMT) |
Fix outliner contextual menu allowing to delete indirect libraries. There is no way currently to prevent the option from showing in menu, so instead report a warning to user (and curse again current nightmarish system of operation in outliner...). Reported by @sergey, thanks. |
Revision fc61cdf by Sergey Sharybin March 16, 2017, 14:42 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 0434053 by Sergey Sharybin March 16, 2017, 14:35 (GMT) |
Depsgraph: Fixed crash with curve bevel indirect dupligroups Need to expand all object's dupli-groups, not only the dupli-groups of objects directly linked to the scene. |
Revision 68e58f1 by Sergey Sharybin March 16, 2017, 14:35 (GMT) |
Depsgraph: Use string and vector in the DEG namespace only |
|
|
|


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