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-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
2011-01-31Todo issue: sculpting on deformed meshSergey Sharybin
2011-01-30Total displacement levels should be set in multires_topology_changedSergey Sharybin
2011-01-30bugfix #25867M.G. Kishalmi
2011-01-30remove nan-makefilesCampbell Barton
2011-01-29new bumpmapping options for the rendererM.G. Kishalmi
2011-01-28Fix for [#25843] Multiple Scene Strip in Sequencer, bad scrubbing for armatur...Janne Karhu
2011-01-28Fix for [#25713] VSE shows and renders wrong straight alpha gradient even aft...Janne Karhu
2011-01-28More logical ordering of Empty draw types. Made Plain Axes default forDaniel Salazar
2011-01-27Silly mistake in own previous commit, now we have particles again!Janne Karhu
2011-01-27r34526 removed a line which had an unused return value but still needed to run.Campbell Barton
2011-01-27Fixing some clang reported issues in particle code.Janne Karhu
2011-01-27Bugfix [#25823] When objects are parented to the same objects thatJoshua Leung
2011-01-27Bugfix [#25707] / Todo Item: "Local Space" for Object constrainingJoshua Leung
2011-01-27Removing some old stuff from old animation system that isn't neededJoshua Leung
2011-01-26Fix for [#25797] Hair partcle crash when vertexgroup length enabledJanne Karhu
2011-01-25Fix for [#25781] Bake cache for particles fails at end , ALT + A notJanne Karhu
2011-01-25use cmake defined names for jpeg, png, zlib and python libs, building on *nix...Campbell Barton
2011-01-25fix [#25748] Addons register parameters/functions more than onceCampbell Barton
2011-01-23BGE: support modifiers without mapping to original mesh both graphically and ...Benoit Bolsee
2011-01-22Temporary fix for [#25735] Softbody don't work in linked groups, not generate...Janne Karhu
2011-01-22comment dead code and fix 2 missing NULL checks (pointer used after NULL chec...Campbell Barton