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-03code cleanup: remove duplicate checksCampbell Barton
2013-08-03code cleanup: bmesh use 'const' for query functions.Campbell Barton
2013-08-03code cleanup: replace bmesh_radial_face_find -> BM_edge_in_faceCampbell Barton
2013-07-28new mesh tool for cleaning up meshes, splits up non-planar faces while they e...Campbell Barton
2013-07-28use '_exec' suffix for operator execute callbacks, also picky change to sizeo...Campbell Barton
2013-07-28move alloca define into its own header since its not related to BLI_arrayCampbell Barton
2013-07-28bmesh: skip error checks when building in release mode (minor speedup),Campbell Barton
2013-07-27fix for joining face selection after recent api change, also bmo_join_triangl...Campbell Barton
2013-07-27fix for bridge tool selection flushing (after recent api change), also expose...Campbell Barton
2013-07-26fix [#36282] Spin error with non uniform scaleCampbell Barton
2013-07-25add twist option to bridge tool (for circular loops)Campbell Barton
2013-07-25mesh tool to fill in holes, added in mesh clean menu,Campbell Barton
2013-07-25triangulate and beauty fill also needed changes to selection handling after r...Campbell Barton
2013-07-25correct problem with limited-dissolve not leaving the selection correctly (ca...Campbell Barton
2013-07-24internal bmesh api change: BM_elem_attrs_copy() no longer copies the selectio...Campbell Barton
2013-07-24code cleanup: use iterator macros, and replace BM_LOOPS_OF_FACE with direct l...Campbell Barton
2013-07-23fix [#36256] Checker Deselect, failed with de-selected active face.Campbell Barton
2013-07-23Fix [#36259] Select linked flat faces with Shift+Ctrl+Alt+F does not work in ...Bastien Montagne
2013-07-23remove the pointer from BLI_bitmap's typedef, Campbell Barton
2013-07-23optimization: only calculate the normals for passing into derivedMesh foreach...Campbell Barton
2013-07-22transform was flushing the selection (inline), now skip this and use the sele...Campbell Barton
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-07-20misc editsCampbell Barton
2013-07-20fix own bad regression/bug, removing vertex colors crashes [#36227]Campbell Barton
2013-07-19style cleanup: braces/indentationCampbell Barton
2013-07-15previous commit r58256, had error in editmode (somehow it worked in most test...Campbell Barton
2013-07-15fix for error (-1 index into array) when removing customdata layers with no d...Campbell Barton
2013-07-13fix for bad NULL check in bmo_connect_pair, also remove duplicate checks in i...Campbell Barton
2013-07-12fix [#36106] Defining the Loopcut number with the keyboard is limited to 130Campbell Barton
2013-07-10patch [#36078] Fixes joining behavior for curves and armatures (when active o...Campbell Barton
2013-07-10draw loopcut display on the deformed mesh when in editmode.Campbell Barton
2013-07-09add checks in paintface_flush_flags for faces which have no original index va...Campbell Barton
2013-07-09fix error where if you tried to bridge an odd number of loops after bridging ...Campbell Barton
2013-07-08remove unused normal-recalc flags.Campbell Barton
2013-07-03fix [#35975] "Select Linked" = "Select All" in Weight Paint mode?Campbell Barton
2013-07-02remove nan copyrights from code added since blender become opensource (copy p...Campbell Barton
2013-07-02fix [#35939] [Edit - Vertex mode] [Select]-[Mirror] did not returns right res...Campbell Barton
2013-07-01bridge tool: calculate face normals before triangulating, own error when remo...Campbell Barton
2013-06-28Fix #35551: the topology mirror setting affected shape key and vertex group butBrecht Van Lommel
2013-06-28Fix #35902: build navigation mesh crash with multiple meshes selected.Brecht Van Lommel
2013-06-27fix for incorrect selection when running MESH_OT_loop_to_region, running wire...Campbell Barton
2013-06-27- remove edge collapse loop operator (now replaced by dissolve).Campbell Barton
2013-06-26fix [#35858] Weight Paint: Hiding faces isnt flushing the flag to the vertices.Campbell Barton
2013-06-25Include DNA_scene_types before ED_object instead of forward enum declarationSergey Sharybin
2013-06-25Fix #35767: transforming nodes in the node editor changed the wireframe colorBrecht Van Lommel
2013-06-24fix own error with updating edge tagging (seams didnt work)Campbell Barton
2013-06-24make behavior for edge tagging more predictable.Campbell Barton
2013-06-24add api calls for BM_mesh_active_vert/edge_get.Campbell Barton
2013-06-24de-duplicate ED_mesh_active_dvert_* functions.Campbell Barton
2013-06-22Extend existing editmesh connect tool so it can connect across multiple faces.Campbell Barton