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-12-17code cleanup: use 'const float *' when getting the 3d cursor and not editing it.Campbell Barton
2012-12-14style cleanupCampbell Barton
2012-12-13Part of bratwurst GSOC cleanup of subsurf unwrap code: Ommit subsurfAntony Riakiotakis
2012-12-12make EDBM_index_arrays's stay in memory, blender was allocating an array and ...Campbell Barton
2012-12-12use htype flags as arguments to EDBM_index_arrays_init(), no functional changes.Campbell Barton
2012-12-11replace BLI_array_fixedstack_declare with() new macro BLI_array_alloca() whic...Campbell Barton
2012-12-11define the size of matrix args for both rows/cols.Campbell Barton
2012-12-02Silent a bunch of gcc warnings (usually dummy, but noisy!).Bastien Montagne
2012-11-27fix/workaround [#33281] script goes into not responding Campbell Barton
2012-11-16code cleanup: replace most DO_MINMAX2 -> minmax_v2v2_v2Campbell Barton
2012-11-12BM_iter_as_arrayN() can now take an optional existing array argument, useful ...Campbell Barton
2012-11-05code cleanup: use enums for view3d_snap transverts.Campbell Barton
2012-11-05Fix part of #33055: uv mapping did not use the right image from the material toBrecht Van Lommel
2012-11-02UV editor: change unwrap warning about object non-unit size to only warning a...Brecht Van Lommel
2012-10-30remove CD_POLYINDEX customdata layer:Campbell Barton
2012-10-24add CDDM_from_bmesh(), avoids using BMEditMesh in modifiers.Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-19More UI messages fixes and tweaks, BKE_report<->BKE_reportf, and stuff to tra...Bastien Montagne
2012-10-15Fix for #32852: set uv unwrap default packing marging to 0.001.Brecht Van Lommel
2012-10-12quiet some -Wshadow warningsCampbell Barton
2012-09-19code cleanup: marker transform was doing some redundant/misleading assignment...Campbell Barton
2012-09-13fix [#31946] Masking doesn't respect pixel ratioCampbell Barton
2012-08-31Fix #32458: changing UV image in image editor not working when the active faceBrecht Van Lommel
2012-08-17fix own error in recent smoothview cleanup, also correct some cross reference...Campbell Barton
2012-08-06Switching images in the image space would modify UV coordinates.Campbell Barton
2012-07-25match function names for clip/image spacesCampbell Barton
2012-07-09Fix for #31962, changes image ignores correct aspect ratio. MadeAntony Riakiotakis
2012-05-29Fix #31631: keyframe insert on uv layer element not working.Brecht Van Lommel
2012-05-13code cleanup:Campbell Barton
2012-05-13code cleanup: use vector math function minmax_v3v3_v3() and other minor vecto...Campbell Barton
2012-05-12Fix [#31426] Unwrapping, First unwrap unwraps with LSCM, not with Angle BasedBastien Montagne
2012-05-11style cleanup: mainly sculpt/whitespaceCampbell Barton
2012-05-11Code cleanup for parameters of subsurf_make_derived_from_derived.Nicholas Bishop
2012-05-06Last part of fix for [#31157]: Some (actually, 172) operators have no tooltip.Bastien Montagne
2012-05-05Fix #31302: UV unwrap no longer remember last conformal/angle based unwrapperBrecht Van Lommel
2012-05-05code cleanup: function naming for BLI functions.Campbell Barton
2012-05-04code cleanup: double promotion & some style cleanupCampbell Barton
2012-05-01style cleanup: guys - set your editors to tabs!Campbell Barton
2012-05-01Fix #31147: uv unwrap not scaling islands properly to match relative size.Brecht Van Lommel
2012-04-24code cleanup: rename UV functions to closer match bmesh apiCampbell Barton
2012-04-24bmesh/uv editorCampbell Barton
2012-04-22style cleanup: commentsCampbell Barton
2012-04-21style cleanupCampbell Barton
2012-04-19remove BM_ITER, BM_ITER_INDEX macros, use ELEM or MESH variants only (the mac...Campbell Barton
2012-04-19style cleanup: BM_ITER / BM_ITER_INDEX / BMO_ITERCampbell Barton
2012-04-16minor speedup for scanfill, dont calculate the normal if its already known - ...Campbell Barton
2012-04-16make scanfill threadsafe (wasnt threadsafe before BMesh merge but before the ...Campbell Barton
2012-04-16code cleanup: avoid confusion with incorrectly named argument to BLI_edgefill...Campbell Barton
2012-04-15Fix #30952: uv unwrapper not working as well as 2.62 on some topologies, let theBrecht Van Lommel
2012-04-15Tweak knife/unwrap tesselation code a bit, it uses a random offset, now alsoBrecht Van Lommel