Revision e49ad2e by Benoit Bolsee August 11, 2009, 11:44 (GMT) |
Fix a bug in Ghost causing crash on Blender exit. |
Revision e4f0c65 by Joseph Eagar August 11, 2009, 11:33 (GMT) |
made subdivide's patterns more configurable, and also implemented all the quad corner types. still need to extend these options to the knife tool. |
Revision eb34e3a by Joseph Eagar August 11, 2009, 07:49 (GMT) |
Brought Extrude all the way back. The contextual menu works, as does only edges and individual faces extrude (individual vert extrude already did). Note that I need to port this, after we all figure out how to handle operators with variable transform follow-ons. I also implemented the merge->collapse function, which is currently accessable under ctrl->v, Bmesh Test Operator. I still need to implement the other merge modes, and properly hook everything into the merge menu tool, which I plan on doing soon (tomorrow hopefully). The cool thing about the collapse tool, is not only does it handle (all) UV layers, it handles vcols as well. To do this, I had to add a few math functions to the customdata API, which seem to be working well. |
Revision 1d63cac by Campbell Barton August 11, 2009, 02:27 (GMT) |
fixed mistake made when changing rna prop definition functions, made povray custom props fail. |
Revision 5d40c1b by Andre Susano Pinto August 11, 2009, 00:33 (GMT) |
*Added a tree structure with a variable number of childs per node, but with groupped childs (for SIMD) *SIMD support for the first 4*N childs of each node *Some bvh code organized |
Revision 578000b by Benoit Bolsee August 10, 2009, 21:53 (GMT) |
MSVC project files: removed SoundSystem completely |
Revision 86ef13c by Joerg Mueller August 10, 2009, 21:48 (GMT) |
UNTESTED: Fixes for cmake on apple; libsamplerate and ffmpeg. |
Revision 4ce316e by Andre Susano Pinto August 10, 2009, 21:37 (GMT) |
Ability to disable hints at compile time |
Revision f6682ab by Brecht Van Lommel August 10, 2009, 21:31 (GMT) |
RNA: subtypes and units * Reviewed subtypes, making them more specific and adding new ones. * Subtypes now have an associated type of units (length, area, volume, mass, rotation, time, velocity, acceleration). These are not used yet anywhere. * Centralized code that decides the name of array items based on subtype (XYZ, RGB), was copied in 3 places. * RNA_def_float etc functions still need to be update, will do this later together with another change. |
Revision 6e5b78a by Brecht Van Lommel August 10, 2009, 21:10 (GMT) |
RNA: make curve and metaball update functions consistent with others, these cannot assume the existence of an edit object or active object. |
Revision 8dd523a by Brecht Van Lommel August 10, 2009, 20:57 (GMT) |
2.5: Fixes * Disable shaded mode for now, it cause too many crashes combined with preview render, will be fixed properly later. * Make 3d view toolbar region a bit wider. Ideally this would not be needed, but the sculpt/paint buttons just don't fit otherwise. * Revert change to icon/text spacing in buttons, it breaks text editing and clipping. Will properly fix this later so changing the spacing can be done centrally. * Fix for grease pencil simplify stroke python error. Now button is hidden (as in 2.4), but still available through outliner. * Fix for memory leak in UI code, when using ctrl+Q menu. * Fix submenu > icon being drawn on some buttons where it was not needed. |
Revision 24b7d90 by Brecht Van Lommel August 10, 2009, 20:48 (GMT) |
2.5: UI, tweaks to curve mapping template to fit better in 3d view panel, and resize properly. |
Revision 0b2324f by Brecht Van Lommel August 10, 2009, 20:17 (GMT) |
2.5: Small optimization in color management code to avoid doing computation with doubles instead of floats, about 2x faster. |
August 10, 2009, 19:51 (GMT) |
Copy all the .h so sequencer_add.c does not fail. |
Revision d118d7e by Diego Borghetti August 10, 2009, 19:41 (GMT) |
Update Makefile for audaspace. |
Revision 2a58c84 by Joerg Mueller August 10, 2009, 19:22 (GMT) |
Stop changing the includes! |
Revision c2239ab by Benoit Bolsee August 10, 2009, 18:36 (GMT) |
MSVC project files: add audaspace project, upgrade to Python 3.1 |
Revision 22dd40f by Diego Borghetti August 10, 2009, 18:18 (GMT) |
Add missing include dir to Makefile |
August 10, 2009, 18:01 (GMT) |
Remove hardcoded path in include. IMPORTANT: use compiler include paths to point to the file. |
Revision 80ddb02 by Nicholas Bishop August 10, 2009, 16:52 (GMT) |
Sculpt/2.5: * Fixed clay brush to work more like the original patch. It should now correctly limit the depth being added or subtracted. |
|