Revision 27796a3 by Campbell Barton December 18, 2012, 16:52 (GMT) |
fix for crash in own commit - happend when changing userprefs. |
Revision 54bab21 by Campbell Barton December 18, 2012, 16:20 (GMT) |
use 'bpy.context' when printing properties in the info window. |
Revision ae15de6 by Brecht Van Lommel December 18, 2012, 15:44 (GMT) |
Fix part of #33469: cloth preroll had a wrong tooltip and low limit of 200 frames. |
Revision 5fcb12d by Campbell Barton December 18, 2012, 15:22 (GMT) |
changing RNA properties now prints python script in the info view. next will add context so bpy.data.xxx[id] are not used for all references. |
Revision 3c2b5e7 by Ton Roosendaal December 18, 2012, 15:10 (GMT) |
Blender icons now are in the 21st century too! Default size for bitmap now is 32x32 pixels. Code change for higher densities is easy, all under review. Let's first check this! |
Revision f91eefc by Brecht Van Lommel December 18, 2012, 14:55 (GMT) |
Fix region expander (+) drawing too narrow. |
Revision 615d90b by Lukas Toenne December 18, 2012, 14:49 (GMT) |
Class method 'get_node_type' for node RNA types. This can be used to map RNA types and Python classes to the associated node type by means of the node type identifier. |
Revision c21c4b0 by Brecht Van Lommel December 18, 2012, 14:46 (GMT) |
Fixes for ctrl+click on panel header: * It collapsed panels in other tabs too * Ctrl + click next to the panel header still caused panels do be collapsed * Ctrl + Return over panel header now works as well |
Revision 957604f by Campbell Barton December 18, 2012, 14:11 (GMT) |
functions to make a string representation of a property & assignment. |
Revision 2a65734 by Brecht Van Lommel December 18, 2012, 14:05 (GMT) |
Fix #33600: copying objects with point caches did not copy the external, disk cache and lib path settings. |
Revision 9c90cf3 by Ton Roosendaal December 18, 2012, 13:59 (GMT) |
Nicer function for drawing text in 3d window: ED_region_visible_rect(ar, rect) Returns the visible rect inside a region, subtracting the overlapping UI regions. Added with minimal overhead, only called once per region draw. Also fixes the 'Auto Key' warning print in 3d window (was behind properties) |
Revision db14a81 by Campbell Barton December 18, 2012, 13:46 (GMT) |
some speedup by avoiding translation on entire enum arrays, and just translate the single name that ends up being used. |
Revision 8e382fd by Campbell Barton December 18, 2012, 13:25 (GMT) |
fix for include and use break statement (may as well not loop more then needed). |
Revision b9d0381 by Campbell Barton December 18, 2012, 13:21 (GMT) |
add index argument to RNA_property_as_string() - currently unused. |
Revision 1d9271c by Brecht Van Lommel December 18, 2012, 12:42 (GMT) |
Fix #33599: VBO textured draw mode did not update correctly when an image filepath was changed to an invalid one. Also fixed Object Color not being displayed correctly with VBO's. The way it has to clear the VBO buffers here is quite poor though and slow, we really need textures and materials in the depsgraph to do this quicker. |
Revision 6030b08 by Ton Roosendaal December 18, 2012, 12:14 (GMT) |
Bug fix, IRC collection. (Fix for recent commit) On saving new files (after loading startup.blend), the user prefs were included. G.fileflags again... |
Revision 9046c29 by Campbell Barton December 18, 2012, 11:17 (GMT) |
fix [#33598] Regression in 2.65 while opening a 2.64 file VBO's were using a material limit half the size of the rest of blender. |
Revision f8c4202 by Campbell Barton December 18, 2012, 10:57 (GMT) |
Correction for own commit r53006, removed some ndof keymaps, bad! |
Revision fa617f1 by luke frisken December 18, 2012, 10:43 (GMT) |
Fixed operator_modal_view3d_raycast.py template so that it uses hit points in world space to give correct selection. Also set selected object to active. |
Revision b7e3967 by Bastien Montagne December 18, 2012, 09:13 (GMT) |
Adding Amharic (i.e. ethiopic) language. |
|