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-04-22bmesh py api: expose BM_face_split_n() to the python api;Campbell Barton
2012-04-22correction to py docs from mgschwan on IRC.Campbell Barton
2012-04-22Ctrl+RMB to select an object in editmode didnt work in edge mode (which is no...Campbell Barton
2012-04-22small speedup to VertDataMulN(av, n), when passed expressions to 'n' they wer...Campbell Barton
2012-04-22subsurf - avoid 'for' loop finding the edge index in a face multiple times wh...Campbell Barton
2012-04-22- fix memory leak in mesh_strip_loose_polysloops(), occurred during 3ds import.Campbell Barton
2012-04-22style cleanupCampbell Barton
2012-04-21style cleanup: multi-line if statements.Campbell Barton
2012-04-21style cleanup: correct typosCampbell Barton
2012-04-21fix [#31049] New Faces (F) always solid shadedCampbell Barton
2012-04-21style cleanupCampbell Barton
2012-04-21Fix for image node: has to check the number of actual node sockets before acc...Lukas Toenne
2012-04-21fix [#31048] converting curve object to mesh makes object disapper from 3D viewCampbell Barton
2012-04-21style cleanupCampbell Barton
2012-04-21fix [#31047] ctrl+mouse select in edit-mode does not select external objectCampbell Barton
2012-04-21fix error in recent rip refactor, also add comment.Campbell Barton
2012-04-20style cleanup: pep8, also quiet compiler warning.Campbell Barton
2012-04-20fix for error using uninitialized variable with shape key conversion.Campbell Barton
2012-04-20Fix [#31008] IK armature resize goes ugly (Pose mode resize).Bastien Montagne
2012-04-20code cleanup: prefer BM_face/edge/vert_select_set() over BM_elem_select_set()...Campbell Barton
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-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