Revision c563eb7 by Campbell Barton April 2, 2012, 11:28 (GMT) |
wrap RNA's RNA_property_collection_clear from python. |
Revision 86c68c0 by Sergey Sharybin April 2, 2012, 11:04 (GMT) |
Multithreaded EXR files loading Use multithreaded loading of EXR files which is enabling by call of setGlobalThreadCount function from OpenEXR library to set up number of used threads to number of system threads which speeds up loading high-resolution files on multi-core / multi-cpu systems and allows to work with high-resolution sequences in clip editor and sequencer. |
Revision 7b9d9ec by Campbell Barton April 2, 2012, 10:20 (GMT) |
fix for a bug with Ctrl+Click extrude in curve editmode, it would use the wrong handle type in some cases. also make it re-calculate the handle locations which is much more useful. |
Revision 48059cc by Campbell Barton April 2, 2012, 09:07 (GMT) |
fix problem with select invert - flush selection. previously this wasnt needed because doing an undo push would flush the selection. |
Revision 7d9f023 by Campbell Barton April 2, 2012, 08:58 (GMT) |
adding back boundary inset support. was disabled because at one point it was unstable. |
Revision 7d18456 by Campbell Barton April 2, 2012, 08:35 (GMT) |
fix [#30758] bmesh: unable to rip a single vertex this also adds the ability to rip disconnected face fans apart which is handy. |
Revision aa7cc85 by Thomas Dinges April 2, 2012, 07:54 (GMT) |
Constraint UI: * Adjust "no py constraint" message to be a bit more meaningful. |
Revision 66e8efd by Bastien Montagne April 2, 2012, 06:56 (GMT) |
Minor UI messages fix... |
Revision d2d2b8c by Campbell Barton April 2, 2012, 06:43 (GMT) |
code cleanup: replace inline axis angle conversion with axis_angle_to_mat3() |
Revision e23f752 by Campbell Barton April 2, 2012, 06:26 (GMT) |
style cleanup |
Revision c78b889 by Campbell Barton April 2, 2012, 05:34 (GMT) |
patch [#30721] Fly Operator Stack Corruption from Jason Wilkins (jwilkins) slight change to fix in patch. |
Revision 4253e52 by Campbell Barton April 2, 2012, 04:45 (GMT) |
fix [#30768] Project from View UV map tool includes hidden geometry r45323 select all could select hidden faces, now BM_mesh_elem_flag_enable/disable_all takes an argument to skip hidden elements. |
Revision 56c127e by Campbell Barton April 2, 2012, 03:51 (GMT) |
fix - extrude could create hidden faces when the only connected face to an edge was hidden, the hidden setting would be copied to the newly created face. |
Revision 670cdd5 by Campbell Barton April 2, 2012, 02:41 (GMT) |
code cleanup: always use if (...) even if the macros dont require it (confuses parsers) define macros without the ';'s included. |
Revision 6c4d675 by Campbell Barton April 2, 2012, 01:57 (GMT) |
style cleanup |
Revision 52f1f29 by Nicholas Bishop April 1, 2012, 15:25 (GMT) |
Reverting some style changes from r45305. See discussion here: http://lists.blender.org/pipermail/bf-committers/2012-April/036098.html |
Revision e0ead26 by Bastien Montagne April 1, 2012, 15:02 (GMT) |
Partial fix [#30744] BMesh: Particle system face/volume emission doesn't work if there is a constructive modifier earlier. When ORIGSPACE is added, it is now a loop data, so we need to mark tessdata as dirty too. Also fixed DM_ensure_tessface to check DM_DIRTY_TESS_CDLAYERS flag! This fixes problems with subsurf + dynapaint + particles, however, some modifiers, like remesh, seems to create a new dm from scratch, hence loosing completely those CD layers�?� Note this bug already existed in 2.62, so this is not a regression. |
Revision b1951ac by Andrea Weikert April 1, 2012, 10:36 (GMT) |
fix for [#30738] Shading smooth/flat instability Committing patch from Francisco De La Cruz ([#30753] Shade smooth not preserved when toggling editmode) Thanks for researching this and providing fix. |
Revision 26b0255 by Sergey Sharybin April 1, 2012, 00:14 (GMT) |
Fix for is_orthogonal check which in fact was checking for orthonormal matrix. Separated it into two functions so now it'll be clear if check happens for orthonormal or just orthogonal. |
Revision 4c36a26 by Tamito Kajiyama March 31, 2012, 22:09 (GMT) |
Merged changes in the trunk up to revision 45308. Conflicts resolved: source/blender/editors/interface/resources.c source/blender/editors/mesh/editmesh_select.c source/blender/editors/space_view3d/drawobject.c |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021