Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-22python api: add functionality to remove vertex color layers.Campbell Barton
2013-03-20- add knife project to toolbar.Campbell Barton
2013-03-20code cleanup: use booleans for mesh and selection code.Campbell Barton
2013-03-16patch [#34634] Select vertices without a groupCampbell Barton
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-12use gcc warning -Wredundant-decls, exposes some odd/duplicate declarations wh...Campbell Barton
2013-01-22fix [#33889] Unexpected weights after parenting with Empty GroupsCampbell Barton
2013-01-14use booleans for bmesh api.Campbell Barton
2013-01-13speedup for EDBM_uv_vert_map_create(), reduce customdata lookups. also remove...Campbell Barton
2012-12-23initial support for 'occlude background geometry' in weight paint mode.Campbell Barton
2012-12-12Fix error compiling in debug build, should test #ifndef NDEBUG instead ofBrecht Van Lommel
2012-12-12remove context argument from EDBM_update_generic()Campbell Barton
2012-12-12make EDBM_index_arrays's stay in memory, blender was allocating an array and ...Campbell Barton
2012-12-12use htype flags as arguments to EDBM_index_arrays_init(), no functional changes.Campbell Barton
2012-11-13add an operator for mesh mode switching,Campbell Barton
2012-11-03Bugfix (own collection)Ton Roosendaal
2012-10-22Support for connected style proportional editing in UV editor. Now when conne...Antony Riakiotakis
2012-10-10refactor screen foreach functions to accept float[2] arguments rather then in...Campbell Barton
2012-10-06Bugfix [#32789] (Minor) Different types used between func declaration andJoshua Leung
2012-10-05code cleanup: use functions to initialize selection user data structs, use ra...Campbell Barton
2012-10-05replace most uses of ED_view3d_project_float_noclip() with ED_view3d_project_...Campbell Barton
2012-09-28fix/workaround [#31811] Subdivision Surface (Apply modifier to editing cage d...Campbell Barton
2012-09-18fix own error BLI_rctf_cent_x/y were incorrectly returning int's, also quiet ...Campbell Barton
2012-09-07fixes for weight paint mode:Campbell Barton
2012-09-07remove makeDerivedMesh from ED_mesh_pick_face(), this was added 44256 (bmesh ...Campbell Barton
2012-09-07code cleanup: header had many incorrect sections for function/file, also rena...Campbell Barton
2012-09-07code cleanup: move vertex and face picking functions into meshtools.cCampbell Barton
2012-09-06code cleanup: remove deprecated defines and some struct membersCampbell Barton
2012-08-31Fix #32458: changing UV image in image editor not working when the active faceBrecht Van Lommel
2012-07-20minor edits for bmesh apiCampbell Barton
2012-05-25Modifications to the view3d.select() operator: Nathan Vegdahl
2012-05-16modal operation for bevel and inset:Antony Riakiotakis
2012-04-28code cleanup: Campbell Barton
2012-04-25code cleanup: no functional change - had both EDBM_editselection_* and BM_edi...Campbell Barton
2012-04-23- fix for python freeing its own bmesh clearing the global mirror cache.Campbell Barton
2012-04-23code cleanup: bmesh subdivide code - BM_mesh_esubdivideflag() & "esubd" bmesh...Campbell Barton
2012-04-23code cleanup: remove editbutflag flag from toolsettings & related defines.Campbell Barton
2012-04-19code cleanup: remove unused BMesh args.Campbell Barton
2012-03-29added Mesh.calc_tessface(), needed to update mesh tessface after bmesh edits.Campbell Barton
2012-03-29skip using bmesh operators for converting to/from undo meshes (gives some spe...Campbell Barton
2012-03-27style/name cleanup: have EDBM_* functions match our style guide and also matc...Campbell Barton
2012-03-27fix [#30651] bpy.ops.object.mode_set(...) editmode removes faces.Campbell Barton
2012-03-26disallow adding tessfaces to a mesh with polygons (only allowed case is creat...Campbell Barton
2012-03-26fix [#30657] New UV layers created with Mesh.uv_textures.new reset previous o...Campbell Barton
2012-03-24code cleanup: re-shuffle some functions so EDBM_ functions are in bmesh_utils.cCampbell Barton
2012-03-04style cleanup - comment spelling + translate some dutch.Campbell Barton
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-03-02mesh.update() now has option to calculate tessellation faces.Campbell Barton
2012-02-29Code Cleanup: remove non existing function declarations.Campbell Barton
2012-02-28Code Cleanup: bmeshCampbell Barton