Revision f665c3c by Campbell Barton April 23, 2012, 11:36 (GMT) |
py/rna api: remove selection and pin variable for texture faces - this is now stored in the loops. |
Revision aa09c57 by Campbell Barton April 23, 2012, 11:19 (GMT) |
add spacebar to confirm knife cut, space confirms - enter isnt so handy, This is consistent with fly mode and grab. |
Revision de07f51 by Sergey Sharybin April 23, 2012, 10:19 (GMT) |
Revision 7eaf3eb by Campbell Barton April 23, 2012, 09:17 (GMT) |
fix [#30937] Pose UI hack needed to be undone, alternate fix is needed. rather then assigning the enum, default to the active pose when the property isnt set. |
Revision b57861e by Bastien Montagne April 23, 2012, 08:24 (GMT) |
i18n: Re-enabling uk_UA, as we are going to have a nice mo in upcomming update. |
Revision b9a2741 by Campbell Barton April 23, 2012, 08:05 (GMT) |
code cleanup: remove unused defines |
Revision ceffa6e by Campbell Barton April 23, 2012, 07:32 (GMT) |
code cleanup: comment unused functions (removed one which isnt useful anymore). |
Revision f9ab956 by Campbell Barton April 23, 2012, 07:26 (GMT) |
py api: bpy.data.scenes.tag() was missing. |
Revision bb17a6b by Campbell Barton April 23, 2012, 06:37 (GMT) |
fix [#31064] Save confirmation stops showing also comment unused functions. |
Revision 8baa5fb by Campbell Barton April 23, 2012, 04:24 (GMT) |
- fix for python freeing its own bmesh clearing the global mirror cache. - fix for own mistake (Ctrl+T didnt set beauty peroperty). - remove bad level includes in bmesh. |
Revision b51590d by Campbell Barton April 23, 2012, 03:43 (GMT) |
code cleanup: bmesh subdivide code - BM_mesh_esubdivideflag() & "esubd" bmesh operator was passing a flag about in a fairly confusing way. since we will eventually have python bmesh operator access better expose this as multiple booleans. remove remaining editbutflag's |
Revision 4c4389f by Campbell Barton April 23, 2012, 02:48 (GMT) |
code cleanup: remove editbutflag flag from toolsettings & related defines. |
Revision 792f536 by Campbell Barton April 23, 2012, 02:17 (GMT) |
code cleanup: better use of BLI_array_* (grow in larger steps where possible), include BMO_iter_new in for loops. |
Revision 16ff7e4 by Campbell Barton April 23, 2012, 01:19 (GMT) |
code cleanup: change C naming convention (so py and C api match), eg: C: BM_face_calc_area(f), Py: BMFace.calc_area() |
Revision c498c0e by Antonis Ryakiotakis April 23, 2012, 01:11 (GMT) |
Update build files to use the new lib locations for MinGW. For builders: you will need to checkout https://svn.blender.org/svnroot/bf-blender/trunk/lib/mingw32/ to build with MinGW past this commit. |
Revision e26ef89 by Campbell Barton April 23, 2012, 00:58 (GMT) |
clear the FGON edge flag when updating old meshes to polygons. (we may wan't to reuse the flag later) |
Revision a1b9608 by Campbell Barton April 23, 2012, 00:20 (GMT) |
add mesh example with docs explaining polygon / loop relationship |
Revision 1642e28 by Campbell Barton April 22, 2012, 23:51 (GMT) |
rename Mesh.uv_loop_layers --> uv_layers add filtering for document generator to support --partial bpy.types.SomeType |
Revision a164aa1 by Daniel Genrich April 22, 2012, 17:31 (GMT) |
Bugfix [#30298] Fluid-Sytem does not work! (Part 2, Part 1 fixed by Brecht) Canceling fluid simulation did not work when speed was zero. |
Revision ff06260 by Antonis Ryakiotakis April 22, 2012, 14:33 (GMT) |
Solve restriction of MinGW that users have to turn ffmpeg on for cmake. |
|