Revision d598dcd by Campbell Barton February 4, 2014, 18:39 (GMT) |
Code cleanup: remove scdata from ScanFillContext |
Revision 6c17d21 by Campbell Barton February 4, 2014, 18:27 (GMT) |
Scanfill: optimize filling curves, text, masks - skip calculating holes Support for tagging polygon numbers when adding scanfill data, saves having to calculate connectivity afterwards (which can take approx half overall scanfill time for complex curves). |
Revision db74968 by Campbell Barton February 4, 2014, 18:27 (GMT) |
Scanfill: minor optimization, comment unused code, avoid vert loop |
Revision f18d8a5 by Campbell Barton February 4, 2014, 18:27 (GMT) |
Correct 3d text editing update logic - editmode operations were converting text->nurbs twice. - cursor and selection operations were re-tessellating text every time. |
February 4, 2014, 18:09 (GMT) |
SCons: code cleanup, shorter way to determine makesrna output directory. Reviewed By: brecht Differential Revision: https://developer.blender.org/D237 |
February 4, 2014, 18:01 (GMT) |
SCons: cleaner determination of 32-bit/64-bit builds Try not to be x86-centric, remove unneeded blenderdeps variable. Reviewed By: brecht Differential Revision: https://developer.blender.org/D240 |
February 4, 2014, 17:51 (GMT) |
Fix missing $BLENDER_USER_DATAFILES in command line help text. Reviewed By: brecht Differential Revision: https://developer.blender.org/D249 |
February 4, 2014, 17:51 (GMT) |
Correct help: -b/--background does not take a file argument The documentation for the -b/--background option incorrectly states that it takes a <file>, however it can run also without a file with e.g. a script. Reviewed By: brecht Differential Revision: https://developer.blender.org/D250 |
Revision 1422284 by Bastien Montagne February 4, 2014, 15:52 (GMT) |
Cleanup: remove completely all-static option, just too complex to support in modern linuxes! |
Revision 2ebffd0 by Bastien Montagne February 4, 2014, 15:52 (GMT) |
Deb-like distro may use either jack or jack2, add support for this. |
Revision 28e6d05 by Brecht Van Lommel February 4, 2014, 15:07 (GMT) |
Fix cycles crash with float image textures on CPU without AVX support. The AVX kernel functions for reading image textures could be get used from non-AVX kernels. These are C++ class methods and need to be marked for inlining, all other functions are static so they don't leak into other kernels. |
Revision 30b5aef by Sergey Sharybin February 4, 2014, 13:47 (GMT) |
Fix T38427: Sculpt mode dimension changes don't Undo |
Revision 1d260d8 by Sergey Sharybin February 4, 2014, 13:12 (GMT) |
Fix T38411: Free keyframe handles do not snap to frames when duplicating |
Revision 5f99f8b by Thomas Dinges February 4, 2014, 12:21 (GMT) |
Node UI: Improved layout for the Shader Mapping node, to match UI guidelines better (top -> bottom layout). Patch by Sebastian König. Thanks! |
Revision 605910f by Bastien Montagne February 4, 2014, 11:10 (GMT) |
Fix T37577: Joining two objects with different UVs destroys UVs of one object in some specific, reproducable, cases MLOOPUV CDlayers had "UV Coord" default name, instead of "UVMap", when it is mandatory matching MTEXPOLY and MLOOPUV to have the same name! |
Revision 7a2d0f2 by Campbell Barton February 4, 2014, 10:45 (GMT) |
View3d: fix for roll operating on locked views, now apply to user view |
Revision 0b5d0f9 by Campbell Barton February 4, 2014, 10:45 (GMT) |
View3d: move lock check for orbit into a function and use for dolly too |
Revision a82700b by Campbell Barton February 4, 2014, 10:45 (GMT) |
Fix for view lock checks with ndof ops, was incorrectly comparing flags |
February 4, 2014, 09:26 (GMT) |
Fix T38440: Segmentation fault in Movie Clip Editor Issue was caused by NULL-pointer de-reference when post-processing the frame without putting the frame to movie cache. Differential Revision: https://developer.blender.org/D276 |
Revision b29bfd5 by Bastien Montagne February 4, 2014, 08:55 (GMT) |
Fix T38469: Strip delimiter handlers don't move strip correctly with keyboard input Issue was in fact in strip update code when transforming, in case we move both left and right handles the strip is handled twice in the loop, but it was always updated at the end of the first loop only... |
|
|
|


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