2012-04-24 |
Antony Riakiotakis | Add libMV and Scons support for MinGW-w64, patches... |
commit | commitdiff | tree |
2012-04-24 |
Campbell Barton | crash fix for brush select when no object is active |
commit | commitdiff | tree |
2012-04-24 |
Campbell Barton | fix [#31079] Revision 45893 crashes when I try to open... |
commit | commitdiff | tree |
2012-04-24 |
Antony Riakiotakis | Add cycles support for MinGW-w64 |
commit | commitdiff | tree |
2012-04-24 |
Campbell Barton | fix for possible error building with debian |
commit | commitdiff | tree |
2012-04-24 |
Campbell Barton | fix [#30997] Bevel angle option is broken (bevel vertex... |
commit | commitdiff | tree |
2012-04-24 |
Erwin Coumans | Peer pressure :) Fix some very public (but probably... |
commit | commitdiff | tree |
2012-04-24 |
Campbell Barton | workaround for vertex bevel modifier failing since... |
commit | commitdiff | tree |
2012-04-24 |
Campbell Barton | - remove unneeded len_v3v3 in bevel code |
commit | commitdiff | tree |
2012-04-24 |
Campbell Barton | screenshot operator now adds file extension in the... |
commit | commitdiff | tree |
2012-04-24 |
Campbell Barton | fix for CcdPhysicsController::RelativeRotate reading... |
commit | commitdiff | tree |
2012-04-24 |
Campbell Barton | add inset and bridge to mesh specials menu (along side... |
commit | commitdiff | tree |
2012-04-23 |
Campbell Barton | fix for invalid use of memset when loading tiff images |
commit | commitdiff | tree |
2012-04-23 |
Campbell Barton | fix own error with subdivision (broke icosphere), also... |
commit | commitdiff | tree |
2012-04-23 |
Antony Riakiotakis | Enable support for OpenEXR on cmake for MinGW64 |
commit | commitdiff | tree |
2012-04-23 |
Antony Riakiotakis | Update knife tool header to reflect that spacebar can... |
commit | commitdiff | tree |
2012-04-23 |
Antony Riakiotakis | First MinGW-w64 support for cmake has been added. To... |
commit | commitdiff | tree |
2012-04-23 |
Brecht Van... | Fix #31065: cycles render crash with large node groups... |
commit | commitdiff | tree |
2012-04-23 |
Daniel Genrich | corrected more issues from [#31069] Analyzing the Blend... |
commit | commitdiff | tree |
2012-04-23 |
Campbell Barton | corrected more issues from [#31069] Analyzing the Blend... |
commit | commitdiff | tree |
2012-04-23 |
Campbell Barton | corrections from an article about using PVS-Studio... |
commit | commitdiff | tree |
2012-04-23 |
Sergey Sharybin | Fix #31072: Making texture single user was modifying... |
commit | commitdiff | tree |
2012-04-23 |
Campbell Barton | rip tool again (this in infact an old bug), when select... |
commit | commitdiff | tree |
2012-04-23 |
Campbell Barton | fix memory leak in rip tool (again own fault). |
commit | commitdiff | tree |
2012-04-23 |
Campbell Barton | minor changes to rip internals |
commit | commitdiff | tree |
2012-04-23 |
Campbell Barton | rip was incorrectly giving an error when ripping a... |
commit | commitdiff | tree |
2012-04-23 |
Campbell Barton | bmesh py api: functions to add/renmove customdata layer... |
commit | commitdiff | tree |
2012-04-23 |
Campbell Barton | py/rna api: remove selection and pin variable for textu... |
commit | commitdiff | tree |
2012-04-23 |
Campbell Barton | add spacebar to confirm knife cut, space confirms ... |
commit | commitdiff | tree |
2012-04-23 |
Campbell Barton | fix [#30937] Pose UI hack needed to be undone, alternat... |
commit | commitdiff | tree |
2012-04-23 |
Bastien Montagne | i18n: Re-enabling uk_UA, as we are going to have a... |
commit | commitdiff | tree |
2012-04-23 |
Campbell Barton | code cleanup: remove unused defines |
commit | commitdiff | tree |
2012-04-23 |
Campbell Barton | code cleanup: comment unused functions (removed one... |
commit | commitdiff | tree |
2012-04-23 |
Campbell Barton | py api: |
commit | commitdiff | tree |
2012-04-23 |
Campbell Barton | fix [#31064] Save confirmation stops showing |
commit | commitdiff | tree |
2012-04-23 |
Campbell Barton | - fix for python freeing its own bmesh clearing the... |
commit | commitdiff | tree |
2012-04-23 |
Campbell Barton | code cleanup: bmesh subdivide code - BM_mesh_esubdivide... |
commit | commitdiff | tree |
2012-04-23 |
Campbell Barton | code cleanup: remove editbutflag flag from toolsettings... |
commit | commitdiff | tree |
2012-04-23 |
Campbell Barton | code cleanup: better use of BLI_array_* (grow in larger... |
commit | commitdiff | tree |
2012-04-23 |
Campbell Barton | code cleanup: change C naming convention (so py and... |
commit | commitdiff | tree |
2012-04-23 |
Antony Riakiotakis | Update build files to use the new lib locations for... |
commit | commitdiff | tree |
2012-04-23 |
Campbell Barton | clear the FGON edge flag when updating old meshes to... |
commit | commitdiff | tree |
2012-04-23 |
Campbell Barton | add mesh example with docs explaining polygon / loop... |
commit | commitdiff | tree |
2012-04-22 |
Campbell Barton | rename Mesh.uv_loop_layers --> uv_layers |
commit | commitdiff | tree |
2012-04-22 |
Daniel Genrich | Bugfix [#30298] Fluid-Sytem does not work! (Part 2... |
commit | commitdiff | tree |
2012-04-22 |
Antony Riakiotakis | Solve restriction of MinGW that users have to turn... |
commit | commitdiff | tree |
2012-04-22 |
Campbell Barton | style cleanup: comments |
commit | commitdiff | tree |
2012-04-22 |
Jens Verwiebe | OSX/cmake: LESS must be VERSION_LESS for XCODE_VERSION |
commit | commitdiff | tree |
2012-04-22 |
Campbell Barton | bmesh py api: expose BM_face_split_n() to the python... |
commit | commitdiff | tree |
2012-04-22 |
Campbell Barton | correction to py docs from mgschwan on IRC. |
commit | commitdiff | tree |
2012-04-22 |
Campbell Barton | Ctrl+RMB to select an object in editmode didnt work... |
commit | commitdiff | tree |
2012-04-22 |
Mitchell Stokes | Missed this file in my last commit. |
commit | commitdiff | tree |
2012-04-22 |
Campbell Barton | small speedup to VertDataMulN(av, n), when passed expre... |
commit | commitdiff | tree |
2012-04-22 |
Campbell Barton | subsurf - avoid 'for' loop finding the edge index in... |
commit | commitdiff | tree |
2012-04-22 |
Mitchell Stokes | Fix for bug #30219: "Obstacle Simulation of Steering... |
commit | commitdiff | tree |
2012-04-22 |
Campbell Barton | - fix memory leak in mesh_strip_loose_polysloops()... |
commit | commitdiff | tree |
2012-04-22 |
Campbell Barton | style cleanup |
commit | commitdiff | tree |
2012-04-21 |
Daniel Genrich | Fix [#30954] Fluid obstacle checkbox has no effect |
commit | commitdiff | tree |
2012-04-21 |
Campbell Barton | fix [#31045] |
commit | commitdiff | tree |
2012-04-21 |
Campbell Barton | style cleanup: multi-line if statements. |
commit | commitdiff | tree |
2012-04-21 |
Campbell Barton | style cleanup: correct typos |
commit | commitdiff | tree |
2012-04-21 |
Campbell Barton | fix [#31049] New Faces (F) always solid shaded |
commit | commitdiff | tree |
2012-04-21 |
Campbell Barton | style cleanup |
commit | commitdiff | tree |
2012-04-21 |
Lukas Toenne | Fix for image node: has to check the number of actual... |
commit | commitdiff | tree |
2012-04-21 |
Campbell Barton | fix [#31048] converting curve object to mesh makes... |
commit | commitdiff | tree |
2012-04-21 |
Campbell Barton | style cleanup |
commit | commitdiff | tree |
2012-04-21 |
Campbell Barton | fix [#31047] ctrl+mouse select in edit-mode does not... |
commit | commitdiff | tree |
2012-04-21 |
Campbell Barton | fix error in recent rip refactor, also add comment. |
commit | commitdiff | tree |
2012-04-20 |
Campbell Barton | style cleanup: pep8, also quiet compiler warning. |
commit | commitdiff | tree |
2012-04-20 |
Campbell Barton | fix for error using uninitialized variable with shape... |
commit | commitdiff | tree |
2012-04-20 |
Bastien Montagne | Fix [#31008] IK armature resize goes ugly (Pose mode... |
commit | commitdiff | tree |
2012-04-20 |
Campbell Barton | code cleanup: prefer BM_face/edge/vert_select_set(... |
commit | commitdiff | tree |
2012-04-20 |
Campbell Barton | attempt to fix [#31033], cant redo the bug but button... |
commit | commitdiff | tree |
2012-04-20 |
Campbell Barton | fix [#31036] image.gl_load() consistently segfault... |
commit | commitdiff | tree |
2012-04-20 |
Campbell Barton | aparently `yards` are not used a lot, suppress their... |
commit | commitdiff | tree |
2012-04-20 |
Antony Riakiotakis | Knife tool: Increase the header string length to avoid... |
commit | commitdiff | tree |
2012-04-20 |
Campbell Barton | refactor rip tool out into vert/edge functions, was... |
commit | commitdiff | tree |
2012-04-20 |
Campbell Barton | knife tool alpha values where being set to zero (inters... |
commit | commitdiff | tree |
2012-04-20 |
Lukas Toenne | Fix for particle dupli group relative offsets. The... |
commit | commitdiff | tree |
2012-04-20 |
Campbell Barton | style cleanup |
commit | commitdiff | tree |
2012-04-20 |
Campbell Barton | knife tool: use the knife mouse cursor, dont store... |
commit | commitdiff | tree |
2012-04-20 |
Campbell Barton | knife tool: store color once on initializations, de... |
commit | commitdiff | tree |
2012-04-20 |
Campbell Barton | knife tool now selects newly cut edges. |
commit | commitdiff | tree |
2012-04-20 |
Campbell Barton | knife tool modifications |
commit | commitdiff | tree |
2012-04-19 |
Campbell Barton | bmesh py api: remove bmesh.loops.index_update(), it... |
commit | commitdiff | tree |
2012-04-19 |
Campbell Barton | rip tool wasnt working on a single edge selection in... |
commit | commitdiff | tree |
2012-04-19 |
Campbell Barton | add asserts for invalid iteratpr values so we can catch... |
commit | commitdiff | tree |
2012-04-19 |
Campbell Barton | bmesh: improve rip tool |
commit | commitdiff | tree |
2012-04-19 |
Joseph Eagar | Fixed crash in iter api, triggered by calling index_upd... |
commit | commitdiff | tree |
2012-04-19 |
Campbell Barton | bmesh py api: expose BMVert.calc_shell_factor() |
commit | commitdiff | tree |
2012-04-19 |
Campbell Barton | bmesh inset: add depth option (make use of relative... |
commit | commitdiff | tree |
2012-04-19 |
Bastien Montagne | BMESH_TODO: randomize vertices working again. |
commit | commitdiff | tree |
2012-04-19 |
Campbell Barton | committed check by mistake, its not needed. |
commit | commitdiff | tree |
2012-04-19 |
Campbell Barton | bmesh rip: when there are selected faces call region_to... |
commit | commitdiff | tree |
2012-04-19 |
Campbell Barton | fix [#31015] Rip has weird results in vertex selection... |
commit | commitdiff | tree |
2012-04-19 |
Brecht Van... | Fix #31016: rigid body joint constraint in game engine... |
commit | commitdiff | tree |
2012-04-19 |
Brecht Van... | Fix exposure being applied to cycles AO pass. |
commit | commitdiff | tree |
2012-04-19 |
Campbell Barton | code cleanup: remove unused BMesh args. |
commit | commitdiff | tree |
2012-04-19 |
Howard Trickey | Change knife header to reflect current key binding... |
commit | commitdiff | tree |
2012-04-19 |
Campbell Barton | remove BM_ITER, BM_ITER_INDEX macros, use ELEM or MESH... |
commit | commitdiff | tree |
next |