Revision ce717ff by Nathan Letwory February 22, 2011, 23:10 (GMT) |
doxygen fix, otherwise file doesn't show up in module section. |
Revision 2fd60d9 by Campbell Barton February 22, 2011, 22:24 (GMT) |
error in own recent moving addons functions into its own module. addon_utils.reset_all failed. |
Revision 8e3fcf0 by Nathan Letwory February 22, 2011, 21:58 (GMT) |
doxygen: add Audaspace C API entry |
Revision 2d7b4d1 by Lukas Toenne February 22, 2011, 21:22 (GMT) |
Empty groups are now displayed with some basic spacing in edit mode. Long socket lists don't outgrow the group box any more; the box height is adjusted to fit the length of the socket list instead. |
Revision e7750aa by Lukas Toenne February 22, 2011, 20:49 (GMT) |
Convenience fix: Exposing internal sockets now copies the default input value to the group sockets. The "expose" function on group inputs/outputs has an optional parameter "add_link", which can be used to prevent the automatic linking. |
February 22, 2011, 20:47 (GMT) |
SVN maintenance. |
Revision b3c60ef by Lukas Toenne February 22, 2011, 20:24 (GMT) |
Added RNA functions to group tree inputs/outputs for exposing internal sockets or adding custom sockets by name and type (fixes #26171). Changed a few function names for groups for consistency. |
Revision 1f4fc99 by Nathan Letwory February 22, 2011, 19:30 (GMT) |
doxygen: bge scenegraph and videotexture |
Revision 86e6c39 by Thomas Dinges February 22, 2011, 19:22 (GMT) |
Material UI, patch by Ervin Weber (lusque). Thanks! Now we have the old UI again, as suggested by several developers on the Mailing List. At least for simple materials. For Node Materials we keep the new Pipeline panel. This should make both sides happy. :) |
Revision ca930c3 by Ton Roosendaal February 22, 2011, 17:19 (GMT) |
Bugfix #25967 Node Materials: option "Front/Back" in geometry node failed for "full osa" case in ZTransp. |
Revision 354fc00 by Joerg Mueller February 22, 2011, 16:32 (GMT) |
Fix for [#26160] Blender Crashes when undoing Was trying to free audio data from sequencer strips that don't even have audio. Corrected the error in several ways so this will definitely not happen again :-) |
Revision 5e41760 by Nathan Letwory February 22, 2011, 16:12 (GMT) |
doxygen: add bullet to extern libs, some small changes in page names, and fixes around license blocks |
Revision 32c1313 by Campbell Barton February 22, 2011, 14:27 (GMT) |
disable some conflicting options WITH_PYTHON_MODULE |
Revision bde2f96 by Campbell Barton February 22, 2011, 14:19 (GMT) |
blender as module - workaround for not knowing __file__ when the module is initialized. |
Revision 79f79e0 by Nathan Letwory February 22, 2011, 12:42 (GMT) |
doxygen: BGE Network, Physics, Rasterizer |
Revision eac95ab by Campbell Barton February 22, 2011, 12:36 (GMT) |
missing deps for pacman |
Revision ef91644 by Ton Roosendaal February 22, 2011, 12:25 (GMT) |
Type in snapshort ;) |
Revision 99d3b68 by Campbell Barton February 22, 2011, 12:19 (GMT) |
fix for uninitialized stack variable in displaying the modifier template. |
Revision 8089f85 by Ton Roosendaal February 22, 2011, 12:17 (GMT) |
Too many ifdefs made me miss the fact variables were declared inside function... |
Revision 1ad603c by Ton Roosendaal February 22, 2011, 12:01 (GMT) |
No idea why this goes wrong, but I can't get preprocessor output with cmake here. Somehow in OSX a function call doesn't return but enters a next function. Will find around if someone else can make an OSX preprocessed version of this C file. With this commit things go fine, and it's a sane check anyway. |
|