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-03-06code cleanup - give edge split more helpful var names and replace edgetag mac...Campbell Barton
2012-03-06Fix for fracture object crashSergey Sharybin
2012-03-06bmesh: speedup for deselecting all, (avoid topology loops since all get desel...Campbell Barton
2012-03-06Fix sculpt partial redraw in viewport not working, my mistake, found by Nicho...Brecht Van Lommel
2012-03-06Actual fix for mango files crashes on loadSergey Sharybin
2012-03-06Fix for crash when loading some mango filesSergey Sharybin
2012-03-06quiet some warnings and fix build error with strict casting rules.Campbell Barton
2012-03-06Camera tracking: wall scene orientation operatorSergey Sharybin
2012-03-06Fix to knifetool when intermediate point in space.Howard Trickey
2012-03-06Add BM_face_split_n which splits a face with intermediate points with given c...Howard Trickey
2012-03-06Fix for 30439, Cycles node group conversion wasn't checking node->id pointer ...Lukas Toenne
2012-03-06Fixed typo in tracking-related tweaks for depsgraph resulting with crashSergey Sharybin
2012-03-06Fix incorrect null parameter in PBVH drawingNicholas Bishop
2012-03-06Code cleanup: remove some PBVH material code that isn't needed anymore.Nicholas Bishop
2012-03-06Draw individual face's material and shading correctly in the PBVH.Nicholas Bishop
2012-03-06Code cleanup: remove unused parameter from some ccgSubSurf accessors.Nicholas Bishop
2012-03-06Bugfix and code cleanup: use better types for faceFlags in CCGDM.Nicholas Bishop
2012-03-06Code cleanup in rna files (huge, higly automated with py script).Bastien Montagne
2012-03-06Code cleanup: factor out some common code from PBVH build_sub/build_leaf.Nicholas Bishop
2012-03-06Code cleanup: add comments for build_sub() and remove debug function.Nicholas Bishop
2012-03-06Code cleanup: split PBVH build_sub() into two functions.Nicholas Bishop
2012-03-06Disable interpolation of customdata layers on edge slideSergey Sharybin
2012-03-06Code cleanup: remove unused drawFacesColored from DerivedMesh.Nicholas Bishop
2012-03-06fix [#30459] BMesh Edge Split Hangs.Campbell Barton
2012-03-05Fix for OpenEXR half float save function resulting in dark images savedSergey Sharybin
2012-03-05copying a mesh was generating tessfaces which isnt neededCampbell Barton
2012-03-05Add stub needed for blenderplayer compilation.Sergey Sharybin
2012-03-05added check for DNA C syntax we cant parse:Campbell Barton
2012-03-05tesselat -> tessellat in UI messages, + style edits.Bastien Montagne
2012-03-05Fix for missed faces in mesh after switching active shape key in edit mode.Sergey Sharybin
2012-03-05RegionView3D.update call, to address issue in report:Campbell Barton
2012-03-05fix [#30457] Smooth normals wrongly exported to wavefrontCampbell Barton
2012-03-05edge rotate now keeps edge properties (like seam, crease, bevel weight.. etc)Campbell Barton
2012-03-05Improvements to bmesh edge rotateCampbell Barton
2012-03-05Added option to fit frame to the whole clip editor viewport instead of zoomingSergey Sharybin
2012-03-05Track cleanup operators are now moved to the global clip editor shortcutsSergey Sharybin
2012-03-05Fixed copyright lines for some tracking related DNA files.Sergey Sharybin
2012-03-04Movie clip editor: implemented border select operator for curves viewSergey Sharybin
2012-03-04* rename BM_face_other_loop --> BM_face_other_edge_loopCampbell Barton
2012-03-04switch arg order for BM_face_other_* funcs (make face come first), and add ni...Campbell Barton
2012-03-04#collada skeleton import, bugfix #29621Arystanbek Dyussenov
2012-03-04fix for building openjpeg image support on OpenSUSE 12.1, also quiet compile ...Campbell Barton
2012-03-04fix for missing NULL check in bmesh.from_mesh(), bug [#30446]Campbell Barton
2012-03-04Small feature for the viewer linking operator: When no viewer node is present...Lukas Toenne
2012-03-04style cleanup - comment spelling + translate some dutch.Campbell Barton
2012-03-04fix for issue raise by patch [#30154] non utf8 buildinfo, fails to import 'bp...Campbell Barton
2012-03-04Whitespace tweaksJoshua Leung
2012-03-04bmesh: add back feature from 2.4x Ctrl+Shift+T subdivides quads in the altern...Campbell Barton
2012-03-04fix for crash in bmesh py api, was missing NULL checks for parsing sequences ...Campbell Barton
2012-03-04changes to ED_mesh_update() to work with OBJ import.Campbell Barton