2014-01-27 |
Campbell Barton | Code cleanup: use booleans where appropriate |
tree | commitdiff |
2014-01-26 |
Campbell Barton | Code Cleanup: style and correct API class ref |
tree | commitdiff |
2014-01-24 |
Howard Trickey | Bevel modifier can use vertex groups for edge bevel... |
tree | commitdiff |
2014-01-23 |
Bastien Montagne | Cleanup: int/short to bool in BKE_cdderivedmesh.h funct... |
tree | commitdiff |
2014-01-17 |
Campbell Barton | Code Cleanup: spelling |
tree | commitdiff |
2014-01-17 |
Campbell Barton | BMesh: add bmesh delete functions that dont depend... |
tree | commitdiff |
2014-01-17 |
Joshua Leung | Build Modifier - Add "Reversed" Option |
tree | commitdiff |
2014-01-16 |
Campbell Barton | Minor change to last commit to solidify, only allocate... |
tree | commitdiff |
2014-01-16 |
Sergey Sharybin | Fix T38116: Crash when using solidify modifier on multi... |
tree | commitdiff |
2014-01-16 |
Campbell Barton | Code Cleanup: style and redundant casts |
tree | commitdiff |
2014-01-15 |
Sergej Reich | Fix T38227: Cloth cache storing only every 10 frames. |
tree | commitdiff |
2014-01-15 |
Campbell Barton | Code Cleanup: use iroundf |
tree | commitdiff |
2014-01-14 |
Howard Trickey | Bevel Modifier: add width type and profile control. |
tree | commitdiff |
2014-01-13 |
Campbell Barton | Code Cleanup: replace checks for ima->source with BKE_i... |
tree | commitdiff |
2014-01-13 |
Sergey Sharybin | Remove direct displist creation from array modifier |
tree | commitdiff |
2014-01-13 |
Sergey Sharybin | Remove direct displist creation from curve deform |
tree | commitdiff |
2014-01-12 |
Campbell Barton | Style Cleanup: whitespace |
tree | commitdiff |
2014-01-08 |
Howard Trickey | Add profile control parameter to Bevel. |
tree | commitdiff |
2014-01-07 |
Campbell Barton | Fix T38100: laplacian smooth crash |
tree | commitdiff |
2013-12-26 |
Sergey Sharybin | Threaded object update and EvaluationContext |
tree | commitdiff |
2013-12-25 |
Campbell Barton | Code Cleanup: remove object arg to CDDM_from_mesh mesh_... |
tree | commitdiff |
2013-12-24 |
Campbell Barton | Fix T37914: Mask modifier behaves differently until... |
tree | commitdiff |
2013-12-23 |
Campbell Barton | Code Cleanup: style |
tree | commitdiff |
2013-12-22 |
Campbell Barton | Style Cleanup: remove preprocessor indentation (updated... |
tree | commitdiff |
2013-12-21 |
Campbell Barton | error in last commit, missing normal update. |
tree | commitdiff |
2013-12-21 |
Campbell Barton | error in last commit, flag names. |
tree | commitdiff |
2013-12-21 |
Campbell Barton | Modifier: New Wireframe Modifier |
tree | commitdiff |
2013-12-21 |
Campbell Barton | Fix for mesh deform modifier missing copy for flag. |
tree | commitdiff |
2013-12-21 |
Campbell Barton | Mesh Modifiers: refactor copying using a generic function |
tree | commitdiff |
2013-12-19 |
Brecht Van Lommel | Fix T37869: vertex paint + wireframe draw mode + smoke... |
tree | commitdiff |
2013-12-19 |
Brecht Van Lommel | Fix T37003, Fix T37859: smoke modifier taking deforming... |
tree | commitdiff |
2013-12-18 |
Campbell Barton | Fix T37691: Screw modifier created zero length normals |
tree | commitdiff |
2013-12-18 |
Brecht Van Lommel | Fix T37837: mirror modifier merge does not place vertic... |
tree | commitdiff |
2013-12-12 |
Campbell Barton | Code Cleanup: move mesh mapping functions into their... |
tree | commitdiff |
2013-12-11 |
Bastien Montagne | Add meaningful default for SimpleDeform modifier's... |
tree | commitdiff |
2013-12-03 |
Bastien Montagne | Cleanup: Internal degrees removal. |
tree | commitdiff |
2013-12-02 |
Campbell Barton | Laplacian Deform Modifier: fix possible NULL pointer... |
tree | commitdiff |
2013-11-26 |
Campbell Barton | Screw Modifier: UV support |
tree | commitdiff |
2013-11-26 |
Campbell Barton | Screw Modifier: copy face data when the original face... |
tree | commitdiff |
2013-11-25 |
Bastien Montagne | Usual ui messages fixes... |
tree | commitdiff |
2013-11-25 |
Campbell Barton | CMake Build: option to compile without opennl/superlu. |
tree | commitdiff |
2013-11-23 |
Alexander Pinzon | Mesh Modifiers: Added Laplacian Deform |
tree | commitdiff |
2013-11-20 |
Campbell Barton | Code Cleanup: use strict flags for screw modifier,... |
tree | commitdiff |
2013-11-19 |
Campbell Barton | Code Cleanup: style, spelling and pep8 edits |
tree | commitdiff |
2013-11-19 |
Campbell Barton | Fix T37519: Screw Modifier ignores material setup |
tree | commitdiff |
2013-11-18 |
Joshua Leung | Fix T37413 - Fit-Curve option for Array Modifier ignore... |
tree | commitdiff |
2013-11-10 |
Howard Trickey | Added options for how bevel amount is measured. |
tree | commitdiff |
2013-11-04 |
Bastien Montagne | Fix [#37315] Mirror+MeshDeform cause crash when Vertex... |
tree | commitdiff |
2013-10-30 |
Sergey Sharybin | Fix #37252: Mask modifier doesn't copy settings on... |
tree | commitdiff |
2013-10-29 |
Dalai Felinto | Triangulate Modifier: using different ngon and quad... |
tree | commitdiff |
2013-10-28 |
Campbell Barton | move bmesh array lookup data and utility functions... |
tree | commitdiff |
2013-10-20 |
Sergey Sharybin | Code cleanup: de-duplicate implementation of get_textur... |
tree | commitdiff |
2013-09-19 |
Campbell Barton | correct include guards and add checks in check_style_c... |
tree | commitdiff |
2013-09-18 |
Bastien Montagne | UVProject modifier was still requiring old tesselated... |
tree | commitdiff |
2013-09-15 |
Campbell Barton | replace BLI_edgehash_insert with BLI_edgehash_reinsert... |
tree | commitdiff |
2013-09-12 |
Campbell Barton | more localized fix for [#36299], only changes behavior... |
tree | commitdiff |
2013-09-12 |
Campbell Barton | code cleanup: headers - doxy comments. |
tree | commitdiff |
2013-09-09 |
Campbell Barton | correct error in recent changes for building with openmp. |
tree | commitdiff |
2013-09-03 |
Campbell Barton | replace sqrt(dot()) with length functions. |
tree | commitdiff |
2013-09-03 |
Campbell Barton | move timeit macros into their own include, since they... |
tree | commitdiff |
2013-09-02 |
Campbell Barton | bmesh: internal api change, remove BMOElemMapping,... |
tree | commitdiff |
2013-08-28 |
Thomas Dinges | Cycles / Sky Texture: |
tree | commitdiff |
2013-08-27 |
Campbell Barton | array modifier was adding vertices to the 'targetmap... |
tree | commitdiff |
2013-08-26 |
Sergey Sharybin | Remove unused function NewBooleanMesh |
tree | commitdiff |
2013-08-24 |
Campbell Barton | edge hash: take an arg for the guarded-malloc string... |
tree | commitdiff |
2013-08-23 |
Campbell Barton | move bmesh tools into their own include, |
tree | commitdiff |
2013-08-21 |
Campbell Barton | bmesh api cleanup, face creation args now accept an... |
tree | commitdiff |
2013-08-21 |
Campbell Barton | use BM_CREATE_NOP arg rather then zero, with pointer... |
tree | commitdiff |
2013-08-21 |
Campbell Barton | fix own regression [#36443] Vertex to UV index doesn... |
tree | commitdiff |
2013-08-19 |
Sergey Sharybin | Make lattice deform safe for threading |
tree | commitdiff |
2013-08-19 |
Sergey Sharybin | Move bevel list and path from Curve to Object datablock |
tree | commitdiff |
2013-08-19 |
Sergey Sharybin | Merging r59182 through r59257 from trunk into soc-2013... |
tree | commitdiff |
2013-08-17 |
Campbell Barton | style cleanup |
tree | commitdiff |
2013-08-16 |
Sergey Sharybin | Merging r59170 through r59181 from trunk into soc-2013... |
tree | commitdiff |
2013-08-15 |
Sergey Sharybin | Merging r59153 through r59161 from trunk into soc-2013... |
tree | commitdiff |
2013-08-15 |
Sergey Sharybin | Merging r59136 through r59152 from trunk into soc-2013... |
tree | commitdiff |
2013-08-14 |
Sergey Sharybin | Merging r59130 through r59135 from trunk into soc-2013... |
tree | commitdiff |
2013-08-14 |
Sergey Sharybin | Merging r59113 through r59129 from trunk into soc-2013... |
tree | commitdiff |
2013-08-13 |
Sergey Sharybin | Merging r59104 through r59112 from trunk into soc-2013... |
tree | commitdiff |
2013-08-13 |
Thomas Dinges | Merged revision(s) 59035-59107 from trunk/blender into... |
tree | commitdiff |
2013-08-13 |
Sergey Sharybin | Merging r59083 through r59103 from trunk into soc-2013... |
tree | commitdiff |
2013-08-13 |
Campbell Barton | fix for bug in rip tool, isolated verts would remain... |
tree | commitdiff |
2013-08-13 |
Campbell Barton | fix own regression, rip tool wasn't handling selection. |
tree | commitdiff |
2013-08-12 |
Sergey Sharybin | Merging r59081 through r59082 from trunk into soc-2013... |
tree | commitdiff |
2013-08-12 |
Sergey Sharybin | Merging r58778 through r59080 from trunk into soc-2013... |
tree | commitdiff |
2013-08-11 |
Campbell Barton | use 'greater/less then or equal to' operators rather... |
tree | commitdiff |
2013-08-09 |
Thomas Dinges | Merged revision(s) 58994-59032 from trunk/blender into... |
tree | commitdiff |
2013-08-08 |
Brecht Van Lommel | Fix #36417: vertex weight mix modifier crash with textu... |
tree | commitdiff |
2013-08-07 |
Thomas Dinges | Merged revision(s) 58859-58993 from trunk/blender into... |
tree | commitdiff |
2013-08-07 |
Campbell Barton | code cleanup: more confusion with 0/NULL/false |
tree | commitdiff |
2013-08-07 |
Campbell Barton | code cleanup: more zero as NULL pointers. |
tree | commitdiff |
2013-08-06 |
Campbell Barton | fix for using uninitialized boolean vars for mask selec... |
tree | commitdiff |
2013-08-04 |
Campbell Barton | code cleanup: replace strcpy with BLI_strncpy for fixed... |
tree | commitdiff |
2013-08-04 |
Campbell Barton | code cleanup: replace strncpy -> BLI_strncpy, skip... |
tree | commitdiff |
2013-08-03 |
Thomas Dinges | Merged revision(s) 58785-58855 from trunk/blender into... |
tree | commitdiff |
2013-08-01 |
Campbell Barton | code cleanup: remove unused functions |
tree | commitdiff |
2013-07-31 |
Thomas Dinges | Cycles / HSV Separator and Combine node: |
tree | commitdiff |
2013-07-31 |
Sergey Sharybin | Merging r58756 through r58777 from trunk into soc-2013... |
tree | commitdiff |
2013-07-31 |
Thomas Dinges | Merged revision(s) 58682-58770 from trunk/blender into... |
tree | commitdiff |
2013-07-31 |
Sergey Sharybin | Merging r58747 through r58755 from trunk into soc-2013... |
tree | commitdiff |
next |