Blender Git Commits

Blender Git "master" branch commits.

Page: 4442 / 5574

January 19, 2010, 10:57 (GMT)
patch [#20612] Making Blender compile on AIX 4.3.3
from Philipp Gühring (sourcerer)
January 19, 2010, 10:36 (GMT)
setting the timeline endframe didnt work if the preview range was used.
January 19, 2010, 09:51 (GMT)
convert rotations into radians (not scale)
January 19, 2010, 09:36 (GMT)
pep8 compliance for Randomize objects loc/rot/scale.
- scale min -1 to 1 rather then -100 to 100
- default precision for float props to 2.

January 19, 2010, 09:24 (GMT)
own error from changes to this script.
need to call random.uniform() even if its not used to give pradictable randomization.
Revision 5b78e80 by Matt Ebb
January 19, 2010, 06:49 (GMT)
Fix [#20067] Blender 2.5.0 Alpha0 - Duplicating Window
Revision 1d83239 by Matt Ebb
January 19, 2010, 04:14 (GMT)
Fix [#20730] Auto Auto-depth with scroll wheel

Campbell, as far as I can see, this should be fine, but you might want to doublecheck.
Revision ba36b84 by Matt Ebb
January 19, 2010, 03:59 (GMT)
Added new macro "file.select_execute", by default mapped to LMB doubleclick in file selector.
This selects+opens the file under the mouse pointer, can be customised.

This somewhat fixes [#20727] MMB don't load .blend from the file browser
Revision b34a0fd by Matt Ebb
January 19, 2010, 02:47 (GMT)
Partial fix for issues in [#20564] Color Management/Linear Workflow not taken into
account in Preview Render anymore?
Revision 2fa3baf by Matt Ebb
January 19, 2010, 02:26 (GMT)
* Make image Histogram only update when region is visible
* Clean up some remaining code
Revision b079dcc by Matt Ebb
January 19, 2010, 02:15 (GMT)
Fix compile on msvc (inline)
Revision aab8196 by Matt Ebb
January 19, 2010, 01:32 (GMT)
Finished some work from the weekend to keep local tree clean..

* Added a generic 'histogram' ui control, currently available in new image editor
'scopes' region (shortcut P). Shows the histogram of the currently viewed image.

It's a baby step in unifying the functionality and code from the sequence editor,
so eventually we can migrate the sequence preview to the image editor too,
like compositor.

Still a couple of rough edges to tweak, regarding when it updates. Also would
be very nice to have this region as a partially transparent overlapping region...
January 19, 2010, 00:59 (GMT)
patch [#20724] Randomize Loc Rot Size py operator for B2.5
written from scratch by Daniel Salazar (zanqdo). added own modifications.

New property type
bpy.props.FloatVectorProperty(), only difference with float is it takes a 'size' argument and optional 'default' sequence of floats.

moved bpy.props.* functions out of bpy_rna.c into their own C file.
Revision 56660fa by Joshua Leung
January 18, 2010, 23:31 (GMT)
Timeline: Keyframe Drawing for All Selected Objects

When 'Only Selected' is ON, or the Active Object is in PoseMode, only the keyframes for the active Object are drawn (*).

Otherwise, the keyframes for the scene (sequence+nodes+world), and the selected Objects (including the Active Object) are drawn.


(*) I've also made some changes here to try and get only the selected bones showing here, but some further changes are still needed for that to be able to work.

---

Also, fixed bug in makesrna caused by missing newlines for error prints. This resulted in all error-output from makesrna appearing on a single line.
January 18, 2010, 22:21 (GMT)
Fix input issue with Time Scale (center2d needs to be specially calculated for that transformation).
January 18, 2010, 21:26 (GMT)
Made a minor fix in SilhouetteGeomEngine::ImageToWorldParameter().
January 18, 2010, 20:11 (GMT)
Removed workaround from weekend. See mailing list for details.
January 18, 2010, 20:01 (GMT)
Merged changes in the trunk up to revision 26083.
January 18, 2010, 18:52 (GMT)
load the user prefs before python so the python userdir is read.
January 18, 2010, 17:14 (GMT)
cmake was missing openal include path
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021