Revision be30070 by Porteries Tristan May 4, 2015, 11:36 (GMT) |
BGE: Cleanup KX_BlenderSceneConverter.cpp This commit is a little cleanup for whitspaces, braces, spaces around operators and useless keywords struct/class. Reviewers:sybren |
Revision b7d0ff0 by Sergey Sharybin May 4, 2015, 11:31 (GMT) |
Separate scene simplification into viewport and render This way it is possible to have viewport simplification bumped all the way up, making viewport really responsive but still have final render to use highest subdivision possible. Reviewers: lukastoenne, campbellbarton, dingto Reviewed By: campbellbarton, dingto Subscribers: dingto, nutel, eyecandy, venomgfx Differential Revision: https://developer.blender.org/D1273 |
Revision 7e3ee2d by Campbell Barton May 4, 2015, 10:59 (GMT) |
Skin Modifier: remove redundant edge-calculation |
Revision abd68c6 by Campbell Barton May 4, 2015, 10:56 (GMT) |
Fix T42893: Skin Modifier, changes randomly toggling editmode Own regression, previously it would do a full mesh normal calculation for each isolated shape (could hang on meshes with many loose parts). However the normals are needed, instead of doing a full calculation, just set normals on new faces. Thanks to Brecht for finding cause! |
May 4, 2015, 10:56 (GMT) |
Skin Modifier: Add missing operator stack pop |
Revision 93055b1 by Antonis Ryakiotakis May 4, 2015, 10:53 (GMT) |
Fix metadata display in sequencer lost after doing a preprocess transform. IMB_makeSingleUser makes a copy and destroys metadata. I am not sure if this is the safest way to make a single user ImBuf (setting the refcount to 0 is simpler and there's less, but no zero, risk of dangling pointers) but I will leave this as is for now in case there is an actual need for a copy here. The alternative approach should be tested at some point. |
Revision 0463888 by Tamito Kajiyama May 4, 2015, 10:52 (GMT) |
Freestyle: Fix for line style ID datablocks not copied when fully copying a scene. |
Revision b07c296 by Antonis Ryakiotakis May 4, 2015, 10:30 (GMT) |
Don't scale metadata font with zoom - makes strings not consistently adhere to the string length |
Revision 711e2f7 by Antonis Ryakiotakis May 4, 2015, 10:18 (GMT) |
Support displaying metadata for images in sequencer preview windows (not backdrop) |
Revision 23a79c4 by Sergey Sharybin May 4, 2015, 09:39 (GMT) |
BGE Player: Fix compilation error after cleanup commit da8a62a |
Revision 4e1c27f by Campbell Barton May 4, 2015, 09:12 (GMT) |
Fix T29029: Grease pencil fails in Quad View |
Revision c46f40e by Sergey Sharybin May 4, 2015, 08:52 (GMT) |
Freestyle: Compilation error fix after recent changes in BKE_object_add() |
Revision 7a8170e by Campbell Barton May 4, 2015, 08:33 (GMT) |
CMake: Only consider it INFO is ld.gold is missing |
Revision 4edc9d5 by Campbell Barton May 4, 2015, 08:32 (GMT) |
Correct own error in recent quad-view ruler fix |
Revision 74dc4e8 by Campbell Barton May 4, 2015, 08:06 (GMT) |
Fix Buttons context, invalid object data access Another instance of T44376. Crash where the Python context would access a stale pointer to the active object. |
Revision c9e5e81 by Campbell Barton May 4, 2015, 06:12 (GMT) |
Button Space: clear pin flag when NULL'ing pointer |
Revision 77e6a00 by Campbell Barton May 4, 2015, 06:01 (GMT) |
Fix T44376: Buttons context, invalid data access Removing a scene from the buttons window would crash from a Python operator. |
Revision 8d5e577 by Campbell Barton May 4, 2015, 06:01 (GMT) |
Cleanup: WM_main_remove_notifier_reference Assumed the `reference` pointer is an ID, currently true, but may not always be. Add a callback specifically for this purpose since cleaning up notifiers and space-types are different operations. |
Revision da8a62a by Campbell Barton May 4, 2015, 06:01 (GMT) |
Cleanup: naming for callback wrappers |
Revision 8515be8 by Campbell Barton May 4, 2015, 06:01 (GMT) |
Remove redundant outliner lookup freeing objects |
|
|
|


Master Commits
MiikaHweb | 2003-2021