Blender Git Commits

Blender Git "master" branch commits.

Page: 4349 / 5574

April 27, 2010, 09:54 (GMT)
factor for setting particle weights
April 27, 2010, 09:07 (GMT)
Text button with search icon now updates "live", like in outliner.

April 27, 2010, 07:50 (GMT)
fixes for euler order setting when the rotation mode is not euler.
Revision 79bd15c by Matt Ebb
April 27, 2010, 06:47 (GMT)
Fix [#22165] "Camera:" field of the Properties>View panel (3D View) has no function & is confusing

Cleaned up UI, made it a bit clearer
April 27, 2010, 03:14 (GMT)
NetRender tweaks by Brecht

* Client connection is made from panel poll functions even if
netrender is disabled
* Network render slave should print when it has connected to server,
now it says "node initiation", I initially thought this meant it was
not connected yet.
* Web interface should auto-refresh, I got confused if job and slaves
were actually found or not.
April 27, 2010, 02:18 (GMT)
branching for GSOC 2010
April 27, 2010, 02:16 (GMT)
branching for GSOC 2010
April 26, 2010, 21:28 (GMT)
[#21753] allowing to compile on FreeBSD 8.0
patch on libopenjpeg
April 26, 2010, 21:25 (GMT)
bugfix [#22163] Add->mesh->torus is broken
recent commit broke this, missed changing double to float.
April 26, 2010, 21:04 (GMT)
py/rna, euler objects order is now wrapped correctly...

eg:
eul = bpy.context.object.rotation_euler
eul.order = 'XZY' # will update the objects setting.

April 26, 2010, 20:30 (GMT)
Add missing null check solving crash on texture panel, also fix possible 'freeing NULL' because of misplaced MEM_freeN() in that context.
April 26, 2010, 12:50 (GMT)
Two bugfixes from the render branch:
* Fix for FSA update while rendering fix, should set float rect to NULL.
* Fix for irradiance cache mutex unlock that got lost in code changes.

Revision f39163a by Joshua Leung
April 26, 2010, 10:31 (GMT)
Outliner Filtering Bugfix:

Campbell's changes to make this use fnmatch by default had the case-sensitivity setting inverted. This meant that convenient searches in lowercase were no longer possible by default.
April 26, 2010, 10:12 (GMT)
Fix #22086 and #22125: crashes due to editmode being set on load/undo, fixes
are simple enough, though may still revert this feature if it turns out there
are more problems.

Revision 2785bc1 by Joshua Leung
April 26, 2010, 10:02 (GMT)
Proper fix for the Grease Pencil drawing options
April 26, 2010, 09:33 (GMT)
Some work on the cluthered particles UI; lot's more to do
April 26, 2010, 08:55 (GMT)
Got tired of the heavily compressed armature layer icons. Also added
a smart wide/narrow UI conversion

http://www.pasteall.org/pic/show.php?id=2940

April 26, 2010, 08:05 (GMT)
Cleanup of grease pencil UI. Ali can you check if what I did in
gpencil_buttons.c is ok? it was graying out two buttons that shoudn't
have

Revision 4980e43 by Joshua Leung
April 26, 2010, 06:35 (GMT)
Assorted code cleanups:
* Removed some un-needed armature code stubs
* Manually copying over the values of constraints in the constraint copy() callbacks should NOT be needed. Removed this from the Spline IK constraint. The manual process is only a hacky aspect of the modifier stack only!
Revision b5d2830 by Joshua Leung
April 26, 2010, 06:33 (GMT)
Bugfix [#22069] Speed-Ipos are not imported correctly from 2.49 to 2.5

- IPO-blocks for curves were not getting handled correctly (i.e. no conversion and relinking was taking place) when converting from 2.4x to 2.5
- Old 'speed' IPO's now have their values multiplied by the path length when they are loaded from old 2.4x files so that they work correctly in 2.5.

Also...
- Cleaned up a few instances of scruffy code formatted in some weird ad-hoc way.
- Debug prints for the start/end of the file conversion process are now all hidden behind debug-only checks. Unless the way the conversions are done is significantly changed at some point, this should be sufficient...
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021