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-12-17use 2d copy functions with UV's in more places.Campbell Barton
2011-12-16Math lib: matrix multiplication order fix for two functions that wereBrecht Van Lommel
2011-11-30fix for parenting bug introduced by own commit r42273, adding dummy object di...Campbell Barton
2011-11-29avoid allocating verts & faces for dupliface + editmode.Campbell Barton
2011-11-12Bugfix [#29125] Motion paths odd behaviourJoshua Leung
2011-11-06Removed old "bsystem_time()" function, which by now is just aJoshua Leung
2011-11-04Bugfix [#28515] Dupliframes start/end animation broken since 2.56AJoshua Leung
2011-10-28replace VECCOPY and QUATCOPY with inline funcs.Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-16Particle dupliobject rotation changes:Janne Karhu
2011-10-10fix bad svn ID tagsCampbell Barton
2011-10-10header cleanup (no functional changes)Campbell Barton
2011-10-08fix [#28846] Relative paths on linked scene failsCampbell Barton
2011-09-16replace macros with math lib functionsCampbell Barton
2011-08-30* Merge trunk up to r39790.soc-2011-pepperJoerg Mueller
2011-08-23fix [#28336] Particles: setting to zero the count of all elements of a group ...Campbell Barton
2011-08-23Merging trunk up to r39637.Joerg Mueller
2011-08-18Fix for [#28216] particles objects rotation still wrong with r39287Janne Karhu
2011-08-12Bye bye vile relics of extinct version control systems,Joshua Leung
2011-07-24== RNA Property Updates get called by Animation System now ==Joshua Leung
2011-07-12Bugfix #27881: Motion paths don't correctly update with pose slidingJoshua Leung
2011-07-06Fix #27876: particles instancing a whole group didn't take group offset into ...Brecht Van Lommel
2011-06-20fix for crash drawing zero length motion path and a leak with zero length paths.Campbell Barton
2011-05-22remove / comment unused code, patch by nico_ga on IRC with some edits.Campbell Barton
2011-03-27subsurf, derived mesh and other misc files: floats were being implicitly prom...Campbell Barton
2011-03-09Fix for [#26372] Objects as PS Hair displays and renders differentlyJanne Karhu
2011-02-27doxygen: blender/blenkernel tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-17Bugfix [#26106] No instant visual feed back for Dupliframes, parentingJoshua Leung
2011-02-16Bugfix [#22535] Dupliframes with keyframe Anim are brokenJoshua Leung
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-02-13Fix for [#25857] create_dupli_list incorrect behaviour with particle systemsJanne Karhu
2011-02-06Bug fix: Particles in dupligroups were mostly drawn properly in 3d view, but ...Janne Karhu
2011-01-13remove/comment unused varsCampbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-16bugfix [#25208] randomize transform doesn't work on objects with keyframesCampbell Barton
2010-12-07Added an assert() check for normalized quats which exposed a number of bugs w...Campbell Barton
2010-11-23use zero initializers instead of memset(), also change PointerRNA_NULL from a...Campbell Barton
2010-11-10correct some comments and fix for allocating more memory then needed for anim...Campbell Barton
2010-11-03Fix for [#21958] Dupli group doesn't show up if linked on a layer that is dif...Janne Karhu
2010-11-02fix for compiling with the c90 standard, support for non-static variable init...Campbell Barton
2010-10-19use unsigned int for all layers.Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-10-07misc fixes found with clang's static checker.Campbell Barton
2010-09-20bugfix [#20576] Curve modifier and loop cutCampbell Barton
2010-09-14Fix for [#20350] particles are offset from emittor in dupli-objectsJanne Karhu
2010-09-03Fix for [#19950] Object Particles and texture controlled densityJanne Karhu
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-08-04include cleanup, no functional changesCampbell Barton
2010-08-012.5: code changes to reduce the usage of G.main and pass it alongBrecht Van Lommel