Blender Git Commits

Blender Git "master" branch commits.

Page: 4643 / 5574

Revision 19afbc9 by Joseph Eagar
July 17, 2009, 11:28 (GMT)
. . .and I forgot this check
Revision 0248667 by Joseph Eagar
July 17, 2009, 11:15 (GMT)
subdivide experimental stuff is now more stable. basically, it no longer creates new edges in all the situations it used too, plus you can connect two edges in an ngon.
Revision f213868 by Joseph Eagar
July 17, 2009, 10:54 (GMT)
moved the selection history stuff within bmesh itself, to avoid memory access problems. also committing some playing around I did with the edge subdivide code, which isn't doesn't really completely work.
July 17, 2009, 10:42 (GMT)
Fixed textures import - images are assigned to faces.
July 17, 2009, 10:09 (GMT)
FBX exporter conversion almost done.

Unit tests:
- add a check that BKE_copy_images produces NULL filepath for images having type other than IMA_TYPE_IMAGE
- also expect NULL filepath for images having empty filename

Enhanced BKE_copy_images so the tests pass.
July 17, 2009, 06:12 (GMT)
Added cameras and lamps import, properties are not taken into account
except position.
Revision 359fb50 by Joseph Eagar
July 17, 2009, 06:12 (GMT)
small tweak
Revision 6fa6740 by Joseph Eagar
July 17, 2009, 06:05 (GMT)
some small edge split related things. now you can split edges (with no additional geometry created) with mkey.
Revision b588b65 by Joseph Eagar
July 17, 2009, 05:09 (GMT)
added vertex connect back to ykey
Revision b5dec78 by Joseph Eagar
July 17, 2009, 04:32 (GMT)
more files added.
Revision 3477127 by Joseph Eagar
July 17, 2009, 04:27 (GMT)
more compiling stuff
Revision 90fe454 by Joseph Eagar
July 17, 2009, 04:11 (GMT)
yet another gcc fix
Revision 1ef7293 by Matt Ebb
July 17, 2009, 02:43 (GMT)
Colour Management

- 1st stage: Linear Workflow

This implements automatic linear workflow in Blender's renderer. With the
new Colour Management option on in the Render buttons, all inputs to the
renderer and compositor are converted to linear colour space before
rendering, and gamma corrected afterwards. In essence, this makes all
manual gamma correction with nodes, etc unnecessary, since it's done
automatically through the pipeline.

It's all explained much better in the notes/doc here, so please have a look:
http://wiki.blender.org/index.php/Dev:Source/Blender/Architecture/Colour_Management

And an example of the sort of difference it makes:
http://mke3.net/blender/devel/rendering/b25_colormanagement_test01.jpg

This also enables Colour Management in the default B.blend, and changes the
default lamp falloff to inverse square, which is more correct, and much
easier to use now it's all gamma corrected properly.

Next step is to look into profiles/soft proofing for the compositor.

Thanks to brecht for reviewing and fixing some oversights!
July 17, 2009, 02:31 (GMT)
bpy rna

Calling rna functions with invalid keywords, too many keywords and too many args would fail silently
- now raise an error with invalid keywords and a list of valid ones, raise an error when too many args are given.
- calling rna functions would alloc a ParameterList each time, changed to use a stack variable (2 pointers and an int).
- store the number of parameters ParameterList
- python exception types were wrong in many cases, (using attribute error rather then type error)
- fixes to small errors in python UI scripts.

Revision fb6dde7 by Joseph Eagar
July 17, 2009, 02:07 (GMT)
heh, forgot an ;
Revision bccc35b by Joseph Eagar
July 17, 2009, 01:57 (GMT)
another attempt to hopefully fix gcc compiling
Revision fcd3a6d by Joseph Eagar
July 17, 2009, 01:43 (GMT)
another attempt to hopefully fix gcc compiling
Revision f6d96f4 by Joseph Eagar
July 17, 2009, 01:36 (GMT)
move an include to hopefully fix gcc compiling
Revision 9282589 by Joseph Eagar
July 17, 2009, 00:32 (GMT)
mirror modifier is now feature-complete, though not all features can be tested at the moment. also cleaned up some of the memory leaks.
Revision c6c853d by Joshua Leung
July 17, 2009, 00:17 (GMT)
2.5 - 2 Tweaks

* Comment re-formatting for keyframe drawing code
* Removed redundant frame number button from buttons view header.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021