2012-05-13 |
Campbell Barton | code cleanup: |
blob | commitdiff | raw |
2012-05-13 |
Campbell Barton | code cleanup: use vector math function minmax_v3v3_v3... |
blob | commitdiff | raw | diff to current |
2012-05-12 |
Campbell Barton | fix for own bad logic with polygon normal calculation... |
blob | commitdiff | raw | diff to current |
2012-05-08 |
Brecht Van Lommel | Cycles: fix issues with texture coordinates and object... |
blob | commitdiff | raw | diff to current |
2012-05-08 |
Campbell Barton | optimize ngon angle calculation in solidify modifier... |
blob | commitdiff | raw | diff to current |
2012-05-06 |
Campbell Barton | style cleanup: BKE_*.c files which deal with library... |
blob | commitdiff | raw | diff to current |
2012-05-05 |
Campbell Barton | code cleanup: naming - BKE_mesh_* |
blob | commitdiff | raw | diff to current |
2012-05-05 |
Campbell Barton | code cleanup: naming - pose/armature/image |
blob | commitdiff | raw | diff to current |
2012-05-05 |
Campbell Barton | code cleanup: function naming, use BKE_*type* prefix. |
blob | commitdiff | raw | diff to current |
2012-05-05 |
Campbell Barton | code cleanup: function naming for BLI functions. |
blob | commitdiff | raw | diff to current |
2012-05-04 |
Campbell Barton | code cleanup: use much simpler (and likely faster)... |
blob | commitdiff | raw | diff to current |
2012-05-03 |
Campbell Barton | code cleanup: double promotion & some style cleanup |
blob | commitdiff | raw | diff to current |
2012-05-02 |
Brecht Van Lommel | Fix #31250, #31248: wrong vertex normals after transfor... |
blob | commitdiff | raw | diff to current |
2012-04-28 |
Sergey Sharybin | Code and style cleanup in own modules in BKE and also... |
blob | commitdiff | raw | diff to current |
2012-04-28 |
Campbell Barton | style cleanup: format 'for' loop macros the same as... |
blob | commitdiff | raw | diff to current |
2012-04-28 |
Sergey Sharybin | Camera tracking: support of tripod motion solving |
blob | commitdiff | raw | diff to current |
2012-04-28 |
Campbell Barton | style cleanup: changes to brace placement / newlines... |
blob | commitdiff | raw | diff to current |
2012-04-26 |
Campbell Barton | fix for bevel modifier creating invalid geometry -... |
blob | commitdiff | raw | diff to current |
2012-04-26 |
Campbell Barton | fix memory leak in validating mesh and remove unneeded... |
blob | commitdiff | raw | diff to current |
2012-04-25 |
Campbell Barton | code cleanup: typos and set gcc attributes for string... |
blob | commitdiff | raw | diff to current |
2012-04-23 |
Campbell Barton | clear the FGON edge flag when updating old meshes to... |
blob | commitdiff | raw | diff to current |
2012-04-22 |
Campbell Barton | style cleanup: comments |
blob | commitdiff | raw | diff to current |
2012-04-22 |
Campbell Barton | - fix memory leak in mesh_strip_loose_polysloops()... |
blob | commitdiff | raw | diff to current |
2012-04-21 |
Campbell Barton | fix [#31048] converting curve object to mesh makes... |
blob | commitdiff | raw | diff to current |
2012-04-16 |
Campbell Barton | make scanfill threadsafe (wasnt threadsafe before BMesh... |
blob | commitdiff | raw | diff to current |
2012-04-16 |
Campbell Barton | code cleanup: avoid confusion with incorrectly named... |
blob | commitdiff | raw | diff to current |
2012-04-14 |
Sergey Sharybin | Merging r44227 through r45619 from trunk into soc-2011... |
blob | commitdiff | raw | diff to current |
2012-04-13 |
Nicholas Bishop | Fix loading external MDisps, BMesh merge bug. |
blob | commitdiff | raw | diff to current |
2012-04-12 |
Campbell Barton | improve mesh error prints and quiet a print in mesh_ens... |
blob | commitdiff | raw | diff to current |
2012-03-31 |
Campbell Barton | code cleanup: use uppercase for defines and dont end... |
blob | commitdiff | raw | diff to current |
2012-03-29 |
Campbell Barton | skip using bmesh operators for converting to/from undo... |
blob | commitdiff | raw | diff to current |
2012-03-27 |
Campbell Barton | style/name cleanup: have EDBM_* functions match our... |
blob | commitdiff | raw | diff to current |
2012-03-27 |
Campbell Barton | bmesh todo, unlikly but possible - entering editmode... |
blob | commitdiff | raw | diff to current |
2012-03-24 |
Campbell Barton | style cleanup: follow style guide for formatting of... |
blob | commitdiff | raw | diff to current |
2012-03-24 |
Campbell Barton | style cleanup: mainly for mesh code, also some WM funct... |
blob | commitdiff | raw | diff to current |
2012-03-22 |
Bastien Montagne | Renaming CD_WEIGHT_MCOL/MLOOPCOL and their masks from... |
blob | commitdiff | raw | diff to current |
2012-03-20 |
Sergey Sharybin | Port mball_to_mesh to use polys. |
blob | commitdiff | raw | diff to current |
2012-03-20 |
Campbell Barton | fix [#30583] very old blend files are loading post... |
blob | commitdiff | raw | diff to current |
2012-03-19 |
Nicholas Bishop | Remove debug print in create_vert_poly_map |
blob | commitdiff | raw | diff to current |
2012-03-18 |
Campbell Barton | spelling cleanup |
blob | commitdiff | raw | diff to current |
2012-03-18 |
Campbell Barton | code cleanup: |
blob | commitdiff | raw | diff to current |
2012-03-17 |
Campbell Barton | swap BMLoopCol r/b color, requires subversion bump. |
blob | commitdiff | raw | diff to current |
2012-03-17 |
Nicholas Bishop | Reduce poly map memory usage (used by sculpt smooth... |
blob | commitdiff | raw | diff to current |
2012-03-15 |
Bastien Montagne | mesh_validate code for bmesh (i.e. polys/loops). |
blob | commitdiff | raw | diff to current |
2012-03-14 |
Nicholas Bishop | Add BKE mesh function to update edge/poly hidden flags... |
blob | commitdiff | raw | diff to current |
2012-03-14 |
Nicholas Bishop | Add 'level' field to struct MDisps, companion to 'totdisp'. |
blob | commitdiff | raw | diff to current |
2012-03-11 |
Campbell Barton | remove Object member from BMesh struct - was only used... |
blob | commitdiff | raw | diff to current |
2012-03-09 |
Campbell Barton | code cleanup: remove unused variable assignents and... |
blob | commitdiff | raw | diff to current |
2012-03-09 |
Campbell Barton | code cleanup: replace macros VECCOPY, VECADD, VECSUB... |
blob | commitdiff | raw | diff to current |
2012-03-09 |
Campbell Barton | style cleanup: spelling. |
blob | commitdiff | raw | diff to current |
2012-03-08 |
Campbell Barton | code cleanup: duplicate checks and double assignments. |
blob | commitdiff | raw | diff to current |
2012-03-07 |
Campbell Barton | edits to rna/tessface UV layer needed to get OBJ import... |
blob | commitdiff | raw | diff to current |
2012-03-06 |
Sergey Sharybin | Fix for fracture object crash |
blob | commitdiff | raw | diff to current |
2012-03-05 |
Campbell Barton | copying a mesh was generating tessfaces which isnt... |
blob | commitdiff | raw | diff to current |
2012-03-03 |
Campbell Barton | style cleanup / comment formatting for bli/bke/bmesh |
blob | commitdiff | raw | diff to current |
2012-03-03 |
Campbell Barton | style cleanup - spelling corrections & update some... |
blob | commitdiff | raw | diff to current |
2012-03-02 |
Campbell Barton | style cleanup |
blob | commitdiff | raw | diff to current |
2012-03-01 |
Campbell Barton | bmmesh api - use struct rather than int[4] to initializ... |
blob | commitdiff | raw | diff to current |
2012-03-01 |
Campbell Barton | Spelling Cleanup |
blob | commitdiff | raw | diff to current |
2012-02-28 |
Nicholas Bishop | Code cleanup for the neighbor_average() sculpt function. |
blob | commitdiff | raw | diff to current |
2012-02-28 |
Nicholas Bishop | Fix a couple typos in comments. |
blob | commitdiff | raw | diff to current |
2012-02-28 |
Campbell Barton | Code Cleanup: |
blob | commitdiff | raw | diff to current |
2012-02-28 |
Campbell Barton | code cleanup: use float vector size in function definit... |
blob | commitdiff | raw | diff to current |
2012-02-28 |
Nicholas Bishop | Remove DerivedMesh.getFaceMap and create_vert_face_map(). |
blob | commitdiff | raw | diff to current |
2012-02-25 |
Campbell Barton | style cleanup, use { on newline after function definition. |
blob | commitdiff | raw | diff to current |
2012-02-25 |
Campbell Barton | code cleanup: white space, spelling & ';;' end of lines. |
blob | commitdiff | raw | diff to current |
2012-02-23 |
Campbell Barton | style cleanup for blenkernel, no functional changes. |
blob | commitdiff | raw | diff to current |
2012-02-21 |
Campbell Barton | fix [#30264] B-Mesh: Crash when unwrapping ngon mesh... |
blob | commitdiff | raw | diff to current |
2012-02-20 |
Campbell Barton | added boolean type for bmesh operators, will make pytho... |
blob | commitdiff | raw | diff to current |
2012-02-19 |
Campbell Barton | - remove some unused editmesh functions. |
blob | commitdiff | raw | diff to current |
2012-02-19 |
Campbell Barton | BMesh Merge |
blob | commitdiff | raw | diff to current |
2012-02-19 |
Campbell Barton | misc changes from trunk (avoid confusion since these... bmesh |
blob | commitdiff | raw | diff to current |
2012-02-19 |
Campbell Barton | svn merge ^/trunk/blender -r44235:44250 |
blob | commitdiff | raw | diff to current |
2012-02-19 |
Campbell Barton | svn merge ^/trunk/blender -r44213:44235 --- fixes... |
blob | commitdiff | raw | diff to current |
2012-02-17 |
Campbell Barton | svn merge ^/trunk/blender -r44204:44213 |
blob | commitdiff | raw | diff to current |
2012-02-17 |
Campbell Barton | svn merge ^/trunk/blender -r44189:44204 |
blob | commitdiff | raw | diff to current |
2012-02-17 |
Campbell Barton | svn merge ^/trunk/blender -r44136:44189 |
blob | commitdiff | raw | diff to current |
2012-02-15 |
Campbell Barton | svn merge ^/trunk/blender -r44118:44136 |
blob | commitdiff | raw | diff to current |
2012-02-15 |
Campbell Barton | * correct bad pointer check in expand_local_mesh() |
blob | commitdiff | raw | diff to current |
2012-02-15 |
Campbell Barton | svn merge ^/trunk/blender -r44076:44118 |
blob | commitdiff | raw | diff to current |
2012-02-13 |
Campbell Barton | marked navmesh as BMESH_TODO, mixed mface/mpoly functio... |
blob | commitdiff | raw | diff to current |
2012-02-13 |
Campbell Barton | svn merge ^/trunk/blender -r44024:44076 |
blob | commitdiff | raw | diff to current |
2012-02-12 |
Campbell Barton | * remove the MFace parts of join (we only need polygon... |
blob | commitdiff | raw | diff to current |
2012-02-12 |
Campbell Barton | bmesh minor refactor |
blob | commitdiff | raw | diff to current |
2012-02-12 |
Campbell Barton | code refactor, function renaming for bmesh. |
blob | commitdiff | raw | diff to current |
2012-02-11 |
Campbell Barton | svn merge ^/trunk/blender -r43995:44024 |
blob | commitdiff | raw | diff to current |
2012-02-09 |
Campbell Barton | svn merge ^/trunk/blender -r43976:43995 |
blob | commitdiff | raw | diff to current |
2012-02-08 |
Campbell Barton | fix [#30101] Vertex colors disappear after leaving... |
blob | commitdiff | raw | diff to current |
2012-02-08 |
Campbell Barton | Code Cleanup: |
blob | commitdiff | raw | diff to current |
2012-02-08 |
Campbell Barton | svn merge ^/trunk/blender -r43934:43976 |
blob | commitdiff | raw | diff to current |
2012-02-06 |
Campbell Barton | svn merge ^/trunk/blender -r43918:43934 |
blob | commitdiff | raw | diff to current |
2012-02-05 |
Campbell Barton | Minor Improvements... |
blob | commitdiff | raw | diff to current |
2012-02-05 |
Campbell Barton | svn merge ^/trunk/blender -r43887:43918 |
blob | commitdiff | raw | diff to current |
2012-02-05 |
Sergey Sharybin | Merging r43871 through r43908 from trunk into soc-2011... |
blob | commitdiff | raw | diff to current |
2012-02-05 |
Campbell Barton | Code Cleanup: use vector functions for copying / adding... |
blob | commitdiff | raw | diff to current |
2012-02-05 |
Campbell Barton | support for 'origspace' data layer - used for hair... |
blob | commitdiff | raw | diff to current |
2012-02-05 |
Campbell Barton | Code Cleanup: minor changes & sync with bmesh. |
blob | commitdiff | raw | diff to current |
2012-02-05 |
Campbell Barton | ensure tessface's are available while sculpting. |
blob | commitdiff | raw | diff to current |
2012-02-05 |
Campbell Barton | add function for getting a polygon map: dm->getPolyMap... |
blob | commitdiff | raw | diff to current |
2012-02-05 |
Campbell Barton | svn merge ^/trunk/blender -r43864:43887 |
blob | commitdiff | raw | diff to current |
next |