Revision f72acc3 by Campbell Barton February 26, 2014, 22:47 (GMT) |
Transform: remove recently added ival2, use editbones temp data |
Revision 8af2ed8 by Campbell Barton February 26, 2014, 21:39 (GMT) |
RNA: rename matrix_for_frame -> matrix_from_frame |
Revision c35ac8f by Bastien Montagne February 26, 2014, 20:53 (GMT) |
Fix T38678: Long strings on Search widget not getting shortened/no tooltip. Note this commit only makes search menus wider and adds shortening to their strings. Adding tooltips here is not trivial, would need much bigger changes... Reviewers: brecht Reviewed By: brecht Differential Revision: https://developer.blender.org/D341 |
Revision 65c5be9 by Bastien Montagne February 26, 2014, 20:36 (GMT) |
Fix T38843: Bone parallel to world z axis flicking when scale in edit mode. This commit hopefully fixes all glitches we had when bone was Z-aligned. Note that when you init a transform with a Z-aligned bone and change it to be non-Z-aligned, you will still get some brutal roll change, there is not much things we can do here afaik... |
Revision 59a0828 by Brecht Van Lommel February 26, 2014, 19:56 (GMT) |
Fix T38856: mark seam in search menu clearing the seam in some cases. It should not remember the operator property for the next time here. |
Revision 0e492ac by Brecht Van Lommel February 26, 2014, 19:50 (GMT) |
Fix T36652: .blend file with minimized window not loading correctly on Windows. |
Revision 0de1df4 by Brecht Van Lommel February 26, 2014, 18:50 (GMT) |
Fix T37756: file > open with file selector already open not restoring screen correctly. |
Revision c4eab10 by Brecht Van Lommel February 26, 2014, 17:56 (GMT) |
Fix T38853: right click menu add driver should not be possible to redo. This was already disabled for the keyframing operators, needs to be done for drivers as well as this doesn't work. |
Revision 0fa832b by Brecht Van Lommel February 26, 2014, 17:56 (GMT) |
Fix T38855: DIRECTORY_PATH vs. DIR_PATH inconsistency in python API docs. |
Revision e1e247a by Brecht Van Lommel February 26, 2014, 17:47 (GMT) |
Fix T38710: volume render issue with transparent surfaces. |
Revision ffa94cb by Lukas Toenne February 26, 2014, 17:47 (GMT) |
Fix for bug reported by Pablo Vasquez (venomgfx) on IRC: Single layer renders were broken. This was caused by rB1a79abdad2443ff9f12e7efd95ee78a264a9d60a which makes a copy of the render layer list for thread safety. The single layer passed to this function is still in the original list though, so to get the correct index it has to be looked up there. Otherwise no active index is set and all layers are rendered every time. |
February 26, 2014, 17:41 (GMT) |
Further work to fix T38726: signal viewport to update when adding/removing render layers. Reviewers: brecht Differential Revision: https://developer.blender.org/D346 |
Revision 3ca606f by jens verwiebe February 26, 2014, 16:33 (GMT) |
Locale_wrapper: make the bad_cast catch more clear and fix the std::exception message |
Revision a856b12 by Brecht Van Lommel February 26, 2014, 16:29 (GMT) |
Fix T38726: missing rendered viewport update when removing render layer. |
Revision 1dbd3ae by Brecht Van Lommel February 26, 2014, 15:55 (GMT) |
Fix T38831: blender internal enabling shadow pass changes material node diffuse. It would include/exclude shadow depending on the pass being disabled/enabled, but that should have no influence on the combined render result. Now it always includes shadow. |
Revision 4cfca0a by Lukas Toenne February 26, 2014, 13:56 (GMT) |
Nicer solution to T38846: Split off the render layer forcing from the validity check for render operator. This way scene DNA can stay read-only there, cleaner and we don't have to pass an awkward bool pointer around. |
Revision ef2c05c by Sergey Sharybin February 26, 2014, 13:42 (GMT) |
Fix crash happening when drawing GP for a track which doesn't have visible marker |
Revision 3b44ca0 by Sergey Sharybin February 26, 2014, 13:40 (GMT) |
Fix 3D tracks to mesh not aligning mesh properly Also fixed wrong frame number used for reconstructed object visualization in 3D viewport. |
Revision ecbae4a by Lukas Toenne February 26, 2014, 13:39 (GMT) |
Fix T38846: Render layer checkbox is not refreshed. The render operator invoke checks render layers, which can force the render layer to be activated. This requires a notifier, which has to be done in the operator itself (can't do this inside pipeline code). |
Revision cf0120b by Campbell Barton February 26, 2014, 12:42 (GMT) |
Fix for own regression: remove doubles deselected faces |
|
|
|


Master Commits
MiikaHweb | 2003-2021