Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
2012-03-02style cleanupCampbell Barton
2012-03-02mesh.update() now has option to calculate tessellation faces.Campbell Barton
2012-03-02Code Cleanup - naming consistancy for bmesh struct typesCampbell Barton
2012-03-02code cleanup:Campbell Barton
2012-03-02bmesh minor changesCampbell Barton
2012-03-02Fix [#30419] Median wrongly setting lattice vertex weights.Bastien Montagne
2012-03-02minor edits to last commit - use fixed chunksize, rather than the number of v...Campbell Barton
2012-03-02style cleanup for mempoolCampbell Barton
2012-03-02Code Cleanup: update to mempool, use flag rather then bool args.Campbell Barton
2012-03-02bmesh - changes to mempool allocationsCampbell Barton
2012-03-02Fix #30413: dynamic paint crash with texture slots with no texture assigned.Brecht Van Lommel
2012-03-02bmmesh api - use struct rather than int[4] to initialize mesh sizes.Campbell Barton
2012-03-02Fix #30405: combine HSVA node not working correct with fixed color insteadBrecht Van Lommel
2012-03-01Fix related to #30416: python render_stats handler now also gets called when theBrecht Van Lommel
2012-03-01Fix #30415: motion blur option still had an effect on external engines / cycles,Brecht Van Lommel
2012-03-01fix [#30280] bmesh: Dissolve with error message kills CreaseCampbell Barton
2012-03-01bmesh api:Campbell Barton
2012-03-01Code Cleanup: remove bmesh_radial_loop_next() function,Campbell Barton
2012-03-01Same fix for file output node as Brecht did in r44580, EXR compression is def...Lukas Toenne
2012-03-01fast-path for BM_edge_is_manifold, BM_edge_is_boundary functions.Campbell Barton
2012-03-01Fix related to #30384: multilayer exr files not saving compressed correctly.Brecht Van Lommel
2012-03-01fix [#30399] bmesh: Extrusions adjacent to mirror plane leave stray edges.Campbell Barton
2012-03-01bmesh regression with extrude.Campbell Barton
2012-03-01style cleanupCampbell Barton
2012-03-01style cleanup: bmesh - have continue on new line, also avoid unneeded loop in...Campbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-03-01Call the node freestorage callback _before_ actually freeing sockets, since t...Lukas Toenne
2012-03-01When adding a file output socket make it active, for convenience. Also move b...Lukas Toenne
2012-03-01Fix for Multilayer EXR API. This was using implementation stubs directly in t...Lukas Toenne
2012-03-01Fix for wrong channel number in ImBuf when file node output format is somethi...Lukas Toenne
2012-03-01* Removed DNA_DEPRECATED tag from old NodeImageFile struct typedef, it doesn'...Lukas Toenne
2012-03-01A number of improvements for the file output node(s).Lukas Toenne
2012-03-01Fix crash on edge slide when object has got multires modifierSergey Sharybin
2012-03-01Remove struct NgonInterpModifierData and related ModifierType Info.Nicholas Bishop
2012-02-29fix [#29135] NGons dont work with loop cutCampbell Barton
2012-02-29Changes to startup.blend:Sergey Sharybin
2012-02-29add an assert for inserting an egde with the same vertices and a BMESH_TODO f...Campbell Barton
2012-02-29error in recent header commit.Campbell Barton
2012-02-29Mistake in previous commit test for API vert new: it failed for no-arg case.Howard Trickey
2012-02-29use floats rather then doubles for bmesh poly functions.Campbell Barton
2012-02-29Undid part of commit 44552: can't use mathutils on doublesHoward Trickey
2012-02-29Code Cleanup: remove non existing function declarations.Campbell Barton
2012-02-29Fix #30328: Crash when using edge slideSergey Sharybin
2012-02-29Code cleanup, no functional change: use mathutils copyHoward Trickey
2012-02-29Fix 30401: Python API vert new((0,0,0)) crashes.Howard Trickey
2012-02-29UI: change shortcut to clear value in button with mouse over it (for the secondBrecht Van Lommel
2012-02-29bmesh py api - initial support for selection history.Campbell Barton
2012-02-29Compilation error fix for recent indicer refactor commit.Sergey Sharybin
2012-02-29Refactor of proxies build operatorsSergey Sharybin
2012-02-29Code cleanup: replace a few macros in CCGSubSurf with inline functions.Nicholas Bishop