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 |
2012-04-19 |
Howard Trickey | For bug #30931, change knife hardcoded colors to ones... |
commit | commitdiff | tree |
2012-04-19 |
Campbell Barton | code cleanup: first step to replace BM_ITER BM_ITER_IND... |
commit | commitdiff | tree |
2012-04-19 |
Bastien Montagne | BMESH_TODO: xsort of vertices working again. |
commit | commitdiff | tree |
2012-04-19 |
Campbell Barton | style cleanup: BM_ITER / BM_ITER_INDEX / BMO_ITER |
commit | commitdiff | tree |
2012-04-19 |
Campbell Barton | bmesh api function: BM_edge_face_tangent() |
commit | commitdiff | tree |
2012-04-19 |
Brecht Van... | Fix #30998: copy to selected in properties editor not... |
commit | commitdiff | tree |
2012-04-19 |
Brecht Van... | Fix #31009: edge split did not split non-manifold edges... |
commit | commitdiff | tree |
2012-04-19 |
Brecht Van... | Fix #31007: text editor delete at end of last line... |
commit | commitdiff | tree |
2012-04-19 |
Campbell Barton | fix bevel edge angle (wasnt hooked up to new code)... |
commit | commitdiff | tree |
2012-04-19 |
Campbell Barton | style cleanup: bevel code, also remove unneeded flag... |
commit | commitdiff | tree |
2012-04-19 |
Nicholas Bishop | Fix for disabling noisy opennl output. |
commit | commitdiff | tree |
2012-04-18 |
Antony Riakiotakis | Fix: Mark seams in uv editor didn't work |
commit | commitdiff | tree |
2012-04-18 |
Thomas Dinges | Fixing bug [#31005] Nurbs UI bug |
commit | commitdiff | tree |
2012-04-18 |
Thomas Dinges | Release Status: |
commit | commitdiff | tree |
2012-04-18 |
Antony Riakiotakis | knife tool: Add state indicator in header for tool... |
commit | commitdiff | tree |
2012-04-18 |
Campbell Barton | improve recent commit to copy loop data on extrude |
commit | commitdiff | tree |
2012-04-18 |
Campbell Barton | bmesh knife tool: cut through no longer initializes... |
commit | commitdiff | tree |
2012-04-18 |
Antony Riakiotakis | Fix: Transforming NLA strips leaks memory. |
commit | commitdiff | tree |
2012-04-18 |
Campbell Barton | bmesh knife tool: |
commit | commitdiff | tree |
2012-04-18 |
Campbell Barton | bmesh knife tool: |
commit | commitdiff | tree |
2012-04-18 |
Campbell Barton | correct ifdef'd scanfill code, incase someone wants... |
commit | commitdiff | tree |
2012-04-18 |
Campbell Barton | code cleanup: more minor changes to scanfill |
commit | commitdiff | tree |
2012-04-18 |
Campbell Barton | code cleanup: replace magic numbers in scanfill with... |
commit | commitdiff | tree |
2012-04-18 |
Campbell Barton | fix for eternal loop in scanfill, |
commit | commitdiff | tree |
2012-04-18 |
Campbell Barton | fix [#30994] Extruding faces gives bad UV's |
commit | commitdiff | tree |
2012-04-18 |
Campbell Barton | style cleanup: mesh validate. |
commit | commitdiff | tree |
2012-04-18 |
Campbell Barton | fix [#30995] Wavefront obj. file export/import issue... |
commit | commitdiff | tree |
2012-04-18 |
Brecht Van... | Fix redo not working correct after keyboard input for... |
commit | commitdiff | tree |
2012-04-18 |
Campbell Barton | add missing NULL check for BM_vert_collapse_faces(... |
commit | commitdiff | tree |
2012-04-18 |
Campbell Barton | fix [#30921] Bevel modifier's is not work correctly... |
commit | commitdiff | tree |
2012-04-18 |
Campbell Barton | bmesh: fix own bug in BM_vert_collapse_faces() with... |
commit | commitdiff | tree |
2012-04-18 |
Campbell Barton | more replacement for BM_edge_face_count() use. |
commit | commitdiff | tree |
2012-04-18 |
Campbell Barton | code cleanup: replace use of BM_edge_face_count with... |
commit | commitdiff | tree |
2012-04-18 |
Campbell Barton | fix error in last commit. Misunderstood BM_vert_is_mani... |
commit | commitdiff | tree |
2012-04-18 |
Campbell Barton | fix for own error in recent scanfill updates, scanfill... |
commit | commitdiff | tree |
2012-04-18 |
Campbell Barton | code cleanup: minor edits to bmesh_jfke(), move simple... |
commit | commitdiff | tree |
2012-04-18 |
Campbell Barton | bmesh api: minor simplify & cleanup |
commit | commitdiff | tree |
2012-04-17 |
Campbell Barton | save thumbnail from the 3D view if no camera is present. |
commit | commitdiff | tree |
2012-04-17 |
Campbell Barton | code cleanup: use const args for writing files. |
commit | commitdiff | tree |
next |