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
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
2012-02-27Code Cleanup:Campbell Barton
2012-02-20moved select interior faces into a C function (was python)Campbell Barton
2012-02-19rebane files to match trunk.Campbell Barton
2012-02-18more syncing smaller changes with trunkCampbell Barton
2012-02-18svn merge ^/trunk/blender -r44189:44204Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-02-12remove bm_get_cd_float, use CustomData_bmesh_get instead, this function only ...Campbell Barton
2012-02-12BMesh api function naming.Campbell Barton
2012-02-11correct bad level include.Campbell Barton
2012-02-10reviewed selection flushing code, some of this was incorrect, checked all use...Campbell Barton