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-09-28fix/workaround [#31811] Subdivision Surface (Apply modifier to editing cage d...Campbell Barton
2012-09-27style cleanup: also correct incorrect doxy headingCampbell Barton
2012-09-24deleting mask data wasn't deleting loop data. also return OPERATOR_CANCELLED ...Campbell Barton
2012-09-24fix for crash joining objects with shape keys - own mistake when fixing anoth...Campbell Barton
2012-09-23fix for crashes caused by mixups when adding objects when incompatible object...Campbell Barton
2012-09-23fix for all pose-group editing functions crashing when the context didnt have...Campbell Barton
2012-09-22add back clear skin operator, removed with sticky by mistake.Campbell Barton
2012-09-21remove sticky coords from blender and the internal render engine.Campbell Barton
2012-09-21remove sticky coordinates from blender, this was missing from the UI since 2.49.Campbell Barton
2012-09-21calculate sticky wasnt working very well and had a few glites -Campbell Barton
2012-09-21There was no way to remove mesh data layers from the interface - add a panel ...Campbell Barton
2012-09-20fix [#32602] Bevel operator's transform input is invertedCampbell Barton
2012-09-20code cleanup:Campbell Barton
2012-09-20fix [#32604] Loop select broken with Clipped view and wireframeCampbell Barton
2012-09-20code cleanup: remove unused macros, commet some which may be useful later - o...Campbell Barton
2012-09-19joining mesh objects now keeps relative key setting of each keyblock. also jo...Campbell Barton
2012-09-19code cleanup: make shape key api names consistent with our new convention.Campbell Barton
2012-09-19fix [#32575] Seperate more than one object from a mesh generates additional e...Campbell Barton
2012-09-18fix [#31569] Shapekey w/ Driver - Shapekey Influences Disappears After Going ...Campbell Barton
2012-09-18fix own error BLI_rctf_cent_x/y were incorrectly returning int's, also quiet ...Campbell Barton
2012-09-18code cleanup: warningsCampbell Barton
2012-09-17fix [#32442] UNDO causes actual shape key to be lost, undoing a modification ...Campbell Barton
2012-09-15code cleanup: replace macro for BLI_rect size/center with inline functions.Campbell Barton
2012-09-14fix for sharp edge selection being inverted, change default angle from 1 to 3...Campbell Barton
2012-09-14fixes for NULL checks, remove some redundant checks and add some in that have...Campbell Barton
2012-09-11add some missing NULL checks, a few parts of the code used a pointer then che...Campbell Barton
2012-09-10fix [#32518] Vertex slide crash sometimes.Campbell Barton
2012-09-10code cleanup: use BMEdit_FromObject() rather then me->edit_btmesh in more pla...Campbell Barton
2012-09-09style cleanup:Campbell Barton
2012-09-08style cleanupCampbell Barton
2012-09-07minor fix for previous commit. ripping a vert-edge connected to a face would ...Campbell Barton
2012-09-07minor improvements to ripCampbell 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-07code cleanupCampbell Barton
2012-09-06fix [#32502] Shift + V Vertex slide doesn't work for x-mirror editCampbell Barton
2012-09-04stule cleanupCampbell Barton
2012-09-04code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines...Campbell Barton
2012-09-03Fix knife bug #30764, failure to cut sometimes.Howard Trickey
2012-09-03style cleanupCampbell Barton
2012-09-03style cleanup: also add debugging print function for derived mesh DM_debug_pr...Campbell Barton
2012-08-31Fix #32458: changing UV image in image editor not working when the active faceBrecht Van Lommel
2012-08-30Possible fix for #32446: after undo in mesh edit mode, vertex/edge/faceBrecht Van Lommel
2012-08-24mesh bridge tool now leaves bridge faces selected.Campbell Barton
2012-08-24fix [#32357] Subdivide fails on newly created edgeCampbell Barton
2012-08-23Fix #32391: new remove doubles "unselected" option was enabled by default, don'tBrecht Van Lommel
2012-08-23bmesh tool: support for merged-bridge (like bridge, collapsing), with aCampbell Barton
2012-08-21Fix #32334: mesh separate by material with > 2 materials could include someBrecht Van Lommel