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
path: root/source
AgeCommit message (Collapse)Author
2011-08-12Bye bye vile relics of extinct version control systems,Joshua Leung
Causing a flurry of refresh file prompts post-commit, Confusing local diffs and causing merge conflicts, Stating the obvious; redundant and useless... We shall not miss thou, blasted expand $keywords$
2011-08-113D Audio GSoC:Joerg Mueller
Adding a mono flag to mixdown non-mono sounds for 3D audio. * Added mono sound loading. * Bugfix: AUD_COMPARE_SPECS usage was wrong. * Bugfix: JOS resampler = instead of ==. * Bugfix: Change of a sound should apply settings in AUD_SequencerHandle. * Bugfix: Memory leak when canceling open sound operator.
2011-08-11svn merge -r39286:39298 ↵Campbell Barton
https://svn.blender.org/svnroot/bf-blender/trunk/blender, ensure some edits in trunk dont get merged back into pepper
2011-08-11fix [#28213] Imperial unit for 0.001 inches inconsistently displayed as mils ↵Campbell Barton
and thous
2011-08-11BGE Animations: Animation updates are now handled separately from ↵Mitchell Stokes
logic/physics updates. This allows the animations to be updated at the full fps specified by the user. Before, updates were not happening frequently enough. For example, a 30fps animation my only update at 20~30fps, which would cause some noticeable lag. This my not be the best solution since at this point we may be dropping frames (not being in the while(frames) loop), and we're not updating as often as the physics engine might want for bone parented physics objects.
2011-08-11SVN maintenance.Guillermo S. Romero
2011-08-11use ghash for operator and menu types, was doing string lookup in the ↵Campbell Barton
operator list (containing over 1000 items) for each button draw. gives small speedup for UI drawing and overall startup time.
2011-08-11ifdef'd outliner code which is spesific to gsoc pepper with '// GSOC_PEPPER' ↵Campbell Barton
so its obvious. this will keep merging pepper changes from conflicting and can be removed when its finally merged.
2011-08-11merge outliner refactor so we dont have to keep outliner.c locked in trunk.Campbell Barton
this wont build because of changes spesific to pepper, fix coming next. svn merge source/blender/editors/space_outliner -r36830:38987 https://svn.blender.org/svnroot/bf-blender/branches/soc-2011-pepper/source/blender/editors/space_outliner
2011-08-11unlocking outliner.c and removing... (merging refactor from pepper but looks ↵Campbell Barton
like this will take a few steps)
2011-08-11svn merge -r39145:39286 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-08-11BGE Animations: Updating BL_ActionActuator.frame to work with the new actuator.Mitchell Stokes
2011-08-11fix for regression for shape key UI, values are now editable again in the ↵Campbell Barton
list, double checked this works for mesh/curve and lattice types.
2011-08-11BGE Animations: Always update the localtime used for continuous animations. ↵Mitchell Stokes
Previously this was only done on a positive or negative pulse, which could lead to some issues with a continuous flipper animation.
2011-08-10import only transform matrix animation method ( in progress )Sukhitha Prabhath Jayathilake
2011-08-10Baked Animation re-Import fixSukhitha Prabhath Jayathilake
2011-08-10error in own recent commit. set subversion to 0Campbell Barton
2011-08-102.59 Splash screen by tomket7. Congratulations! Thomas Dinges
Chosen by the jury Ben Simonds, Reynante Martinez and Hjalti Hjálmarsson.
2011-08-10Version bump for 2.59Campbell Barton
2011-08-10fix [#28206] Motion Paths shown in 3DView even when Only Render option is ↵Campbell Barton
enabled
2011-08-10fix [#28203] Misplaced string in bone constraintsCampbell Barton
2011-08-10Fix [#28195] Particles objects disappear in viewport, and 90° rotationNathan Letwory
Reported by Jean Francois Sarazin Lack of normal normalisation caused scaling issues. SIGGRAPH fix by jahka and jesterKing. Thanks to host dfelinto with entertainment provided by slikdigit.
2011-08-10fix for [#28201] blender crashes when "mpeg" selectedCampbell Barton
2 changes - When writing OGG only allow Theora encoding, this fixes the crash. - When setting the MPEG preset, dont allow the 'Codec' to be left as Theora, this is just confusing. * note that this is highly confusing for users and devs - there are 4 places to set the codec/format, with both python and C presets :S.
2011-08-10Gianmichele request: Pose Sliding tools show percentage indicator inJoshua Leung
header
2011-08-10fix for crash undoing grease pencil session, last action would free entire ↵Campbell Barton
frame which the session held a reference to.
2011-08-10fix [#28197] Undoing Grease pencil removes last 2 strokesCampbell Barton
2011-08-10fix [#28196] Unwrap tris in lightmap packCampbell Barton
2011-08-09sid addressing fixSukhitha Prabhath Jayathilake
2011-08-09Another error in last bigger commit.Joerg Mueller
2011-08-09temporary fix for quat rotationsSukhitha Prabhath Jayathilake
2011-08-09fix [#28186] textboxes properties not animatableCampbell Barton
2011-08-09Fix for last commit: MSVC dislikes ;;Joerg Mueller
2011-08-093D Audio GSoC:Joerg Mueller
Improved waveform drawing in the sequencer. * Drawing the waveform of a sequencer strip is now independent from whether the sound is cached or not. * Improved drawing of the waveform in the sequencer (especially speed!). * Making it possible to vertically zoom more in the sequencer to better see the waveform for lipsync. * Fixed a bug which crashed blender on loading a sound file via ffmpeg.
2011-08-093D Audio GSoC:Joerg Mueller
Speaker objects fully functional! Minor changes: * Fixed three memory bugs found via valgrind. * Fixed bug with jack transport crashing after file loading. * Sound NLA Strips now start at CFRA instead of 0.
2011-08-09Blender 2.59:Thomas Dinges
* Update the readme file * Update link to release logs, they point to http://www.blender.org/development/release-logs/blender-259/ now
2011-08-09BGE Animations: Fixing issues with initialization order in BL_ShapeDeformerMitchell Stokes
2011-08-09BGE Animations: Fixing the Continue option when using the Flipper play type. ↵Mitchell Stokes
Also removing a couple of debug prints.
2011-08-08export bone transform matrix with sid.Sukhitha Prabhath Jayathilake
2011-08-08fix [#28183] Wavefront OBJ import has no preset savingCampbell Barton
2011-08-08quiet harmless py resource warning - file opened but not closed.Campbell Barton
2011-08-08fix [#28178] make single user copy of object data doesn't workCampbell Barton
2011-08-08add missing header to cmake files (else some IDE's wont index it)Campbell Barton
2011-08-08use static sets rather then tuples, python optimizes this case.Campbell Barton
minor change to lightmap unpack collecting unique meshes.
2011-08-08BGE Animations: Various compatibility fixes:Mitchell Stokes
* Blendin for Loop End works even after a negative pulse. Flipper could still use some work in this area. * Continuous works a lot better. * BL_Action::SetFrame() should work a little smoother.
2011-08-08- update X3D and FBX testing checksumsCampbell Barton
- building with GHOST/SDL now adds the PREFIX - image.external_edit operator errors out if the filepath isnt set (was annoying and loaded gimp while running tests)
2011-08-07Updating CMake to install the correct ffmpeg libs.Mitchell Stokes
2011-08-07COLLADA Armature bake animation export fixed( needs more testing )Sukhitha Prabhath Jayathilake
2011-08-07fixed typoMike Erwin
2011-08-07Armature bake animation export ( not as pose matrices. Still needs fixing ) Sukhitha Prabhath Jayathilake
2011-08-07simplify x11 path code, had unneeded NULL checks and std namespaceCampbell Barton