Revision 33c444f by Campbell Barton November 30, 2009, 22:32 (GMT) |
User Script support added back. - the scripts path set in the user preferences or ~/.blender/scripts/ui (io, op, io etc..) will be used to load scripts. - the default home dir part probably only works in *nix os's - Added a missing sync callback to vector.toTuple() |
Revision 168fe0b by Martin Poirier November 30, 2009, 20:20 (GMT) |
Transform Modal Map: Adding events for X/Y/Z axis and planar constraints (always use the user orientation, not global first) and for turning constraints off. Built-in keys (toggle between global, user and off) are not in the map but can be overridden (any events handled by the modal keymap will not enter the built-in map). |
Revision 29f6357 by Martin Poirier November 30, 2009, 19:43 (GMT) |
Bugfix: PET circle not drawn correctly in edit mode. |
Revision 9d8b94e by Campbell Barton November 30, 2009, 19:24 (GMT) |
surfaces were displaying the Geometry panel that only curves need |
Revision afe475b by Brecht Van Lommel November 30, 2009, 18:42 (GMT) |
Approximate AO: Diffuse Bounce Hack This brings back the single bounce indirect diffuse lighting for AAO, it's not integrated well but that will be tackled later as part of shading system refactor and subdivision changes. The caveats are the same as AAO, with one extra thing, the diffuse lighting is sampled once per face, so it will not be accurate unless faces are subdivided. I'm committing this now so we can start testing it for Durian, and since changes need to make it work properly are planned. |
Revision 4a4fff5 by Thomas Dinges November 30, 2009, 18:26 (GMT) |
Cleanup: * Deleted "Add" Prefix for mesh.duplicate_move in Toolbar. * Renamed "duplicate_ipo" property to "duplicate_fcurve" |
Revision e318109 by Thomas Dinges November 30, 2009, 18:06 (GMT) |
* Disabled "Shaded View" again, not working in 2.5 (yet). |
Revision e7beae5 by William Reynish November 30, 2009, 14:40 (GMT) |
Rename Centroid to Origin, following discussions on mailing list. |
Revision b911d83 by Campbell Barton November 30, 2009, 14:10 (GMT) |
better not process events early, could cause troubles later. added a function - wm_window_get_size_ghost(), which looks into the ghost window directly so events dont need processing first. |
Revision ab4a141 by Campbell Barton November 30, 2009, 13:58 (GMT) |
bugfix [#20083] Wrong position of splash screen on dualhead |
Revision 0f24af7 by Campbell Barton November 30, 2009, 12:50 (GMT) |
curve select toggle was broken from recent select operator update |
Revision a214019 by Campbell Barton November 30, 2009, 12:31 (GMT) |
convert rigify into a package. advantage is new types can be added into the package without modifying any existing files, the bone 'type' property will find the matching submodule |
Revision 679da5e by Joshua Leung November 30, 2009, 11:37 (GMT) |
Durian Graph Editor Request: Only show handles of selected keyframes This option for the Graph Editor means that only the handles for selected keyframes get shown in the view, eliminating clutter. Currently, the selection code isn't aware of this option, so clicking anywhere near where a handle might be may often trigger it to show up. This may/may not be desireable, but we'll see how Lee goes with this first :) |
Revision e1ba551 by Campbell Barton November 30, 2009, 11:18 (GMT) |
better remove doubles for retopo, use 15th the of the average of both splines lengths (less scale dependant) |
Revision a2d757d by Joshua Leung November 30, 2009, 11:10 (GMT) |
Durian Requests for Graph Editor Visibility Toggles (2): Improved the hotkeys for toggling the visibility of channels in the keys area for the Graph Editor. * VKEY - this is now used for making only the selected channels visible, hiding everything else * Shift-VKEY - the old toggling behaviour In addition to this, I've made these toggling operators flush the visibility flags up/down the hierarchy, just like clicking on the channels manually do. There are still a few minor oddities to iron out, but it should be better than before. Also, fixed a bug with these toggling operators introduced during my earlier commit to make filtering work ok. It's always tricky getting these layers of checks just right, so hopefully nothing breaks now again... |
Revision e526047 by Campbell Barton November 30, 2009, 10:21 (GMT) |
retopo: use a smaller scale for faces that are modeled where 1.0==1m, will eventually try to use a method that doesnt depend on scale like this grease pencil point.co wasnt a vector when it should be |
Revision 86e9c51 by Joseph Eagar November 30, 2009, 05:11 (GMT) |
small projectfiles update for vc9, removed sourcefile that was for reference only. |
Revision 7fd2a2d by Joshua Leung November 30, 2009, 03:10 (GMT) |
* Grease Pencil drawing now works with Repeat Last operator. Stroke info is now saved when drawing strokes, but unfortunately, the post-draw settings tweaking doesn't work from the toolbar still (due to missing region context info) * Added some update callbacks/flags for F-Curve properties, so changing the colour of an F-Curve updates in realtime. |
Revision caa11aa by Joshua Leung November 30, 2009, 02:42 (GMT) |
Assorted tweaks for subdivide operator ranges - soft/hard ranges were swapped. |
Revision 9b0a3ee by Campbell Barton November 30, 2009, 02:34 (GMT) |
previous commit for retopo converted the strokes into a curve first, better to use the grease pencil data directly. renamed coordinates --> co, matching mesh verts |
|