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 |
2012-04-17 |
Campbell Barton | fix error in single vertex ripping where the edit-selec... |
commit | commitdiff | tree |
2012-04-17 |
Campbell Barton | fix [#30970] Rip Tool: selecting the side of edges... |
commit | commitdiff | tree |
2012-04-17 |
Brecht Van... | Attempted fix for #30985: knife draw messing up display... |
commit | commitdiff | tree |
2012-04-17 |
Brecht Van... | Fix blenderplayer build, added stub. |
commit | commitdiff | tree |
2012-04-17 |
Brecht Van... | Fix #30570: UI issue editing modal keymaps below operat... |
commit | commitdiff | tree |
2012-04-17 |
Campbell Barton | bmesh api: adjust bmesh_vert_separate() not to set... |
commit | commitdiff | tree |
2012-04-17 |
Brecht Van... | Fix #30977: error loading modal keymaps from keyconfigu... |
commit | commitdiff | tree |
2012-04-17 |
Brecht Van... | Fix #30980: edge slide Correct UVs option not working. |
commit | commitdiff | tree |
2012-04-17 |
Brecht Van... | Fix part of #30982: dupliface object with modifiers... |
commit | commitdiff | tree |
2012-04-17 |
Brecht Van... | Fix crash with texture draw in edit mode after commit... |
commit | commitdiff | tree |
2012-04-17 |
Campbell Barton | move rip out into its own file |
commit | commitdiff | tree |
2012-04-17 |
Campbell Barton | remove the poll function from import/export templates |
commit | commitdiff | tree |
2012-04-17 |
Campbell Barton | add import operator python template. |
commit | commitdiff | tree |
2012-04-17 |
Campbell Barton | code cleanup: remove/comment some unused code. |
commit | commitdiff | tree |
2012-04-16 |
Campbell Barton | minor speedup for scanfill, dont calculate the normal... |
commit | commitdiff | tree |
2012-04-16 |
Campbell Barton | inline function for "Newell's Method" used for normal... |
commit | commitdiff | tree |
2012-04-16 |
Campbell Barton | improve scanfill for uneven ngons, previously scanfill... |
commit | commitdiff | tree |
2012-04-16 |
Campbell Barton | fix for fail thumbs being used when the failed thumbnai... |
commit | commitdiff | tree |
2012-04-16 |
Campbell Barton | fix error when a failed thumb overrides a newer good... |
commit | commitdiff | tree |
2012-04-16 |
Sergey Sharybin | Partial revert of rev45691: allow lightmap undo and... |
commit | commitdiff | tree |
2012-04-16 |
Sergey Sharybin | Fix #30720: Creating Navmesh crashes blender |
commit | commitdiff | tree |
2012-04-16 |
Lukas Toenne | Dynamic output sockets for the image input node. This... |
commit | commitdiff | tree |
2012-04-16 |
Campbell Barton | fix [#30972] Editmesh split by materials not working. |
commit | commitdiff | tree |
2012-04-16 |
Lukas Toenne | Avoid invalid delete call when loading multilayer EXR... |
commit | commitdiff | tree |
next |