Revision 240148f by Joshua Leung January 31, 2008, 22:47 (GMT) |
Action Editor Bugs/Regressions: * Insert Key and Column Select should be working again * Last channel in group's keyframes now appear in summary too |
Revision 37f7826 by Campbell Barton January 31, 2008, 21:19 (GMT) |
Fix for indirectly linked libraries. When a.blend -> //../c.blend -> //d.blend Blender would see d.blend as //d.blend which is wrong since that is relative to c.blend This works, except when you make an indirectly linked group into a directly linked group. and then the incorrect path was saved into the blend file and the data not load up again (without copying it there or hex editing the path) This loop makes all lib files relative to the blend you have open. |
Revision 4eeb7bd by Nicholas Bishop January 31, 2008, 18:32 (GMT) |
== Sculpt == Switched point projection used in brush texturing to floating point rather than integer; fixes some ugly artifacts in texture application. |
Revision 16ae726 by Ton Roosendaal January 31, 2008, 18:03 (GMT) |
More logging prints while preparing scenes in background render. Uses a timer, so nothing gets printed more than once a second. |
Revision 30b0e92 by Brecht Van Lommel January 31, 2008, 16:32 (GMT) |
- Bugfix in non-osa pass adding, for example AO got too high values. Now made it work more like the osa case, easier to verify it works correct then. |
Revision 90f8fb7 by Ton Roosendaal January 31, 2008, 15:35 (GMT) |
Fix: render could crash when you enable 'do composite' without having nodes in scene. Feature: SHIFT+R in compositor reloads all full sample buffers, composites and merges with filter. (ALso in Node menu). |
Revision 134fdd6 by Peter Schlaile January 31, 2008, 15:28 (GMT) |
== Sequencer == Updated image preview a lot: * Added a histogram-scope * Added optional title-safe margins * Re-arranged header, so that only usefull buttons are shown in image preview mode * Added zebra-mode for visual feedback of over-exposure regions (helps in before and especially after color correction :) * Added color-seperation-mode for waveform-display * Show 10%, 70% and 90% hints in waveform-display |
January 31, 2008, 14:25 (GMT) |
Added missing header for offsetof function. Kent |
Revision e2ee9b5 by Ton Roosendaal January 31, 2008, 14:14 (GMT) |
Stupid error in commit of last weekend for zmasking: You could not mask out anymore using the 'ctrl-click layer' without having zmask on. |
Revision 2a3e934 by Daniel Genrich January 31, 2008, 12:29 (GMT) |
Replaced all *f geometric functions like sinf etc. with sin etc. (were used in 2 functions from the gnu scientific library) |
Revision 4a1ca6d by Daniel Genrich January 31, 2008, 12:13 (GMT) |
Fix: Compiling should work on SOLARIS again. |
Revision 538d93e by Joshua Leung January 31, 2008, 10:43 (GMT) |
Bugfix for Join Armatures: When Join Armatures was called from the menu (Object -> Join Objects) problems were being cause by the use of BASEACT, causing some armatures to disappear and not be joined. |
Revision abec067 by Joshua Leung January 31, 2008, 09:59 (GMT) |
== Bone Groups - Outliner Support == Bone groups are now drawn in the Outliner. The active group can be set from there, and groups can be renamed. (Hah... that was easy) |
Revision e8fbaaf by Joshua Leung January 31, 2008, 09:36 (GMT) |
Forgot to commit changes in header for previous Action Editor commit |
Revision da05a8d by Joshua Leung January 31, 2008, 06:21 (GMT) |
Action Editor Bugfix: Constraint Channels now have editable keyframes again. In the process, I've tweaked the Action Editor filtering logic a bit, so some regressions with other tools may have been caused. |
Revision 5f5d9ed by Joshua Leung January 31, 2008, 01:49 (GMT) |
Bugfix #8070: blender crash when assigning driver to bone constraint When there were no keyframes for a constraint on a bone, trying to add a driver to the influence curve would fail, as a new curve would be added the some mysterious place. The cause was a missing case, as the code assumed that no user would try to add from IPO-Editor in such a way. |
Revision cac8215 by Daniel Genrich January 30, 2008, 22:00 (GMT) |
Cloth bugfix: enable stiffness scaling again even if cloth is not pinned |
Revision 70c413d by Ton Roosendaal January 30, 2008, 21:14 (GMT) |
Fixes in reading back rendered temp files ("Save buffers" and "FSA" options). Press Rkey in compositor for reading back render results and invoke a compo. This now correctly reads AO (skipped it sometimes) and it makes a correct composite. FSA todo: - hotkey + button for reading all samples back + composite - solve black border around image |
Revision c773988 by Andrea Weikert January 30, 2008, 20:19 (GMT) |
== MSVC 7.1 projectfiles == - added missing files from cloth sim |
Revision b18499f by Ton Roosendaal January 30, 2008, 18:18 (GMT) |
Speedup of filereading: when using large libraries (referenced data from other blend files) lookups of data slowed down tremendously. Added another bsearch for speedup. Makes a difference here (200+ MB files)! |
|