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
2013-07-15Fix #36139: cycles not taking texture spacing settings into account forBrecht Van Lommel
2013-07-03fix [#35975] "Select Linked" = "Select All" in Weight Paint mode?Campbell Barton
2013-06-29fixed a compiler warning message in vs 2008Gaia Clary
2013-06-26fix [#35858] Weight Paint: Hiding faces isnt flushing the flag to the vertices.Campbell Barton
2013-06-15added basic utility functions for working with mselect (selected mesh elements)Gaia Clary
2013-06-14expose smooth group calculation to python as Mesh.calc_smooth_groups()Campbell Barton
2013-06-14utility function for calculating smooth groups from sharp edges: BKE_mesh_cal...Campbell Barton
2013-06-14utility function BKE_mesh_edge_poly_map_create(), currently unused.Campbell Barton
2013-06-14code cleanup: reduce pointer indirection for mesh-map creation functions.Campbell Barton
2013-06-14code cleanup: make_edges_mdata() reduce some sign conversion, pointer indirec...Campbell Barton
2013-06-12solidify: dont add poly-normal layer to the derived mesh, since this is no lo...Campbell Barton
2013-05-28code cleanup: lots of calls to BKE_mesh_calc_normals_mapping were not using t...Campbell Barton
2013-05-08code clenup: rename BKE_mesh_poly_calc_angles -> BKE_mesh_calc_poly_anglesCampbell Barton
2013-04-22fix [#35026] Curve build modifierCampbell Barton
2013-03-26style cleanup:Campbell Barton
2013-03-20code cleanup: use booleans for mesh and selection code.Campbell Barton
2013-03-17code cleanup: name mesh functions more consistently, also use bools for mesh ...Campbell Barton
2013-03-16object converting curve/mball to a mesh would give invalid selection state (e...Campbell Barton
2013-03-15code cleanup: rename BKE_mesh_to_curve_ex --> BKE_mesh_to_curve_nurblist,Campbell Barton
2013-03-14split up BKE_mesh_to_curve() into 2 functions, adding BKE_mesh_to_curve_ex() ...Campbell Barton
2013-03-14converting a mesh to a curve was unnecessarily using tessface's.Campbell Barton
2013-02-05Fix #34040: Moving Normal Node with enabled Cycles Material Preview crashesSergey Sharybin
2013-01-24add 'deform - integrate' option to mesh-cache,Campbell Barton
2013-01-10Fix #33752: UV Orco coordinates were wrong for Cycles (and other externalBrecht Van Lommel
2013-01-10don't store bevel weights or edge crease customdata layers in editmode unless...Campbell Barton
2012-12-28code cleanup:Campbell Barton
2012-12-22flush selection from vertex paint and weight paint modes when exiting, this i...Campbell Barton
2012-12-22flush selection when switching weight paint vertex/face selection modes.Campbell Barton
2012-12-22function for flushing polygon -> vert,edge selection (in object mode), curren...Campbell Barton
2012-12-22code cleanup and minor changesCampbell Barton
2012-12-21minor bmesh improvementsCampbell Barton
2012-12-18uv edge based stitch. Useful to disambiguate betwen islandsAntony Riakiotakis
2012-11-09style cleanup: indentationCampbell Barton
2012-10-20Add option to set object origin to the center of massSergej Reich
2012-10-15code cleanup: define sizes of vectors for function args and use C style commentsCampbell Barton
2012-09-25small improvement to previous commit, use pre-calculated ngon normal to avoid...Campbell Barton
2012-09-25fix [#32646] Duplifaces can have wrong orientation with ngonsCampbell Barton
2012-07-31resolve glitch in the image space where mask editing and UVs would conflict.Campbell Barton
2012-07-31support for curve orco uv's as UV's in cycles.Campbell Barton
2012-07-14Fix #31021: Render settings are not taken into account for curvesSergey Sharybin
2012-06-28Fix #31835: OBJ Importer corrupts a model (crash in edit mode)Sergey Sharybin
2012-06-07Fix #31725: UV map order is ignored when opening in 2.6+ versionsSergey Sharybin
2012-06-04Fix #31172: applying boolean removes uv mapsSergey Sharybin
2012-05-22Add Mesh equivalent to BM_edge_other_vert().Nicholas Bishop
2012-05-15Update create_vert_edge_map() to match create_vert_poly_map().Nicholas Bishop
2012-05-13code cleanup: header cleanup and remove some duplicate defines.Campbell Barton
2012-05-08optimize ngon angle calculation in solidify modifier (was doing prev/next vec...Campbell Barton
2012-05-06code cleanup: naming - BKE_mesh_*Campbell Barton
2012-05-05code cleanup: naming - pose/armature/image Campbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton