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
path: root/source
AgeCommit message (Expand)Author
2012-04-20attempt to fix [#31033], cant redo the bug but button layout wasnt greatCampbell Barton
2012-04-20fix [#31036] image.gl_load() consistently segfault at gluBuild2DMipmapsCampbell Barton
2012-04-20aparently `yards` are not used a lot, suppress their use in button display (i...Campbell Barton
2012-04-20Knife tool: Increase the header string length to avoid clipping the message.Antony Riakiotakis
2012-04-20refactor rip tool out into vert/edge functions, was getting too unweildy havi...Campbell Barton
2012-04-20knife tool alpha values where being set to zero (intersection points weren't ...Campbell Barton
2012-04-20Fix for particle dupli group relative offsets. The relative transforms of obj...Lukas Toenne
2012-04-20style cleanupCampbell Barton
2012-04-20knife tool: use the knife mouse cursor, dont store the context in the knife t...Campbell Barton
2012-04-20knife tool: store color once on initializations, de-select only when cutting ...Campbell Barton
2012-04-20knife tool now selects newly cut edges.Campbell Barton
2012-04-20knife tool modificationsCampbell Barton
2012-04-20bmesh py api: remove bmesh.loops.index_update(), it wasn't working, as joe no...Campbell Barton
2012-04-20rip tool wasnt working on a single edge selection in some cases (own error in...Campbell Barton
2012-04-20add asserts for invalid iteratpr values so we can catch them in debug mode.Campbell Barton
2012-04-20bmesh: improve rip toolCampbell Barton
2012-04-20Fixed crash in iter api, triggered by calling index_update() on the loop py s...Joseph Eagar
2012-04-19bmesh py api: expose BMVert.calc_shell_factor()Campbell Barton
2012-04-19bmesh inset: add depth option (make use of relative and even offset options)Campbell Barton
2012-04-19BMESH_TODO: randomize vertices working again.Bastien Montagne
2012-04-19committed check by mistake, its not needed.Campbell Barton
2012-04-19bmesh rip: when there are selected faces call region_to_loop before ripping. ...Campbell Barton
2012-04-19fix [#31015] Rip has weird results in vertex selection mode vs face Campbell Barton
2012-04-19Fix #31016: rigid body joint constraint in game engine did not respect constr...Brecht Van Lommel
2012-04-19code cleanup: remove unused BMesh args.Campbell Barton
2012-04-19Change knife header to reflect current key binding (RMB cancels now).Howard Trickey
2012-04-19remove BM_ITER, BM_ITER_INDEX macros, use ELEM or MESH variants only (the mac...Campbell Barton
2012-04-19For bug #30931, change knife hardcoded colors to ones derived from theme.Howard Trickey
2012-04-19code cleanup: first step to replace BM_ITER BM_ITER_INDEX macros.Campbell Barton
2012-04-19BMESH_TODO: xsort of vertices working again.Bastien Montagne
2012-04-19style cleanup: BM_ITER / BM_ITER_INDEX / BMO_ITERCampbell Barton
2012-04-19bmesh api function: BM_edge_face_tangent()Campbell Barton
2012-04-19Fix #30998: copy to selected in properties editor not working for bones.Brecht Van Lommel
2012-04-19Fix #31009: edge split did not split non-manifold edges correctly, it shouldBrecht Van Lommel
2012-04-19Fix #31007: text editor delete at end of last line did unnecessary undo push.Brecht Van Lommel
2012-04-19fix bevel edge angle (wasnt hooked up to new code), vertex-bevel angle isnt w...Campbell Barton
2012-04-19style cleanup: bevel code, also remove unneeded flag setting.Campbell Barton
2012-04-19Fix: Mark seams in uv editor didn't workAntony Riakiotakis
2012-04-19Fixing bug [#31005] Nurbs UI bugThomas Dinges
2012-04-19Release Status:Thomas Dinges
2012-04-18knife tool: Add state indicator in header for tool optionsAntony Riakiotakis
2012-04-18improve recent commit to copy loop data on extrudeCampbell Barton
2012-04-18bmesh knife tool: cut through no longer initializes from view setting to limi...Campbell Barton
2012-04-18Fix: Transforming NLA strips leaks memory.Antony Riakiotakis
2012-04-18bmesh knife tool:Campbell Barton
2012-04-18bmesh knife tool:Campbell Barton
2012-04-18correct ifdef'd scanfill code, incase someone wants to test.Campbell Barton
2012-04-18code cleanup: more minor changes to scanfillCampbell Barton
2012-04-18code cleanup: replace magic numbers in scanfill with defines, also use some v...Campbell Barton
2012-04-18fix for eternal loop in scanfill,Campbell Barton