Blender Git Commits

Blender Git "master" branch commits.

Page: 5191 / 5574

Revision e31478f by Matt Ebb
August 11, 2006, 00:26 (GMT)
Tiny header include fix for a warning I introduced earlier.
August 10, 2006, 13:48 (GMT)
Sequence render fix (report Johnny Matthews):

When a sequencer has mixed use of 32 bits and float images (note, Scene
strip returns float image too), the old 32 bits image should be freed,
otherwise it keeps saving that image.
August 10, 2006, 10:38 (GMT)
Compositor: finished work on node "File Output".

- It saves a file with indicated type on each change, with number
appended denoting the current frame (like ANIM saving).
- Output filename button supports relative paths ("//")
- Shows optional preview image too
- For now, added a print on each file save as feedback

To make this option work nicely, changed the BKE_makepicstring() function
to have less globals inside, so it is more generic. Todo: allow amount of
digits in filenames to be set (to support files like tmp_123456.jpg)
August 9, 2006, 12:53 (GMT)
Bugfix #4810

Particle systems did not support "time offset" anymore, the varialble for
it in the object was cleared in build_particle_system() and never restored.
August 9, 2006, 12:36 (GMT)
Bugfix #4811

Videoscape export wrote color value wrong on little endian systems,
when no material was assigned to object (default color).
August 9, 2006, 11:39 (GMT)
Adding a cookie cutter that can cut multiple polyline meshes into multiple meshes into a mesh - allong the view axis.
leaving the faces inside the polyline selected.
UV's are maintained but not vertex colors at the moment.
August 9, 2006, 10:49 (GMT)
Bugfix #4830

Preview render in 3d window: when window type changes (like 3d window to
UV window), and you change the window size, and restore to 3d view, the
rendered preview had to be re-initialized.

texture.c: a return was added without value.
August 9, 2006, 10:00 (GMT)
Fixes I did before leaving to siggraph, couldn't commit it due to freeze:

- buffer overflow was possible with providing a file path argument longer
than 256 characters.
- buttons "VCol Light" and "VCol Paint" were not mutual exclusive
- quicktime error menu (unable to create) had a enter in end
- deleting points in CurveMapping button (like Curves node in compositor)
did not give proper recalc event
- edges render menu had a tooltip still mentioning the unified render
August 9, 2006, 09:56 (GMT)
Bugfix #4843

Added a call to compatible_eul() after applying camera rotation in fly,
this ensures you can insert rotation keys nicer.
August 9, 2006, 08:53 (GMT)
Bugfix #4847

Metaball editmode: when editing a linked duplicate, hiding a ball caused
a crash.
August 9, 2006, 01:53 (GMT)
Type in effect docs, edited some of the object docs also.
August 9, 2006, 01:37 (GMT)
Commiting JMS's patch for particles with modifications.
August 8, 2006, 17:07 (GMT)
fix for bug 4819
.
August 8, 2006, 14:34 (GMT)
Made RotationMatrix accept values outside 360,
added object.type to be used instead of .getType()
August 8, 2006, 12:56 (GMT)
Fix for Bugfix #4797

In revision 1.13 of pipeline.c a 'return' was added in middle of function,
skipping the free Imbuf.
Revision 97e259a by Tom Musgrove
August 7, 2006, 19:04 (GMT)
==unweld script update==

spelling and grammatical changes..
Revision aaa7182 by Tom Musgrove
August 7, 2006, 18:40 (GMT)
==unweld script update==

unweld script updated by JMS, brings script in line with the draft scripting guidelines thanks
August 6, 2006, 22:47 (GMT)
Removed debug line added when testing for matrix memory leaks that messed up matrix.invert()
updated bvh import which was modified to account for that. as well as other minor changes.
August 6, 2006, 13:23 (GMT)
undid commit to stop overdrawing IPO verts, it assumed that ipo verts were in order which it seems there not. (only the IPO;s I tested with were)
Still might be worth looking into somehow not drawing all the points.
August 6, 2006, 11:32 (GMT)
added rotate 90d to obj export as default to match importer
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021