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-08-23move bmesh tools into their own include,Campbell Barton
2013-08-22correct own error in r59365, reported as [#36536] Extrusion detaches facesCampbell Barton
2013-08-22replace symmetrize code with calls to bmesh operators.Campbell Barton
2013-08-22new bmesh operator bisect_plane, cuts a mesh in half, takes a user defined pl...Campbell Barton
2013-08-22bmesh duplicate operator: add vertmap output slot.Campbell Barton
2013-08-22add utility functions for dealing with planesCampbell Barton
2013-08-22Automatically re-generate png icon files from svg ones (CMake only for now).....Bastien Montagne
2013-08-22minor internal change: isect_point_poly_v2 was assigning a value past the arr...Campbell Barton
2013-08-22Fix [#36530] Texture tab refreshing problemBastien Montagne
2013-08-22set nonnull args for BLI_qsort_rCampbell Barton
2013-08-22ghash/edgehash flag wasn't being initialized for new hashes. also init vars i...Campbell Barton
2013-08-21rename recently added BLI_ghash_assign() -> BLI_ghash_reinsert()Campbell Barton
2013-08-21fix for bad mistake in recently added BM_face_create_verts functiofix for bad...Campbell Barton
2013-08-21Scultping: Growing the pbvh node container should use malloc instead ofAntony Riakiotakis
2013-08-21code cleanup: bmesh duplicate functionsCampbell Barton
2013-08-21Copying of nurbs shall happen after converting font to curvesSergey Sharybin
2013-08-21Fix #36453: scaling faces with individual origins would permanently turn ofBrecht Van Lommel
2013-08-21Fix #36499: proportional edit circle was drawing behind objects in some cases,Brecht Van Lommel
2013-08-21mesh duplication was doing a loop & hash lookup for every loop corner, when t...Campbell Barton
2013-08-21correct error in recent commit (face customdata)Campbell Barton
2013-08-21Clear cyclic flag if we didn't copy the whole mask splineSergey Sharybin
2013-08-21Duplicate operator for masksSergey Sharybin
2013-08-21Need to set new curve's disp to NULL when duplicating.Sergey Sharybin
2013-08-21bmesh api cleanup, face creation args now accept an example face (as with ver...Campbell Barton
2013-08-21Partial revert of recenr cu->disp merge commitSergey Sharybin
2013-08-21use BM_CREATE_NOP arg rather then zero, with pointer and bool args in either ...Campbell Barton
2013-08-21bmesh api:Campbell Barton
2013-08-21fix own regression [#36443] Vertex to UV index doesn't match with 2.68aCampbell Barton
2013-08-21correct NULL pointer dereference with recent displist changes.Campbell Barton
2013-08-21style cleanup: also use ARRAY_HAS_ITEM macro for mempool checkCampbell Barton
2013-08-21Image Editor: implement FKey to call 'View All' with 'fit_view'Dalai Felinto
2013-08-21bugfix: fit_view property was saved in CLIP_OT_view_all operatorDalai Felinto
2013-08-20Fix [#36351] Changing the Frame Rate value doesnt adjust audio strip length.Bastien Montagne
2013-08-20fix [#36347] Blender crashes when clicking on 'render' in 'viewport shading'Campbell Barton
2013-08-20inset depth wasn't working right with relative offset, also make it work for ...Campbell Barton
2013-08-20fix [#36352] Inset individual, uncheck "select outer" selects zero facesCampbell Barton
2013-08-20add BLI_memarena_clear function to reset a memarena, keeping the last allocat...Campbell Barton
2013-08-20disable material index clamping, fbx importer doesn't know the total number o...Campbell Barton
2013-08-20fix/workaround [#36519] Origin to Center of Mass" failes when faces have an a...Campbell Barton
2013-08-20add is_finite_v# functions, use bool'sCampbell Barton
2013-08-20fix incorrect docs [#36518] Vector.rotate() does not return value as documentedCampbell Barton
2013-08-20Get rid of PATH_MAX in Ghost System X11Sergey Sharybin
2013-08-20fix [#36517] You can edit a texture space (Shift-T) of a linked meshCampbell Barton
2013-08-20Fix GPencil part of [#36101] BSurface Throw an Error When Press "Add Surface"Bastien Montagne
2013-08-19Fix crash caused by own commit to optimize out curvemappingAntony Riakiotakis
2013-08-19Minor optimization for paint systems, initialize the paint curve beforeAntony Riakiotakis
2013-08-19Usual UI messages fixes...Bastien Montagne
2013-08-19Fix [#36438] Adding Metaball when unit scale is smaller than 0.01 seemingly h...Bastien Montagne
2013-08-19Dyntopo:Antony Riakiotakis
2013-08-19code cleanup: confirm include guards to our conventionCampbell Barton