Revision 3eb33b8 by Campbell Barton March 25, 2015, 08:49 (GMT) |
Revision 8d0b104 by Sergey Sharybin March 25, 2015, 08:46 (GMT) |
Fix T44064: Reroute two-node loop crash Issue was caused by cycles in shader graph confusing it's simplification stage. Now we're ignoring links which are marked as invalid from blender side so we don't run into such cycles and keep graph code simple. |
Revision 917b875 by Sergey Sharybin March 25, 2015, 08:20 (GMT) |
Tracking: Fix one frame memory leak when tracking last frame |
Revision 87cff57 by Sergey Sharybin March 24, 2015, 21:33 (GMT) |
Fix T44123: Cycles SSS renders black in recent builds Issue was introduced in 01ee21f where i didn't notice *_setup() function only doing partial initialization, and some of parameters are expected to be initialized by callee function. This was hitting only some setups, so tests with benchmark scenes didn't unleash issues. Now it should all be fine. This is to go to the 2.74 branch and we actually might re-AHOY. |
Revision 41ed59e by Bastien Montagne March 24, 2015, 20:36 (GMT) |
Minor UI message fix. |
Revision 2ba82d5 by Julian Eisel March 24, 2015, 14:54 (GMT) |
Cleanup: Remove unwanted debug printf from 7293f6d4863a Sergey said this kindof cleanup is good for commit ratio... noted! ;) |
Revision f98b840 by Julian Eisel March 24, 2015, 14:52 (GMT) |
Remove redundant shortcuts from keyconfigs These have been deleted recently (cd54f07a3c, fbd4dfb2c, 3f68a0aea) |
Revision fa09e15 by Sergey Sharybin March 24, 2015, 14:20 (GMT) |
Code cleanup: r_ prefix vs. _r suffix |
Revision b714b23 by Julian Eisel March 24, 2015, 13:15 (GMT) |
Fix T44092: Maya preset doesn't allow attaching Nodes to Frames via D&D |
Revision 7293f6d by Antonis Ryakiotakis March 24, 2015, 11:24 (GMT) |
Cleanup - move proxy storage options to the proxy itself - also will enable more storage options, since seq->flag is running out of space |
Revision 765fd70 by Inês Almeida March 24, 2015, 10:17 (GMT) |
Updating python API documentation for function bge.render.makeScreenshot |
Revision 4685092 by Bastien Montagne March 24, 2015, 10:03 (GMT) |
Fix T44102: Mirrored objects render black with Blender Internal and Autosmooth. Normals are not vertices, we cannot apply matrix's scale to them... |
Revision 0f0e080 by Sergey Sharybin March 24, 2015, 09:05 (GMT) |
Fix T44110: Plane track doesn't work when built with scons For some reason recent change in avoiding non-aligned eigen vectors was behaving differently for cmake and scons. Made it a bit different now by storing scalars. This is more robust approach anyway, because it's not really guaranteed Mat.col() gives a pointer inside data, depending on column-major vs. row-major storage. This is to be backported to 2.74 branch. |
Revision cf36527 by Bastien Montagne March 24, 2015, 08:57 (GMT) |
Fix T44089: All addons do not use same default for orientations. Transformed 'OrientationHelper' class into 'orientation_helper_factory' function, which returns an OrientationHelper customized class with specified default axes. |
Revision 3030e2d by Campbell Barton March 24, 2015, 08:09 (GMT) |
CMake: tweak recent py module changes support installing portable builds to CMAKE_INSTALL_PREFIX |
Revision 4560570 by Campbell Barton March 24, 2015, 06:06 (GMT) |
Fix for building blender as a Python module Installation didn't work on debian distro's now install into PYTHON_SITE_PACKAGES (which is detected and can be configured). |
Revision 3bb7e14 by Campbell Barton March 24, 2015, 04:09 (GMT) |
UI: remove UI_BTYPE_SEARCH_MENU_UNLINK Internal change only, use UI_BTYPE_SEARCH_MENU with an unlink flag instead. They are really the same button type, one just happens to have the option to unlink. |
Revision a93f346 by Campbell Barton March 24, 2015, 04:09 (GMT) |
Cleanup: unused function |
Revision 22e2225 by Thomas Szepe March 23, 2015, 23:31 (GMT) |
Blender world value viewport update This patch will update the 3D viewport if a word value has changed. This patch does not depends on an other patch, but should applied after https://developer.blender.org/D151 otherwise the the word value viewport update is be slow. Reviewers: brecht Reviewed By: brecht Subscribers: thelasthope, darkxiv Differential Revision: https://developer.blender.org/D159 |
Revision ee57968 by Thomas Szepe March 23, 2015, 23:27 (GMT) |
BGE: Remove old world bge.render API This patch can be used to remove the old world bge.render API if the new world API D157 is used. If the new world API is applied we can remove the old API because the old has newer worked. The patch keep the two old working methods for backward compatibility. Reviewers: campbellbarton, moguri Reviewed By: campbellbarton, moguri Subscribers: brecht Differential Revision: https://developer.blender.org/D158 |
|
|
|


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