Revision cabd2dc by Bastien Montagne December 28, 2016, 13:11 (GMT) |
Tweak error message when external image editor launching fails. Include idea that Blender may fail to launch it even if path is correct, in some cases (dear Windows...). Based on idea from @lijenstina and @blendify (D2349), thanks. |
Revision b1c6ddb by Joshua Leung December 28, 2016, 12:12 (GMT) |
Revision 3cbe95f by Joshua Leung December 28, 2016, 12:12 (GMT) |
Fix T49816: Keyframing NLA Strip influence from Python set keyframes in the wrong place |
Revision c5338fd by Joshua Leung December 28, 2016, 12:12 (GMT) |
Fix T50184: Grease Pencil Layer synchronization between Dope Sheet and Properties panel |
Revision 7f262ac by Tamito Kajiyama December 28, 2016, 09:09 (GMT) |
Fix T49479: Freestyle inconsistent line drawing with large geometry dimension. Ray-plane intersection routine GeomUtils::intersectRayPlane() was used with an unnormalized direction vector as input. |
Revision 6559ab2 by Campbell Barton December 28, 2016, 06:53 (GMT) |
3D View roll & orbit were scaling view-quat length Over time roll and orbit would scale the quaternion which is documented as unit length. In practice any errors would be subtle, but better normalize as other operators do. |
Revision d5edaac by Campbell Barton December 28, 2016, 04:33 (GMT) |
Comments: mul_project_m4_v3_zfac |
Revision d874b40 by Joerg Mueller December 27, 2016, 19:47 (GMT) |
Fix T50240: Rendering crashes when synced to JACK Transport Disabling synchronization while rendering. Using G.is_rendering as suggested by bastien. ;-) |
Revision 752a783 by Bastien Montagne December 27, 2016, 15:39 (GMT) |
Fix T50305: Blender truncates a long multibyte character object's name to an invalid utf-8 string. Add logic in RNA to ensure we pass valid utf8 string to BKE ID new functions... |
Revision 41ec1ad by Campbell Barton December 27, 2016, 04:12 (GMT) |
Correct bad cast, unused var warning |
Revision c1e3041 by Campbell Barton December 27, 2016, 04:12 (GMT) |
Comments: hints for perspective functions Note which GL functions these are equivalent to. |
December 24, 2016, 17:37 (GMT) |
[MSVC] Fix test for C++11 support for vc2015/2017 based on D2432 by Ulysse Martin (youle) |
Revision 6052631 by Dalai Felinto December 23, 2016, 14:36 (GMT) |
Merge remote-tracking branch 'origin/master' into blender2.8 |
Revision b47c912 by Alexander Romanov December 23, 2016, 13:51 (GMT) |
Fix (unreported) crash in 'Match movie length operator' in case of lost video texture file |
Revision d033579 by Bastien Montagne December 23, 2016, 11:54 (GMT) |
Readfile: Resurrect do_versions_after_liblink. Basic idea is to store fileversion in Library datablock, and split again Main by libraries after lib linking, do_versions_after_liblink on those separated Mains, and merge again. This allows to still have correct versions for each data-block in that second do_versions step. Note that this is not used currently in master (might be soon, though), but is needed for 2.8 work. |
Revision 8db2f72 by Bastien Montagne December 22, 2016, 21:00 (GMT) |
Fix (unreported) `--threads` option no more respected by main task scheduler. Main scheduler would be created way before `-t` argument would be parsed, since it was on forth pass! Moved it to first pass of argparse, that kind of stuff should be initialized asap on startup. |
Revision 5e31e07 by Julian Eisel December 22, 2016, 01:35 (GMT) |
Fix wrong return type in blenderplayer stubs |
Revision 5fb85ef by Sergey Sharybin December 20, 2016, 11:29 (GMT) |
Fix strict compiler warning in generated C++ RNA |
Revision 544f611 by Sergey Sharybin December 20, 2016, 11:29 (GMT) |
OpensSubdiv: Cleanup, unused argument |
Revision 1c34a7f by Sergey Sharybin December 20, 2016, 11:29 (GMT) |
Libmv: Fix missing virtual destructor in frame access sub-class This is undefined behavior in C++ and Clang was complaining a lot about this. |
|
|
|


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