Revision 2448f8c by Campbell Barton September 7, 2011, 06:49 (GMT) |
code cleanup - commant/remove unused vars and reduce scope. |
Revision 9f19664 by Bastien Montagne September 7, 2011, 06:33 (GMT) |
Revision 5279076 by Lukas Toenne September 7, 2011, 06:17 (GMT) |
Fix for value node limits. The value input nodes (like rgb input nodes) use the output value out their first socket for the button value. This needs explicitly set range limits to allow meaningful user input. |
Revision bac64b3 by Bastien Montagne September 7, 2011, 05:40 (GMT) |
Revision 05868b8 by Campbell Barton September 7, 2011, 02:00 (GMT) |
fix for screw modifier - was clearning all faces, CDDM_calc_normals was overwriting the mface array because it re-tesselated polygons. |
Revision a167ee1 by Campbell Barton September 7, 2011, 00:46 (GMT) |
Revision 9161d3c by Campbell Barton September 6, 2011, 23:46 (GMT) |
use Py_ssize_t rather than int when dealing with list sizes (original patch from Fedora but applied changes elsewhere too), also replace PyList_Size with PyList_GET_SIZE where typechecking is already done. |
Revision 9baff83 by Nathan Letwory September 6, 2011, 22:18 (GMT) |
Split off scene export code. |
Revision 813d09c by Joerg Mueller September 6, 2011, 21:02 (GMT) |
BGE fix: ignore sounds that cannot be opened instead of crashing. ;-) |
Revision 5367157 by Sergey Sharybin September 6, 2011, 18:15 (GMT) |
Fixed potential crash in NodeTagIDChanged. Discovered after merge trunk into tomato where there were no check for tree before calling this function. Old design worked fine with this. Mark some arguments as UNUSED. |
Revision 6b134ae by Brecht Van Lommel September 6, 2011, 17:48 (GMT) |
Cycles: set minimum required boost version lower. |
Revision decc2c2 by Brecht Van Lommel September 6, 2011, 17:34 (GMT) |
Node merge: fix crash loading files with unknown nodes (e.g. cycles files). |
Revision f2e236e by Lukas Toenne September 6, 2011, 17:28 (GMT) |
Enabled the 'Layout' node category, currently only containing the 'Frame' node. Both the category and the node could be renamed as needed. The frame node is largely experimental and not totally useful yet, but much asked for, so can't hurt to let people try it out. |
Revision 5700b1b by Brecht Van Lommel September 6, 2011, 17:27 (GMT) |
Fix missing warning message when reading files that are not forward compatible, it seems this never worked in 2.5. |
Revision 2ebc534 by Brecht Van Lommel September 6, 2011, 17:18 (GMT) |
Fix screen/scene browsing in info header not working right, mistake in code cleanup. |
Revision c8a0927 by Brecht Van Lommel September 6, 2011, 16:51 (GMT) |
Node merge: some forward compatibility code to avoid crash loading files with node groups in older version, and to keep unconnected/default socket values. |
Revision 84b8ec2 by Lukas Toenne September 6, 2011, 16:48 (GMT) |
Fix for node group add menu, groups from old files wouldn't show up there. Reason was that node trees are now associated to specific node types (NODE_GROUP in particular) by the ntree->nodetype id. |
Revision 884fc84 by Lukas Toenne September 6, 2011, 16:32 (GMT) |
Fix for multiple parallel group node executions. This would previously break because begin/end functions for each tree type still have some checks of the ntree->execdata pointer in them, despite the intended use of execdata instances instead of trees themselves for execution data storage. This is an artifact of the old execution system that required these checks to be made in the functions to avoid multiple execution of top-level trees. Now these functions take an additional argument, so group nodes can prevent them from setting and checking the nodetree->execdata pointers. |
Revision 74c3fa5 by Geoffrey Bantle September 6, 2011, 16:20 (GMT) |
Tidying up ---------------------------------------------- Comments and an unused define removed from last commit. |
Revision 3e40561 by Geoffrey Bantle September 6, 2011, 16:17 (GMT) |
Turned back on restricted deselect ---------------------------------------------- Fixed restricted deselect for edge select. Not sure if face deselect is working properly, will follow up with any reports on the tracker. |
|
|
|


Master Commits
MiikaHweb | 2003-2021