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
2011-12-04add define for deprecated DNA struct members: DNA_DEPRECATED,Campbell Barton
2011-12-04add a new object member to store the dsize, since with my recent commit broke...Campbell Barton
2011-12-04fix for weight paint mode drawing selected verts even when it wasnt the activ...Campbell Barton
2011-12-02move editmesh derived mesh functions into their own file to match bmesh, with...Campbell Barton
2011-12-01Check for mvert coords and normals when doing mesh.validate() and set invalidSergey Sharybin
2011-12-01dynamic paint, possible use of uninitialized value - fix.Campbell Barton
2011-12-01Fixed crash caused by recent VBO's changesSergey Sharybin
2011-12-01Slight refactor of VBO code to deal with multiple textures.Sergey Sharybin
2011-11-30Remove MTEX_BUMP_FLIPPED flag which was added temporary when white/black colorsSergey Sharybin
2011-11-30dynamic paintCampbell Barton
2011-11-30fix for parenting bug introduced by own commit r42273, adding dummy object di...Campbell Barton
2011-11-30use consistent naming for deform.c, also moved defvert_remove_index into defo...Campbell Barton
2011-11-30fix [#29450] Mirror Vertex Groups issueCampbell Barton
2011-11-30fix [#29459] Crash making a linked object group localCampbell Barton
2011-11-30fix [#29111] Wrong application of delta scaleCampbell Barton
2011-11-29remove header text:Campbell Barton
2011-11-29avoid allocating verts & faces for dupliface + editmode.Campbell Barton
2011-11-29Camera tracking: SAD tracker now supports patterns with any sizeSergey Sharybin
2011-11-28view3d - replace magic numbers with an enum to be used with mesh_foreachScree...Campbell Barton
2011-11-28Fix #29389: cycles viewport render not updating on frame changes. This sort ofBrecht Van Lommel
2011-11-28Camera tracking: moved camera solver into it's own jobSergey Sharybin
2011-11-28Camera tracking: merging tracking presets stuff from tomato branchSergey Sharybin
2011-11-28Superficial changes for bmesh bevel to sync with bmesh branch, also noticed l...Campbell Barton
2011-11-28quiet some warnings and logical errors.Campbell Barton
2011-11-27Camera tracking: refactor of tracks synchronization stuffSergey Sharybin
2011-11-27Fix [#29410] Blender svn 2.60.5 r42177, compositor, glare node bug.Bastien Montagne
2011-11-26replace FILE_MAXDIR + FILE_MAXFILE with FILE_MAXCampbell Barton
2011-11-26minor edit - weight_to_rgb() and ramp_blend() now take a float vector rather ...Campbell Barton
2011-11-25Image save as operator 'BW' option wasnt working on some formats, now only sh...Campbell Barton
2011-11-25Fix part of #29310: secondary point caches for cloth did not get stepsBrecht Van Lommel
2011-11-24Fix #29366: multires crash with meshes that had verts/edges not connected to ...Brecht Van Lommel
2011-11-24Fix #29369: bpy.data.curves.new(name= "test" , type = 'SURFACE') does not cre...Sergey Sharybin
2011-11-24- saving as a jpeg image would set the image as not having an alpha channel e...Campbell Barton
2011-11-24image format arg parsing for creator.cCampbell Barton
2011-11-24patch: [#29382] Arbitrary Length Array Function Additions and ModificationsCampbell Barton
2011-11-23Patch #29336: renaming UV (Texture) Layer to UV Map in the user interface,Brecht Van Lommel
2011-11-23Fix #29367: Vertex parent regressionSergey Sharybin
2011-11-22ocean simCampbell Barton
2011-11-222.6 Various code cleanup: Thomas Dinges
2011-11-22- use cache_ as a prefix for new modifiers.Campbell Barton
2011-11-22rename image type defines to be less ambiguous, also set BMP as not supportin...Campbell Barton
2011-11-22display quality for avijpeg, name BKE_imtype functions more sensibly Campbell Barton
2011-11-22image save operator now shares settings and UI with render & image out node.Campbell Barton
2011-11-22replace ImBuf.depth with ImBuf.planes to match ImageFormatData.planes & to av...Campbell Barton
2011-11-22Camera tracking: code cleanupSergey Sharybin
2011-11-22Just another typo in recent commit.Sergey Sharybin
2011-11-22move image settings into their own structure so the interface can be shared w...Campbell Barton
2011-11-22Oops, forgot to remove this unused variableSergey Sharybin
2011-11-21Fixed threading issue when tracking several tracksSergey Sharybin
2011-11-21Fix #29348: subsurf modifier causing mesh to draw slower than with modifierBrecht Van Lommel