Revision 7d1a36f by Campbell Barton September 23, 2012, 06:38 (GMT) |
fix for crash backing in background mode. |
Revision 552cd4b by Campbell Barton September 23, 2012, 06:25 (GMT) |
fix for crash executing a python script. nice obscure case, when a script executes, frees its self (by loading a file for eg), then has a python error. ... in this case blender would fetch the python exception and attempt to move the cursor in the freed textblock to the error line, crashing blender. |
Revision 3e9a09d by Campbell Barton September 23, 2012, 05:33 (GMT) |
fix for some crashes running operators in background mode. |
Revision 3e63402 by Campbell Barton September 23, 2012, 05:02 (GMT) |
fix for incorrect declaration rna_Object_free_duplilist() in cycles. |
Revision 3b487a6 by Campbell Barton September 23, 2012, 02:31 (GMT) |
fix for all pose-group editing functions crashing when the context didnt have an area (in background mode), fix pose-group-sort and pose-group-moving being disabled for pinned poses. also fix for own missing NULL check for pose mask clear which would crash when run without an active object |
Revision 89d6cc7 by Bastien Montagne September 22, 2012, 20:07 (GMT) |
Make "name" member of RNA KeymapItem struct return the translated name of the underlying operator. Else, op names are usually not translated in keymap part of the user preferences! Thx to Miklós Pomsár for pointing this bug. :) |
Revision e5d74d2 by Bastien Montagne September 22, 2012, 17:45 (GMT) |
Fix [#32629] Checking "Invert Zoom Direction" doesn't change zoom in camera view. |
Revision bb1987e by Bastien Montagne September 22, 2012, 17:40 (GMT) |
More tweaks to sequencer Header bar: make overlay also available in mix mode, and OpenGL render buttons in all modes! |
Revision fb8ffef by Bastien Montagne September 22, 2012, 17:00 (GMT) |
Revert a small part of r50813, so that we can build (actually, link) with Cycles! Note: this is marked as hack/todo in cycles code, so it needs a proper fix, but at least it works, for now... ;) |
Revision 6c1da4d by Campbell Barton September 22, 2012, 14:07 (GMT) |
code cleanup: make many functions static |
Revision 34114b3 by Campbell Barton September 22, 2012, 13:40 (GMT) |
code cleanup: remove/comment unused defines |
Revision 1541ee2 by Campbell Barton September 22, 2012, 13:23 (GMT) |
Improvement to own commit r50810. Add an optional ghost argument to set the new mouse location when un-grabbing. - without this the mouse would flicker at the old location before moving to the new location - when using the color picker for eg. |
Revision 9bb90f4 by Campbell Barton September 22, 2012, 12:25 (GMT) |
fix [#32609] RGB Curves Mouse Pointer Problem this was working as intended but users complained that the mouse cursor stayed in the same location after using the color picker and curves with continuous grab enabled. |
Revision 3ff23b7 by Campbell Barton September 22, 2012, 12:23 (GMT) |
rect/point clamping function: BLI_rct*_clamp_pt_v |
Revision 76850d8 by Campbell Barton September 22, 2012, 07:38 (GMT) |
Enable predictable menu key-chaining as with r50501. The way it works now, navigation keys (up/down, number, a-z) - won't apply to a submenu if there are no active buttons in that menu, instead the parent menu gets the event. |
Revision bb4537e by Campbell Barton September 22, 2012, 07:22 (GMT) |
revert own commit r50501 (have a better way to implement this same feature) |
Revision b1ef570 by Campbell Barton September 22, 2012, 04:57 (GMT) |
add a UV Project material option so UV's are calculated taking into account perspective matrix - previously this gave artifacts with lower poly meshes. |
Revision 1a1e37f by Campbell Barton September 22, 2012, 03:33 (GMT) |
replace UV project modifier matrix calculation with BKE_camera_params_* functions, double checled combinations of aspect/scale/shift work as before --- but this reduces the likelyhood of discrepancies for sensor size (corner cases). |
Revision 22e0ffa by Thomas Dinges September 21, 2012, 22:33 (GMT) |
Added back "mesh.customdata_clear_skin"... followup for r50802 |
Revision 537c337 by Campbell Barton September 21, 2012, 22:31 (GMT) |
fix for crash getting a member from the operator context override, in some cases python didnt hold the GIL. |
|
|
|


Master Commits
MiikaHweb | 2003-2021