Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 3910 / 5574

September 7, 2011, 06:49 (GMT)
code cleanup - commant/remove unused vars and reduce scope.
September 7, 2011, 06:33 (GMT)
Merging r39693 through r39989 from vgroup_modifiers branch into trunk.
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.
September 7, 2011, 05:40 (GMT)
Merging r39948 through r39988 from trunk into vgroup_modifiers.
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.
September 7, 2011, 00:46 (GMT)
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.
September 6, 2011, 22:18 (GMT)
Split off scene export code.
September 6, 2011, 21:02 (GMT)
BGE fix: ignore sounds that cannot be opened instead of crashing. ;-)
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.
September 6, 2011, 17:48 (GMT)
Cycles: set minimum required boost version lower.

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.
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.

September 6, 2011, 17:18 (GMT)
Fix screen/scene browsing in info header not working right, mistake in code cleanup.

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.
September 6, 2011, 16:20 (GMT)
Tidying up
----------------------------------------------
Comments and an unused define removed from last
commit.
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.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021