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
path: root/source
AgeCommit message (Expand)Author
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-23fix for meshes not showing up in the game engine. Campbell Barton
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
2012-02-23adding icosphere was broken with own recent commitCampbell Barton
2012-02-23Segments and rings for UV Sphere were swapped.Sergey Sharybin
2012-02-23bmesh py api, new elements now take optional 'example' arguments, so the new ...Campbell Barton
2012-02-23use __ prefix on header guards to avoid mixing up defines with api functions ...Campbell Barton
2012-02-23Bugfix: don't read from a write-only VBO when updating grid buffers.Nicholas Bishop
2012-02-23bmesh py api functions:Campbell Barton
2012-02-23bmesh api cleanup, remove unused header.Campbell Barton
2012-02-23Fix #30315: Temporary proxy files are not erased and old proxys are not updat...Sergey Sharybin
2012-02-23BGE is compilable by MSVC againSergey Sharybin
2012-02-23bmesh minor api refactorCampbell Barton
2012-02-23* Fixed some typos in the code, patch [#30247] by Vladimir Rutsky (rutsky). T...Thomas Dinges
2012-02-23Refresh all cached ibmufs used by sequencer after all proxies are built.Sergey Sharybin
2012-02-23Code cleanup: replace some common CCG operations with functions.Nicholas Bishop
2012-02-23bmesh py api, new submodulesCampbell Barton
2012-02-23swap arg order for BM_edge_split(), makes sense to have edge as firstCampbell Barton
2012-02-23- swap arg order for BM_face_copy() boolean options.Campbell Barton
2012-02-23bmesh py api, more wrapped funcs:Campbell Barton
2012-02-23bmesh py api: functions for getting the area/angle/center of BMesh elements.Campbell Barton
2012-02-23code cleanup: dont set the namespace in STR_String.h - 'using namespace std',...Campbell Barton