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-02-16synched with trunk at revision 34793Nick Samarin
2011-02-12access past array bounds in layerInterp_mdisps, also make some vars const.Campbell Barton
2011-02-12fix for possible (but unlikely) problem with strncpy not adding \0 and then e...Campbell Barton
2011-02-12- resource leak in pointcache, opendir without closedir()Campbell Barton
2011-02-12quiet some clang warnings.Campbell Barton
2011-02-11Fix #26040: Crash converting curve to meshSergey Sharybin
2011-02-11Made some function from DerivedMesh.c be avaliable from other modules.Sergey Sharybin
2011-02-11Bug fix for problem 2 in [#25973] Bake End Frame Not ConfigurableJanne Karhu
2011-02-11Removed the internal_select parameter from ntreeCopyTree. This was used just ...Lukas Toenne
2011-02-11Made group label callback function static.Lukas Toenne
2011-02-10mesh validation remove duplicate faces didn't always work, now it _should_ al...Campbell Barton
2011-02-10mesh validation: bugfix for removing doubles, another fix coming...Campbell Barton
2011-02-10mesh.validate() now returns True if any corrections were made.Campbell Barton
2011-02-10fix [#26003] Twice applied modifier with Convert to mesh with several multi-u...Campbell Barton
2011-02-09fix [#25994] Meshes with no vertices gets NaN location on setting origin to g...Campbell Barton
2011-02-09BKE_mesh_validate() now corrects invalid meshes (optionally), added access fo...Campbell Barton
2011-02-09fix [#25968] Crash on changing merge distance in array modifier with edgespli...Campbell Barton
2011-02-09bugfix [#25523] Face extrude will crash Blender if array and subsurf modifier...Campbell Barton
2011-02-09SVN maintenance.Guillermo S. Romero
2011-02-09move validation into blender kernel so it can be called by internal modifier ...Campbell Barton
2011-02-09Old animation conversion code cleanups:Joshua Leung
2011-02-09Bugfix [#25990] backward compatibility with ShapeKey Actions :: 2.49Joshua Leung
2011-02-08Per-type node labels and customizable names. The label displayed in the node ...Lukas Toenne
2011-02-08Group node type info is now also initialized with helper functions.Lukas Toenne
2011-02-08Finished the node type definition cleanup started in r34682. All static node ...Lukas Toenne
2011-02-08Bugfix [#25814] ChildOf constraint: double transformation in objectJoshua Leung
2011-02-08Change in behavior to shrinkwrap modifier's offset value with negative enabled.Campbell Barton
2011-02-08fix [#25801] Shrinkwrap Offset problems with Project mode.Campbell Barton
2011-02-08un-initialized flag used with commit r34695.Campbell Barton
2011-02-08minor edits, no functional changes.Campbell Barton
2011-02-07Todo/feature requestTon Roosendaal
2011-02-07remove mat_nr from MVert struct, saves 4 bytes per vertex.Campbell Barton
2011-02-07AnimSys Todo: Scene/CompoNode Driver HacksJoshua Leung
2011-02-07Hair ui simplification:Janne Karhu
2011-02-07Fix for [#25955] Hair paths under force field influence look jaggedJanne Karhu
2011-02-07A simplified way of defining bNodeType structs. Instead of doing full struct ...Lukas Toenne
2011-02-07Type checks for internal ID-Property UI min/max/tip & use defines to get valu...Campbell Barton
2011-02-07comment unused varCampbell Barton
2011-02-06Two in one:Ton Roosendaal
2011-02-06Bug fix: Particles in dupligroups were mostly drawn properly in 3d view, but ...Janne Karhu
2011-02-05This fixes: [#25608] Video Sequence Editor: problem using cut on a strip with...Peter Schlaile
2011-02-05Raytrace modifications from the Render Branch.Brecht Van Lommel
2011-02-05Fix bones moving when changing between editmode and posemode.Brecht Van Lommel
2011-02-04Fix #25933: Drag Dog stroke method uses Jitter if set for other stroke method...Sergey Sharybin
2011-02-04Improvements for particle grid distribution:Janne Karhu
2011-02-02bugfix for setting the worldspace matrix of an object which used quaternion r...Campbell Barton
2011-02-02- some parts of the code to remove rotation were not removing axis/angle rota...Campbell Barton
2011-02-02fix issue #2 raised by report: [#25894] Problems with properties across filesCampbell Barton
2011-02-01correct fix for bug #23871, __main__ module was being overwritten in nested f...Campbell Barton
2011-02-01disable assert [#25877] Driven shapekeys: incorrect assertions in depsgraph.cCampbell Barton