Revision f4198dc by Dalai Felinto September 18, 2010, 21:04 (GMT) |
nodetree -> node_tree (rna pointer not found) |
Revision ab5b95d by Nathan Letwory September 18, 2010, 19:38 (GMT) |
* Update BGE for change in r32001 * Fix var declaration in bpy_interface.c * Remove forward declarations from py_capi_utils.h: they are unnecessary and break compiles (there were probably many warnings about this during compile with GCC). |
Revision 7c197b6 by Brecht Van Lommel September 18, 2010, 16:17 (GMT) |
Fix #23879: added undo/redo to object/paint/sculpt/pose menus as well, and made some small modifications to object menu to make it a bit shorter, still much too long though, but at least not worse now. |
Revision de9c443 by Brecht Van Lommel September 18, 2010, 15:57 (GMT) |
Fix #23850: hide cloth cache step from the UI because it can only be set to 1 anyway, which is confusing. |
Revision db7a4e5 by Campbell Barton September 18, 2010, 15:30 (GMT) |
move namespace creation function into py_capi_utils.c, to be used in more general cases, not just the blender/rna api. |
Revision a45797f by Campbell Barton September 18, 2010, 14:47 (GMT) |
bugfix [#22767] parenting object causes rotation/scale/location information to be corrupted |
Revision 9fae26e by Damien Plisson September 18, 2010, 12:50 (GMT) |
Fix for [#23753]: Enable QTKit import to run in background thread Was crashing file browser when there was some quicktime movies in the folder |
Revision 868fdd8 by Campbell Barton September 18, 2010, 10:43 (GMT) |
use is rather then == when comparing against None. |
Revision 6963574 by Campbell Barton September 18, 2010, 10:37 (GMT) |
scons now gets the blender version from BKE_blender.h. |
Revision 90b5707 by Nathan Letwory September 18, 2010, 08:49 (GMT) |
Apply patch [#23887] Fix for [#23886] Timeline region update missing when adding/select/moving markers Reported and patched by Torsten Rupp When a time marker is added in the timeline window via keyboard (keycode M) or existing markers are selected/moved via the mouse the marker resp. the selection state is not draw immediately in the timeline window region. The patch adds notifiers where necessary to ensure updates. |
Revision e2f4395 by Sergey Sharybin September 18, 2010, 08:37 (GMT) |
Fixed problems with outliner update in same cases caused by my previous commit. This troubles were caused by "break" of ND_OBJECT case in outliner area listener, so not all cases were handled. Handle more data and actions in outline listener, but not refresh when it's actually unneeded (there where problems with it without that "break" -- extra refreshing could be made). |
Revision d81315e by Campbell Barton September 18, 2010, 07:19 (GMT) |
bugfix [#23706] SEGFAULT: File Load of EXR image node was modifying the original buffer color management, now only modify a copy. |
Revision c853c23 by Campbell Barton September 18, 2010, 04:24 (GMT) |
missed renaming this function call. |
Revision b655413 by Campbell Barton September 18, 2010, 04:08 (GMT) |
bugfix [#23884] Crash On Delete of a Duplicated Object |
Revision dea59cc by Campbell Barton September 18, 2010, 03:55 (GMT) |
warning fixes and minor cmake changes. |
Revision d5e11d4 by Campbell Barton September 18, 2010, 03:46 (GMT) |
fix for a (probably harmless) bug in makesdna where 1 byte off the end of the buffer was used in a comparison. also fixed a memory leak. |
Revision 28d618e by Tamito Kajiyama September 18, 2010, 00:50 (GMT) |
Merged changes in the trunk up to revision 31987. |
Revision 5630341 by Tamito Kajiyama September 18, 2010, 00:31 (GMT) |
Added support for animation of line style parameters. Most stylization parameters in line style datablocks are now animatable by means of keyframes. Right click on a line style parameter, and you will see a list of keyframe-related commands in the context menu. Concerning the implementation, RNA path resolution has been extended to properly address color ramps in line style color modifiers. File I/O has been also improved to load/save the animation data associated with line style datablocks. Known issue: Freestyle-related options in render layers are not animatable at the moment, because of general inability (or maybe a bug) that keyframes cannot be inserted with respect to render layer options. |
Revision 3e1ff2e by Dalai Felinto September 18, 2010, 00:19 (GMT) |
UI fix: psys.hair_dynamics -> psys.use_hair_dynamics |
Revision 6d9e4c7 by Nathan Letwory September 17, 2010, 23:50 (GMT) |
Apply patch [#23745] fix #23078 operator panel disappears. Patch by Shane Ambler Reported by Anthony Edlin From the patch details: " In response to bug #23078 the operator panel disappears when dragged above the top of the 3dview without showing the azone icon to restore it. This patch properly hides the operator panel if dragged near the top of the 3dview so that the azone icon is in place " Thanks! |
|
|
|


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