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
2010-05-07Warning cleanupMatt Ebb
2010-05-07fix for duplicating cloth which could crash on freeingCampbell Barton
2010-05-06option to use the linked path or the local path for pointcache.Campbell Barton
2010-05-05- split objet group add/link into 2 operatorsCampbell Barton
2010-05-05make a dummy billboard if its velocity or vector are nan/infCampbell Barton
2010-05-05billboards were using un-initialized memory and avoid divide by zero in some ...Campbell Barton
2010-05-04merging revisions 28564-28569 from render branch into trunkJoseph Eagar
2010-05-04Fix [#21353] Rendering h264 reports broken settings and fail.Xavier Thomas
2010-05-04add missing include from recent commitCampbell Barton
2010-05-03merge multires changes into trunkJoseph Eagar
2010-05-03have timeoffset use (int)floor(timeoffset+0.5f) when converting to an int to ...Campbell Barton
2010-05-03mask modifier properly works in weightpaint and edit modes now. note that mo...Joseph Eagar
2010-05-03Fix [#22199] Cloth Cache Panel > Disk Cache doesn't workMatt Ebb
2010-05-01should make problems mentioned inPeter Schlaile
2010-05-01Second round of sequencer IPO-conversion to new animation system:Peter Schlaile
2010-05-01First round of importing old sequencer IPOs to new animation system:Peter Schlaile
2010-05-01== Sequencer ==Peter Schlaile
2010-04-30Suggestion by Florian Meyer (testscreenings) to change default ramp toDaniel Salazar
2010-04-30use size_t for MEM_allocN_len as well as some of its callersCampbell Barton
2010-04-29NULL check for pointcache. not sure this should be fixed elsewhere, commented...Campbell Barton
2010-04-29option to copy constraints without making their ID references direct links.Campbell Barton
2010-04-29Newly created brushes will have a lower spacing. Still need to fix someDaniel Salazar
2010-04-28fix for crash on loading some nodes.Campbell Barton
2010-04-28add option -Y to enable python script execution.Campbell Barton
2010-04-283dview --> view3d, patch by Jonathan Smith with small corrections and changes.Campbell Barton
2010-04-26Two bugfixes from the render branch:Brecht Van Lommel
2010-04-26Assorted code cleanups:Joshua Leung
2010-04-26Bugfix [#22069] Speed-Ipos are not imported correctly from 2.49 to 2.5Joshua Leung
2010-04-26Pass constraint names as operator properties in constraint operatorsMatt Ebb
2010-04-26Fix [#22160] blender 2.5 alpha2 can't open file grass.blend from blenderguruMatt Ebb
2010-04-25== Sequencer ==Peter Schlaile
2010-04-25bugfix [#22117] Memory Error messages with Spline IKCampbell Barton
2010-04-25== Sequencer ==Peter Schlaile
2010-04-25minor mathutils updateCampbell Barton
2010-04-25re-arrange modifier and blenkernel to overcome some linking problems that sto...Campbell Barton
2010-04-25fix for a library linking problem where a proxy object linked into a blend wo...Campbell Barton
2010-04-24py api: fix for context returning None for an empty list such as 'context.sel...Campbell Barton
2010-04-24Fix for #22135, loading ffmpeg now before .B25.blend is loaded.Joerg Mueller
2010-04-24warning cleanup, also made voxel.c and volumetric.c use BM_INLINE define rath...Campbell Barton
2010-04-24sub_v3_v3v3 --> sub_v3_v3 (where possible)Campbell Barton
2010-04-24patch by by xat "Partial fix for bug #22142"Tom Musgrove
2010-04-23Some fixes from the render branch:Brecht Van Lommel
2010-04-23Quick fix, just in case the mesh has no vertex groups, there won't be a crash!Joshua Leung
2010-04-23Bugfix #22101: Envelopes dont respect armature modifier vertex group maskJoshua Leung
2010-04-23always print reports immediately when running in background mode.Campbell Barton
2010-04-23Mesh Deform Modifier: compress static binding weights better, thresholdBrecht Van Lommel
2010-04-23Spline IK - Influence ControlJoshua Leung
2010-04-22chaning the camera from the scene buttons didnt update the views. moved some ...Campbell Barton
2010-04-22only override start and end frames with particle's if the partices are emitte...Campbell Barton
2010-04-22BugFix:Diego Borghetti