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
AgeCommit message (Expand)Author
2012-09-26merge with trunk -r50910Antony Riakiotakis
2012-09-26remove redundant NULL checks in somepledeform modifier (dcut is never NULL).Campbell Barton
2012-09-25default simple deforms `Relative` option to be enabled, IMHO this shouldn't b...Campbell Barton
2012-09-25fix for regression in solidify modifier copying loop customdata to rim faces ...Campbell Barton
2012-09-25fix [#32646] Duplifaces can have wrong orientation with ngonsCampbell Barton
2012-09-22replace UV project modifier matrix calculation with BKE_camera_params_* funct...Campbell Barton
2012-09-20code cleanup: remove unused macros, commet some which may be useful later - o...Campbell Barton
2012-09-19code cleanup: make shape key api names consistent with our new convention.Campbell Barton
2012-09-18code cleanup: typos and set exceptional cases of zero length normals as UNLIK...Campbell Barton
2012-09-15code cleanup: remove more invalid/paranoid NULL checks Campbell Barton
2012-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
2012-09-13fix for missing NULL check in own recent commit, thanks Gaia for pointing thi...Campbell Barton
2012-09-12Fix #32338: particle instance modifier did not work well when the mesh had onlyBrecht Van Lommel
2012-09-12Fix #32543: screw modifier with smooth shading disabled still had one segmentBrecht Van Lommel
2012-09-06code cleanup: capitalize defines.Campbell Barton
2012-09-04code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines...Campbell Barton
2012-09-01merge with trunk r50303Antony Riakiotakis
2012-08-26style cleanup: whitespaceCampbell Barton
2012-08-23style cleanup: indentation, also quiet double promotion warnings for despeckl...Campbell Barton
2012-08-21svn merge ^/trunk/blender -r50010:50095Campbell Barton
2012-08-21change curve evaluation functions never to modify curve data (ensures thread ...Campbell Barton
2012-08-19svn merge ^/trunk/blender -r49963:50010Campbell Barton
2012-08-19svn merge ^/trunk/blender -r49800:49900Campbell Barton
2012-08-18skip allocating texture coords for the displace modifier when they are unused.Campbell Barton
2012-08-14style cleanup: pep8 & unfinished comment from own commit.Campbell Barton
2012-08-14patch [#32327] Uniform displace modifierCampbell Barton
2012-08-12new parameter in assign_material() to specify where material shall be assigne...Gaia Clary
2012-08-10merge with trunk 49750Antony Riakiotakis
2012-08-08code cleanup: rename G.rt to G.debug_valueCampbell Barton
2012-08-06merge troonk revusion 49612Antony Riakiotakis
2012-08-06Avoid recursion in skin modifier's edge matrix calculationsNicholas Bishop
2012-07-31merge with trunk 49411Antony Riakiotakis
2012-07-29code cleanup: replace MIN2/MAX2 with minf/maxfCampbell Barton
2012-07-28fix own error in recent commit - possible uninitialized value.Campbell Barton
2012-07-26fix some types and incorrect infoCampbell Barton
2012-07-26workaround for depsgraph update issue with booleans.Campbell Barton
2012-07-25Fix #31339, Modifying mesh destroys particle system.Lukas Toenne
2012-07-23Solve compilation erro (missing 'r' intended)Antony Riakiotakis
2012-07-21use fabsf when using floats.Campbell Barton
2012-07-21UV mirrored unwrapAntony Riakiotakis
2012-07-21add option so operators can be called with a flag, currently the only flag is...Campbell Barton
2012-07-17Fix [#32133] Numpad Enter key doesnt work with Loopcut (worked in 2.49b)Bastien Montagne
2012-07-17use math vector init functionsCampbell Barton
2012-07-17code cleanup: spellingCampbell Barton
2012-07-12Fix normals around root nodes of skin modifier output.Nicholas Bishop
2012-07-08use gcc attrubutes to warn on unused return values and arguments which should...Campbell Barton
2012-07-08Fixing a typo!Bastien Montagne
2012-07-08style cleanupCampbell Barton
2012-07-06Fix [#31923] Particle instanced objects don't show textures in renderBastien Montagne
2012-07-01style cleanup: commentsCampbell Barton