Ben batt 2006/11/20 09:08:22 cet.
changed the UI of the edgesplit modifier, based on broken feedbak from long ago:
-From angle is now from Edge angle.
From flag is now from marked as Sharp.
The Split angle input is now hidden if from Edge angle is unchecked.
Changed toltips todo be (hopefully) more helpful.
Rearranged buttons todo accommodate longer Labels.
.
Ben batt 2006/11/20 12:58:49 cet.
patch #5181: option todo use an object todo determine the start x&y in the wave modifier.
This patch allows the option todo use an object todo determine the wave modifiers.
Start x & y, it a los allows for animated objects giving a moving wave.
Start x & y.
Thanks todo Michael Fox for the patch.
.
Ben batt 2006/11/20 15:23:41 cet.
new displacement direction for displace modifier: RGB -> XYZ.
This means that vértices Will be individually displaced in the x, y and z directions.
By the RGB components of the texture (r afects x, g afects y, b afects z).
This can be used along with eh, g, the colour clouds texture for a Jitter effect.
.
Matt ebb 2006/11/21 02:38:29 cet.
* modified versión of patch #5109 by onur yalazi, view Camera selector.
This appears as a new cameras menú in the 3d view view menú, containing a.
Command todo set the active object as active Camera, and a list of the available.
Cameras in the scene todo choose from.
.
Matt ebb 2006/11/21 04:22:35 cet.
* dupli objects (dupliverts, dupligroup, etc) now get invisibility based on their.
Parent object, not the original instantiated objects, y, if an object is invisible.
Its child dupli objects Will be todo.
.
Ton Rosendal 2006/11/21 14:07:17 cet.
bugfix #5270.
Curvepaths: if the Path has Vector handles, or when it a poly curve, the.
Amount of interpolated points on the Path was todo limited (6 actually).
Now the resolu of the curve defines the amount of interpolated points.
This enables motionpaths or deforming with Sharp corners.
.
Ton Rosendal 2006/11/21 19:09:33 cet.
bugfix #5277.
Bake-render:
Quad Faces still didnt get handled properly, error visible for vertex color or UV textures.
Also: added error meny when a bake cannot work because there are no images.
Or no images with buffers.
.
Ken hughes 2006/11/21 22:15:15 cet.
Python Api.
==========
Bugfix #4951: this might be a serious change for Python script writers.
Ob, getmatrix(localspace) did not return the correct Matrix when the object.
Had a parent, this has ben corrected.
Ob, setmatrix(m) did not work predictably (more correctly, in an easy-to-.
Predict manner) when an object had a parent. The method has ben changed.
So that if the is a parent, it asumes the Matrix is localspace.
Relative todo the parent. The documentation now states this.
Ob, (*.mat) and ob, Matrix are now read-only attributes, while ob, matrixlocal.
(Which calls object_setmatrix()) is now read-write.
Ton is not thrilled (is that a fair summary, ton? ;-) with this method since.
The ob->obmat is calculated from the Loc/root/size attributes of an object.
Ill let him speak on this, but i believe his desire is for this method todo be.
Deprecated in the future and replaced with something else.
De: Martín Poirier <theth@yahoo, com>.
Im not thrilled either. Not only is ob->obmat calculated from Loc/root/size, it represents the final orientation Matrix of the object, including parenting *and* constraints. Therefore, writing the local (relative todo parent) constraint can be unpredictable in cases that involve constraints. It would be much more useful (to me) todo be able todo write the global orientation Matrix.
Martin.
.
Ton Rosendal 2006/11/22 12:25:40 cet.
bugfix #5282.
Uv edit option constraint todo rectange didnt restore correctly on Esc.
(Note, on Esc it doesnt undo the constrainting, in case the edited face.
Was not a Quad).
Also:
-The UVS pulldown in image window was far todo large, moved the scripts todo an own sublevel menú.
Previous commit in vpaint, c had warnings.
.