Blender Git Commits

Blender Git "master" branch commits.

Page: 3651 / 5574

April 23, 2012, 11:36 (GMT)
py/rna api: remove selection and pin variable for texture faces - this is now stored in the loops.
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.
April 23, 2012, 10:19 (GMT)
Merging r45810 through r45876 from trunk into soc-2011-tomato

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.
April 23, 2012, 08:24 (GMT)
i18n: Re-enabling uk_UA, as we are going to have a nice mo in upcomming update.
April 23, 2012, 08:05 (GMT)
code cleanup: remove unused defines
April 23, 2012, 07:32 (GMT)
code cleanup: comment unused functions (removed one which isnt useful anymore).
April 23, 2012, 07:26 (GMT)
py api:
bpy.data.scenes.tag() was missing.
April 23, 2012, 06:37 (GMT)
fix [#31064] Save confirmation stops showing

also comment unused functions.
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.
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
April 23, 2012, 02:48 (GMT)
code cleanup: remove editbutflag flag from toolsettings & related defines.
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.
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()
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.
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)
April 23, 2012, 00:20 (GMT)
add mesh example with docs explaining polygon / loop relationship
April 22, 2012, 23:51 (GMT)
rename Mesh.uv_loop_layers --> uv_layers

add filtering for document generator to support --partial bpy.types.SomeType
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.
April 22, 2012, 14:33 (GMT)
Solve restriction of MinGW that users have to turn ffmpeg on for cmake.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021