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-08Code Cleanup:Campbell Barton
2012-02-07fix for remesh (infact any modifier that uses tessface's) not displaying geom...Campbell Barton
2012-02-07Code cleanup for BMesh CDDM access functions, no functional changes.Nicholas Bishop
2012-02-06fix [#30083] Sculpt not redrawing with plain meshCampbell Barton
2012-02-05Code Cleanup: use vector functions for copying / adding UV'sCampbell Barton
2012-02-05fix for error in recent commit. passing totface rather then totpoly, also add...Campbell Barton
2012-02-05add function for getting a polygon map: dm->getPolyMap(ob, dm).Campbell Barton
2012-02-03fix for crash converting a curve into a mesh (Alt+C conversion), this would c...Campbell Barton
2012-01-30remove CDDM_copy second argument, added CDDM_copy_from_tessface instead.Campbell Barton
2012-01-20for CDDM's dmcalcNormals now call CDDM_calc_normals(), not CDDM_calc_normals_...Campbell Barton
2012-01-19ensure defoem DM has tessface data for the few places that need it.Campbell Barton
2012-01-19argument to mesh_recalcTesselation to skip copying normals from polygons.Campbell Barton
2012-01-18argument for CDDM_from_BMEditMesh() so creating tessface data is optional, no...Campbell Barton
2012-01-18fix for editmode bmesh bug - found by testing script.Campbell Barton
2012-01-06renameCampbell Barton
2012-01-06addedCampbell Barton
2012-01-06rename CDDM_calc_normals() --> CDDM_calc_normals_mappingCampbell Barton
2012-01-06rename normal calc functions.Campbell Barton
2012-01-03minor changes for mirror modifier, bigger changes coming.Campbell Barton
2011-12-31remesh now working for bmeshCampbell Barton
2011-12-29minor speedup to CDDM_merge_verts (called by mirror)Campbell Barton
2011-12-29bmesh mirror modifier cleanupCampbell Barton
2011-12-28un-inline edgehash functions, BLI_edgehash_insert was far too big to inline.Campbell Barton
2011-12-28macro for getting next/previous MPoly loopsCampbell Barton
2011-12-28set mloop edge and vertex as unsigned ints since face/edge reference verts as...Campbell Barton
2011-12-19svn merge ^/trunk/blender -r42680:42722Campbell Barton
2011-12-19Fix a bug in CustomData_duplicate_referenced_layer(_named) functions: MEM_dup...Bastien Montagne
2011-12-17Quite some compiler warnings...Bastien Montagne
2011-12-08svn merge ^/trunk/blender -r42495:42516Campbell Barton
2011-12-08Fix #29520: issue drawing with VBO + GLSL + alpha pass. Includes some refacto...Brecht Van Lommel
2011-12-07alternative fix for [#29338], now dont duplicate the vertex layer when calcul...Campbell Barton
2011-12-05manual sync with trunk - pulling in changes where the issues are not bmesh sp...Campbell Barton
2011-12-02svn merge ^/trunk/blender -r42303:42329Campbell 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-12-01Fix for [#29467] Selection of active vertex color layer doesn't workAndrew Wiggin
2011-12-01split BMFlags_To_MEFlags & MEFlags_To_BMFlags into type specific calls, since...Campbell Barton
2011-11-30More DM func renames, fixing some build breaks, renaming more stuff, also see...Andrew Wiggin
2011-11-30remove wrong solidify & draw changes i had checked in here and had also propo...Andrew Wiggin
2011-11-29More DM func renames, this one includes renames of the function pointer membe...Andrew Wiggin
2011-11-29Rename DM *_face_* funcs to be either *_tessface_* or *_poly_* to avoid confu...Andrew Wiggin
2011-11-28fix for [#29437] normals incorrect using bevel modifier in edit modeAndrew Wiggin
2011-11-24r42101 causes problems. reverting and instead make correct CD_ORIGINDEX for t...Andrew Wiggin
2011-11-23fix for vertex paint and face mask selection - drawing was using CD_ORIGINDEX...Campbell Barton
2011-11-23fix misisng edge hash free when CDDM_tessfaces_to_faces ran on an empty meshCampbell Barton
2011-11-23remove assert & make warning print more helpfulCampbell Barton
2011-11-22ocean sim now works with bmeshCampbell Barton
2011-11-22fixes from last mergeCampbell Barton
2011-11-17Fix [#29256] Import images as planes add on doesn't work correctly in bmeshAndrew Wiggin
2011-11-16quiet compiler warnings for BLI_array defines, split BLI_array_append into BL...Campbell Barton