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-02-26fix [#30352] Dissolving a vert in an edgeloop (no faces) just deletes the ver...Campbell Barton
2012-02-26bmesh api cleanupCampbell Barton
2012-02-26minor style editsCampbell Barton
2012-02-26bmesh code cleanupCampbell Barton
2012-02-25bmesh api:Campbell Barton
2012-02-25fix for own error edge tagging sharp.Campbell Barton
2012-02-25Changes in double side lighting usageSergey Sharybin
2012-02-25style cleanup, use { on newline after function definition.Campbell Barton
2012-02-25code cleanup: white space, spelling & ';;' end of lines.Campbell Barton
2012-02-25bmesh py api - add funcsCampbell Barton
2012-02-25fix for own regression in r44361 (broke BM_vert_in_face)Campbell Barton
2012-02-25bugfixCampbell Barton
2012-02-25code cleanupCampbell Barton
2012-02-25remove redundant NULL check in draw_new_particle_system()Campbell Barton
2012-02-25Collada export: bone parenting is actually against the tail.Juha Mäki-Kanto
2012-02-25Collada export: fix no polylist after bmesh-mergeJuha Mäki-Kanto
2012-02-24bmesh bridge - copy UVs and face data whem available.Campbell Barton
2012-02-24Python: add MeshLoop.index, same as already existed for vert/edge/face/poly.Brecht Van Lommel
2012-02-24Blender should now compile fine with older FFmpeg libraries used.Sergey Sharybin
2012-02-24More consistent variable naming.Sergey Sharybin
2012-02-24TODO item: zoom to mouse location in image editorSergey Sharybin
2012-02-24bmesh py api - fix for error creating a new faceCampbell Barton
2012-02-24Code clean-up and make zoom in/out operator store mouse coordinateSergey Sharybin
2012-02-24CLIP_OT_view_zoom (Ctrl-MMB) now takes into account Zoom to Mouse Position se...Sergey Sharybin
2012-02-24bmesh python api:Campbell Barton
2012-02-24Fixed crash in UV project modifier.Sergey Sharybin
2012-02-24change default name of Texture face layer to UVMap, while we fake UV's and te...Campbell Barton
2012-02-24bmesh py api - bmesh.utils.face_flipCampbell Barton
2012-02-24bmesh: minor speedup, use 1 iterator rather then 2 when normalizing verts.Campbell Barton
2012-02-24bmesh py api - normal_update() functions for vert/edge/face.Campbell Barton
2012-02-24bmesh py api, minor change - edges now take a seq of 2: bm.verts.new((v1, v2)...Campbell Barton
2012-02-24bmesh docs now written in sphinx doc generator.Campbell Barton
2012-02-24Changes in FFV1 codec settingsSergey Sharybin
2012-02-24typo cleanup, no functional changes.Campbell Barton
2012-02-24bmesh py api (some api changes and doc additions)Campbell Barton
2012-02-24bmesh python api - add/improve rst docstrings.Campbell Barton
2012-02-24Fix #30325: bmesh edges were marked as sharp by default, after recentBrecht Van Lommel
2012-02-24Fix #30268: cloth collision and springs not working after bmesh merge,Brecht Van Lommel
2012-02-24Fix #30326: calling e.g. bpy.ops.object.proxy_make(object = 'Lamp') wouldBrecht Van Lommel
2012-02-23Fix #30323: Graph view in the Movie Clip Editor does not stay openSergey Sharybin
2012-02-23bmesh py api - ensure data layers to store bmesh pointers exist - removing al...Campbell Barton
2012-02-23bmesh py apiCampbell Barton
2012-02-23Fix #30306: crash duplicating object with action actuator but no animation data.Brecht Van Lommel
2012-02-23bmesh split tool (Ykey), was only splitting off faces, unlike EditMesh which ...Campbell Barton
2012-02-23previous fix wasnt working in edge mode, now selection +/- works in vert/edge...Campbell Barton
2012-02-23fix [#30318] increase/decrease selection won't work (select-more/less)Campbell Barton
2012-02-23Fix #30298: fluid simulation from older files not working when loaded into 2.62,Brecht Van Lommel
2012-02-23bmesh py api, added: bmesh.utils.edge_rotate(edge, ccw=False)Campbell Barton
2012-02-23quiet error message when saving (WM_OT_save_as_mainfile.use_mesh_compat not f...Campbell Barton
2012-02-23Fix #30320: Shading issue with boolean modifierSergey Sharybin