2012-04-28 |
Sergey Sharybin | Camera tracking: support of tripod motion solving |
tree | commitdiff |
2012-04-28 |
Joerg Mueller | Audio: |
tree | commitdiff |
2012-04-28 |
Campbell Barton | code cleanup: remove editmesh code left hanging around... |
tree | commitdiff |
2012-04-28 |
Campbell Barton | code cleanup: replace some long ELEM7 checks with macro... |
tree | commitdiff |
2012-04-28 |
Sergey Sharybin | Camera tracking: if there's no image for current frame... |
tree | commitdiff |
2012-04-28 |
Sergey Sharybin | Fix #31117: Segfault when removing Meshdeform Modifier |
tree | commitdiff |
2012-04-28 |
Sergey Sharybin | Fix: #31095: Incorrect clamping of labels for multibyte... |
tree | commitdiff |
2012-04-28 |
Campbell Barton | code cleanup: |
tree | commitdiff |
2012-04-28 |
Thomas Dinges | Plugin system: |
tree | commitdiff |
2012-04-28 |
Campbell Barton | style cleanup: changes to brace placement / newlines... |
tree | commitdiff |
2012-04-28 |
Campbell Barton | add back lasso tool in the UV editor (Ctrl+LMB / Ctrl... |
tree | commitdiff |
2012-04-27 |
Campbell Barton | fix for select flushing in UV-sync-selection mode ... |
tree | commitdiff |
2012-04-27 |
Campbell Barton | code cleanup: |
tree | commitdiff |
2012-04-26 |
Campbell Barton | rename WholeCharacter in C too, add pthreads include... v2.63 |
tree | commitdiff |
2012-04-26 |
Sergey Sharybin | Release commit, 2.63! |
tree | commitdiff |
2012-04-26 |
Sergey Sharybin | Fix for undefined reference to abort() in outliner... |
tree | commitdiff |
2012-04-26 |
Campbell Barton | fix memory leak in validating mesh and remove unneeded... |
tree | commitdiff |
2012-04-26 |
Brecht Van Lommel | Fix #31066: cycles keeps rendering in viewport after... |
tree | commitdiff |
2012-04-26 |
Thomas Dinges | * Compile fix for recent Outliner header cleanup. |
tree | commitdiff |
2012-04-26 |
Campbell Barton | outliner header cleanup (copy pasted headers when split... |
tree | commitdiff |
2012-04-26 |
Campbell Barton | fix for memory leak in the knife tool |
tree | commitdiff |
2012-04-26 |
Campbell Barton | removed unneeded fnmatch include from outliner, comment... |
tree | commitdiff |
2012-04-25 |
Campbell Barton | fix for border de-selecting with sync selection |
tree | commitdiff |
2012-04-25 |
Campbell Barton | disable bevel for release after discussion with brecht... |
tree | commitdiff |
2012-04-25 |
Sergey Sharybin | Update for startup.blend: remove vertex color layer... |
tree | commitdiff |
2012-04-25 |
Campbell Barton | code cleanup: typos and set gcc attributes for string... |
tree | commitdiff |
2012-04-25 |
Campbell Barton | fix [#31080], edge slide UV correction wasnt working... |
tree | commitdiff |
2012-04-25 |
Campbell Barton | code cleanup: edge slide code had oddly named variables... |
tree | commitdiff |
2012-04-24 |
Campbell Barton | now vertex paint uses the same overrides as weight... |
tree | commitdiff |
2012-04-24 |
Campbell Barton | style cleanup: no functional changes |
tree | commitdiff |
2012-04-24 |
Campbell Barton | code cleanup: no functional change - had both EDBM_edit... |
tree | commitdiff |
2012-04-24 |
Campbell Barton | code cleanup: dont use bmesh operator flags outside... |
tree | commitdiff |
2012-04-24 |
Campbell Barton | code cleanup: rename UV functions to closer match bmesh api |
tree | commitdiff |
2012-04-24 |
Campbell Barton | bmesh: fix selection flushing when editing UV's and... |
tree | commitdiff |
2012-04-24 |
Campbell Barton | bmesh/uv editor |
tree | commitdiff |
2012-04-24 |
Sergey Sharybin | Prevent adding objects to be added to a group which... |
tree | commitdiff |
2012-04-24 |
Antony Riakiotakis | Add libMV and Scons support for MinGW-w64, patches... |
tree | commitdiff |
2012-04-24 |
Campbell Barton | crash fix for brush select when no object is active |
tree | commitdiff |
2012-04-24 |
Campbell Barton | - remove unneeded len_v3v3 in bevel code |
tree | commitdiff |
2012-04-24 |
Campbell Barton | screenshot operator now adds file extension in the... |
tree | commitdiff |
2012-04-23 |
Antony Riakiotakis | Update knife tool header to reflect that spacebar can... |
tree | commitdiff |
2012-04-23 |
Campbell Barton | corrected more issues from [#31069] Analyzing the Blend... |
tree | commitdiff |
2012-04-23 |
Campbell Barton | corrections from an article about using PVS-Studio... |
tree | commitdiff |
2012-04-23 |
Sergey Sharybin | Fix #31072: Making texture single user was modifying... |
tree | commitdiff |
2012-04-23 |
Campbell Barton | rip tool again (this in infact an old bug), when select... |
tree | commitdiff |
2012-04-23 |
Campbell Barton | fix memory leak in rip tool (again own fault). |
tree | commitdiff |
2012-04-23 |
Campbell Barton | minor changes to rip internals |
tree | commitdiff |
2012-04-23 |
Campbell Barton | rip was incorrectly giving an error when ripping a... |
tree | commitdiff |
2012-04-23 |
Campbell Barton | bmesh py api: functions to add/renmove customdata layer... |
tree | commitdiff |
2012-04-23 |
Campbell Barton | add spacebar to confirm knife cut, space confirms ... |
tree | commitdiff |
2012-04-23 |
Campbell Barton | fix [#30937] Pose UI hack needed to be undone, alternat... |
tree | commitdiff |
2012-04-23 |
Campbell Barton | code cleanup: comment unused functions (removed one... |
tree | commitdiff |
2012-04-23 |
Campbell Barton | fix [#31064] Save confirmation stops showing |
tree | commitdiff |
2012-04-23 |
Campbell Barton | - fix for python freeing its own bmesh clearing the... |
tree | commitdiff |
2012-04-23 |
Campbell Barton | code cleanup: bmesh subdivide code - BM_mesh_esubdivide... |
tree | commitdiff |
2012-04-23 |
Campbell Barton | code cleanup: remove editbutflag flag from toolsettings... |
tree | commitdiff |
2012-04-23 |
Campbell Barton | code cleanup: change C naming convention (so py and... |
tree | commitdiff |
2012-04-22 |
Campbell Barton | style cleanup: comments |
tree | commitdiff |
2012-04-22 |
Campbell Barton | Ctrl+RMB to select an object in editmode didnt work... |
tree | commitdiff |
2012-04-22 |
Campbell Barton | - fix memory leak in mesh_strip_loose_polysloops()... |
tree | commitdiff |
2012-04-21 |
Campbell Barton | style cleanup: multi-line if statements. |
tree | commitdiff |
2012-04-21 |
Campbell Barton | style cleanup: correct typos |
tree | commitdiff |
2012-04-21 |
Campbell Barton | fix [#31049] New Faces (F) always solid shaded |
tree | commitdiff |
2012-04-21 |
Campbell Barton | style cleanup |
tree | commitdiff |
2012-04-21 |
Campbell Barton | style cleanup |
tree | commitdiff |
2012-04-21 |
Campbell Barton | fix [#31047] ctrl+mouse select in edit-mode does not... |
tree | commitdiff |
2012-04-21 |
Campbell Barton | fix error in recent rip refactor, also add comment. |
tree | commitdiff |
2012-04-20 |
Campbell Barton | style cleanup: pep8, also quiet compiler warning. |
tree | commitdiff |
2012-04-20 |
Campbell Barton | code cleanup: prefer BM_face/edge/vert_select_set(... |
tree | commitdiff |
2012-04-20 |
Campbell Barton | attempt to fix [#31033], cant redo the bug but button... |
tree | commitdiff |
2012-04-20 |
Campbell Barton | aparently `yards` are not used a lot, suppress their... |
tree | commitdiff |
2012-04-20 |
Antony Riakiotakis | Knife tool: Increase the header string length to avoid... |
tree | commitdiff |
2012-04-20 |
Campbell Barton | refactor rip tool out into vert/edge functions, was... |
tree | commitdiff |
2012-04-20 |
Campbell Barton | knife tool alpha values where being set to zero (inters... |
tree | commitdiff |
2012-04-20 |
Campbell Barton | style cleanup |
tree | commitdiff |
2012-04-20 |
Campbell Barton | knife tool: use the knife mouse cursor, dont store... |
tree | commitdiff |
2012-04-20 |
Campbell Barton | knife tool: store color once on initializations, de... |
tree | commitdiff |
2012-04-20 |
Campbell Barton | knife tool now selects newly cut edges. |
tree | commitdiff |
2012-04-20 |
Campbell Barton | knife tool modifications |
tree | commitdiff |
2012-04-19 |
Campbell Barton | rip tool wasnt working on a single edge selection in... |
tree | commitdiff |
2012-04-19 |
Campbell Barton | bmesh: improve rip tool |
tree | commitdiff |
2012-04-19 |
Campbell Barton | bmesh inset: add depth option (make use of relative... |
tree | commitdiff |
2012-04-19 |
Bastien Montagne | BMESH_TODO: randomize vertices working again. |
tree | commitdiff |
2012-04-19 |
Campbell Barton | committed check by mistake, its not needed. |
tree | commitdiff |
2012-04-19 |
Campbell Barton | bmesh rip: when there are selected faces call region_to... |
tree | commitdiff |
2012-04-19 |
Campbell Barton | fix [#31015] Rip has weird results in vertex selection... |
tree | commitdiff |
2012-04-19 |
Campbell Barton | code cleanup: remove unused BMesh args. |
tree | commitdiff |
2012-04-19 |
Howard Trickey | Change knife header to reflect current key binding... |
tree | commitdiff |
2012-04-19 |
Campbell Barton | remove BM_ITER, BM_ITER_INDEX macros, use ELEM or MESH... |
tree | commitdiff |
2012-04-19 |
Howard Trickey | For bug #30931, change knife hardcoded colors to ones... |
tree | commitdiff |
2012-04-19 |
Campbell Barton | code cleanup: first step to replace BM_ITER BM_ITER_IND... |
tree | commitdiff |
2012-04-19 |
Bastien Montagne | BMESH_TODO: xsort of vertices working again. |
tree | commitdiff |
2012-04-19 |
Campbell Barton | style cleanup: BM_ITER / BM_ITER_INDEX / BMO_ITER |
tree | commitdiff |
2012-04-19 |
Brecht Van Lommel | Fix #30998: copy to selected in properties editor not... |
tree | commitdiff |
2012-04-18 |
Antony Riakiotakis | Fix: Mark seams in uv editor didn't work |
tree | commitdiff |
2012-04-18 |
Thomas Dinges | Fixing bug [#31005] Nurbs UI bug |
tree | commitdiff |
2012-04-18 |
Antony Riakiotakis | knife tool: Add state indicator in header for tool... |
tree | commitdiff |
2012-04-18 |
Campbell Barton | bmesh knife tool: cut through no longer initializes... |
tree | commitdiff |
2012-04-18 |
Antony Riakiotakis | Fix: Transforming NLA strips leaks memory. |
tree | commitdiff |
2012-04-18 |
Campbell Barton | bmesh knife tool: |
tree | commitdiff |
next |