Revision eaec396 by Benoit Bolsee March 9, 2008, 21:05 (GMT) |
BlenderPlayer Win project was -again- damaged by the inclusion of libblenkey.lib, now removed |
Revision ac8c39e by Peter Schlaile March 9, 2008, 20:50 (GMT) |
== Sequencer == Added grab projection also to X- and Y-key to make it work like in 3d-view. |
Revision af8d852 by Peter Schlaile March 9, 2008, 20:25 (GMT) |
== Sequencer == Removed sillyness on NUMPAD PERIOD that snapped CFRA to beginning of strip. |
Revision 2299f0d by Campbell Barton March 9, 2008, 18:06 (GMT) |
masked/alpha baking commit was missing a null check for imbuf, made textures also bake alpha |
Revision 746888f by Campbell Barton March 9, 2008, 17:32 (GMT) |
adjusted uv stretch angle error to show more errors for low values. |
Revision fc6577b by Campbell Barton March 9, 2008, 16:57 (GMT) |
replaced zero comparisons with FLT_EPSILON |
Revision 47174e9 by Campbell Barton March 9, 2008, 15:07 (GMT) |
removed printf and also removed some unneeded stuff, correct angles aren't needed since its only comparing the 2 angles |
Revision c6f423c by Campbell Barton March 9, 2008, 14:49 (GMT) |
optimized uv stretch display angle calculation |
Revision d9da14d by Campbell Barton March 9, 2008, 07:35 (GMT) |
fix for uninitialized variables in uv stretch drawing, [#8428] 'Editmesh_active' theme colour not accessible via Python bugfix problem where saving a theme would raise and error when ~/.blender didnt exist. bugfix for file selector staying open (introduced with own undo resistant scripts) |
Revision a339bca by Campbell Barton March 9, 2008, 04:06 (GMT) |
uv stretch area display could flicker red sometimes, removed some GL settings that aren't needed. |
Revision 6382acb by Campbell Barton March 9, 2008, 03:42 (GMT) |
Added UV Stretch (area/angle) display options |
Revision ac750cf by Joshua Leung March 9, 2008, 03:41 (GMT) |
* Numeric input now works better for TimeSlide * Removed a compiler warning |
Revision 6f1b47d by Campbell Barton March 8, 2008, 21:57 (GMT) |
added snap cursor->active and adjusted snap menu order in toolbox and header menu's |
Revision 027277f by Campbell Barton March 8, 2008, 21:35 (GMT) |
* Bakeing fix for apricot, stop pixels being extended for parts of the image that are not being baked (useful for multiple objects) * Added support for baking alpha, as well as extending alpha margins. |
Revision d7ef04a by Ton Roosendaal March 8, 2008, 19:02 (GMT) |
Long on the wishlist, quite simple even, and there it finally is: Compositor: Muting option to temporary disable/enable nodes. Hotkey: press M on selection. It toggles. Note: no menu entry yet, and drawing style could be tweakered... |
Revision 19ec73c by Joshua Leung March 8, 2008, 11:08 (GMT) |
Bugfix: Time-Slide transform tool in the Action Editor now works as well as it did before the Action-Keys transform refactor. However, numeric input is now broken as a side-effect of this. |
Revision b5cdd1f by Ricki Myers March 8, 2008, 04:22 (GMT) |
Changed getClipbaord and putClipboard functions to be more ghost like Changed getClipboard to GHOST_getClipboard and putClipboard to GHOST_putClipboard Removed ghost calls from blender and added the calls to winlay.h and ghostwinlay.c This cleand up casts in drawtext.c |
Revision b1fcb25 by Joshua Leung March 8, 2008, 03:02 (GMT) |
* Clicking on constraint-buttons should now result in updates in the 3d-view without needing to move the mouse into the 3d-view first * Added missing include |
Revision 3e8b4ed by Joshua Leung March 8, 2008, 02:38 (GMT) |
The BUTM button type (used for 'R' button in StretchTo/LimitDist constraints) now acts like a button when clicked on. |
Revision b13cd82 by Joshua Leung March 8, 2008, 02:16 (GMT) |
Bugfix #8478: Constraints PyApi for setting targetspace non-functional Finishing off some unfinished business (from the multi-target constraints work), it is now possible to get/set target-space for constraints where this is relevant. For this to be possible, target-space setting(s) are now always presented as a list of ints, with each int representing the target-space setting for the relevant target. Constraints C-API note: get_targets function now needs to return the number of targets the constraint can have |
|