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-17cmake source definitions:Campbell Barton
2011-07-13cmake option to build without smoke sim: WITH_MOD_SMOKECampbell Barton
2011-07-13fix for animation playback and build error when compiling without WITH_AUDASPACECampbell Barton
2011-07-11Fix #27912: crash after mesh.materials.pop().Brecht Van Lommel
2011-07-11Fix #27921: optimal display with 2 subsurf modifiers fails.Brecht Van Lommel
2011-07-11Fix for [#27398] Particle systems with animated groups render incorrectly in ...Janne Karhu
2011-07-10Fix for [#27289] Hair: Render Option - Object does not point objects to end o...Janne Karhu
2011-07-10Fix for [#26873] Animated displacement modifier on an object doesn't work wit...Janne Karhu
2011-07-09Bugfix #27761Ton Roosendaal
2011-07-09Fox #27866: Curve handle snaps/locks when it shouldntSergey Sharybin
2011-07-08== GPU Buffers ==Nicholas Bishop
2011-07-08Fix #26962: softbody collision doesn't respect subsurf+displace modifiers.Brecht Van Lommel
2011-07-06Fix #27876: particles instancing a whole group didn't take group offset into ...Brecht Van Lommel
2011-07-05Fix #27777: vertex color disabled when in a reused node material.Brecht Van Lommel
2011-07-05Fix: #27861 bevel angle limit at 90° wasn't working well on cube, tweakedBrecht Van Lommel
2011-07-05Fix for [#27182] particle/collision kill interacting strangelyJanne Karhu
2011-07-05Fix for [#27579] Particles Cache ProblemJanne Karhu
2011-07-04Updated the indent, sorry!Jeroen Bakker
2011-07-04====== Proposal: Nodes property windows enhancement ======Jeroen Bakker
2011-07-04Current situationJeroen Bakker
2011-07-01Packaging variable named 'a' for releasev2.58aTon Roosendaal
2011-06-30fix for own mistake with key shortcuts r37850Campbell Barton
2011-06-30Fix for undefined "index" in key.c.Sergey Sharybin
2011-06-30replace inline loops for get_weights_array with calls to defvert_find_weight()Campbell Barton
2011-06-27fix for a leak in sound_read_sound_buffer(), used when drawing the sequencer ...Campbell Barton
2011-06-27scenes now adjust brush usercounts on copying and freeing, pointed out by Jas...Campbell Barton
2011-06-26Putting back blender.org and release number in info header.Ton Roosendaal
2011-06-24own patch [#27752] Python Callback (Scriptlink functionality)Campbell Barton
2011-06-24free_bvhtree_from_mesh was incorrectly useing sizeof() when clearing memory.Campbell Barton
2011-06-23More flexible size options for particle billboards. This adds scale factors f...Lukas Toenne
2011-06-23allow building with ffmpeg but not audCampbell Barton
2011-06-23correction to recent commit & made ffmpeg includes only add when enabled.Campbell Barton
2011-06-23cmake option to build without an audio library.Campbell Barton
2011-06-21Upping the release number to 2.58Ton Roosendaal
2011-06-21fix for build with cmake (patch by Joerg Mueller)Dalai Felinto
2011-06-20fix for crash drawing zero length motion path and a leak with zero length paths.Campbell Barton
2011-06-19removing python includes for blenkernel since pynodes are commented.Campbell Barton
2011-06-18rename cmake include/libraries to conform with suggested cmake namesCampbell Barton
2011-06-16fix [#27675] Bones shift out of place when leaving edit modeCampbell Barton
2011-06-15remove unused argumentsCampbell Barton
2011-06-15Code cleanup: remove unused shaded draw mode code.Brecht Van Lommel
2011-06-15Fix #27654: vertex parenting not working with constructive modifiers.Brecht Van Lommel
2011-06-14edit DAG defines to make it easier to add more & modify.Campbell Barton
2011-06-13BGE Patch: [#27425] Allow to change the damping of the camera actuatorDalai Felinto
2011-06-12Bug fix: keyed physics didn't work properly if the first key wasn't the keyed...Janne Karhu
2011-06-11Fix for edge mesh BVH: The edge distance callback for leaf nodes was calculat...Lukas Toenne
2011-06-10fix [#27607] Scene's render.filepath gets cropped to 159 charactersCampbell Barton
2011-06-09replace log() calls with constantsCampbell Barton
2011-06-07draw sequences with invalid effect frame ranges pink to highlight they are in...Campbell Barton
2011-06-07fix for float projection painting, now updating correctly. Antony Riakiotakis