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
2011-07-18Missing struct keyword in function declaration causes compiler error with cma...Lukas Toenne
2011-07-17cmake: cleanup include paths, some duplicates and going up some unneeded dirs.Campbell Barton
2011-07-17cmake source definitions:Campbell Barton
2011-07-11Fix #27930: many modifiers crashed when used on a lattice with a vertex group.Brecht Van Lommel
2011-06-30minor edits, no functional change.Campbell Barton
2011-06-19cmake:Campbell Barton
2011-06-14own mistake in recent mask commit.Campbell Barton
2011-06-14mask modifier: replace bone hash lookup with a boolean array to quickly check...Campbell Barton
2011-06-14mask modifier was taking into account zero weighted verts.Campbell Barton
2011-06-13Elbeem / Fluidsim update:Daniel Genrich
2011-06-12Bug fix: keyed physics didn't work properly if the first key wasn't the keyed...Janne Karhu
2011-06-09fix for memory leak re-binding meshes.Campbell Barton
2011-06-09add foreachIDLink function for cloth, remove cloth specific newlibadr calls i...Campbell Barton
2011-06-08fix for own error r35918, generalizing looping over modifier ID linksCampbell Barton
2011-06-04edits to make these cmake files compatible with my own basic cmake parser whi...Campbell Barton
2011-06-04quiet 2 compiler warnings and update man pageCampbell Barton
2011-05-31cmake maintenanceCampbell Barton
2011-05-29Fix #27392: boolean intersect'sSergey Sharybin
2011-05-26Fix #27480: armature multimodifier was not working in edit mode.Brecht Van Lommel
2011-05-24clamp delta to prevent cases where strength is a huge number. Very high value...Nathan Letwory
2011-05-20rename mul_project_m4_v4 to mul_project_m4_v3.Campbell Barton
2011-05-19Fix some compile warnings.Brecht Van Lommel
2011-05-19Fix crash when accessing mesh from python while a mesh with a subsurf modifierBrecht Van Lommel
2011-05-13* Enabled rna access to fluid sim velocity vectorsMatt Ebb
2011-05-08fix [#27324] WindowManager.invoke_search_popup() crashes blender and does not...Campbell Barton
2011-05-02Fix #27230: texture paint face selection mask did not work on multires. ItBrecht Van Lommel
2011-05-02SVN maintenance.Guillermo S. Romero
2011-05-01warp modifier, using negative strength inverts the transformation matrix but ...Campbell Barton
2011-05-01warp modifier, added in the render branch for durian.Campbell Barton
2011-04-29spelling corrections.Campbell Barton
2011-04-28skip some calculations with the wave modifier - when the vert has no vgroup w...Campbell Barton
2011-04-28fix [#27186] Wave modifier falloffCampbell Barton
2011-04-26- fix for player linkingCampbell Barton
2011-04-25fix [#26993] Edge Split CrashCampbell Barton
2011-04-25indentation changes only.Campbell Barton
2011-04-25Displace Modifier - Optimisation Tweaks for jpbouza and ZanQdoJoshua Leung
2011-04-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton
2011-04-20Fix for [#27075] Explode Modifier - Apply as Shape impossibleJanne Karhu
2011-04-12fix [#26888] 3D viewport shading broken after solidify modifierCampbell Barton
2011-04-10[#26848] Keyed Particles seems to be brokenJanne Karhu
2011-04-03quiet various warnings, also disable -Wdouble-promotion with cmake since it g...Campbell Barton
2011-03-31library linked modifiers were not having their ID linked expanded properly.Campbell Barton
2011-03-27modifiers: floats were being implicitly promoted to doubles, adjust to use fl...Campbell Barton
2011-03-19remove some redundant vars, assignments & checks.Campbell Barton
2011-03-18New particle collisions code:Janne Karhu
2011-03-09image.depth, 96/128 for float color images, was 24/32 for byte images.Campbell Barton
2011-03-07fix [#26368] Solidify breaks EdgeCreaseCampbell Barton
2011-03-05use NULL rather then 0 for pointer assignments & comparison, modifier, imbuf ...Campbell Barton
2011-03-05workaround for crash (not an actual fix) [#26316] Mirror and EdgeSplit - Grab...Campbell Barton
2011-03-03solidify material offsets for 2nd surface and rim faces.Campbell Barton