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-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07Bug fix: unbaked particle cache was cleared from current frame onwards on fil...Janne Karhu
2011-01-07Revert bump mapping patch for now, backwards compatibility is not good enough,Brecht Van Lommel
2011-01-07Improved bump mapping patch by M.G. Kishalmi (lmg) and M.S. Mikkelsen (sparky).Brecht Van Lommel
2011-01-07New hair child options:Janne Karhu
2011-01-07cmake: share the DNA_*.h list definition between makesrna and makesdnaCampbell Barton
2011-01-05Todo item:Ton Roosendaal
2011-01-05Fixing bugs in future: Ton Roosendaal
2011-01-05Todo item: linked curve objects behaves incorrect with modifiersSergey Sharybin
2011-01-05Animation data for lattices is now shown in the Animaton EditorsJoshua Leung
2011-01-04Fix #25483: Brush appearance colorSergey Sharybin
2011-01-04Grease Pencil Todos: "Sketching Sessions"Joshua Leung
2011-01-03Todo itemTon Roosendaal
2011-01-02Small feature for debugging pleasure:Ton Roosendaal
2011-01-02Pointcache code cleanup and disk cache compression options:Janne Karhu
2011-01-02Fix for [#25427] cloth or soft body crash un UndoJanne Karhu
2010-12-31CMake: use blender_include_dirs("${OPENGL_INCLUDE_DIR}") rather then blender_...Campbell Barton
2010-12-28Drivers Code Cleanups and UI Tweaks:Joshua Leung
2010-12-23remove View3D.customdata_mask, since its stored in the scene now there is no ...Campbell Barton
2010-12-23Fix for multiple modifier stack calculations per frame.Campbell Barton
2010-12-23rename blenderlib to blender_add_libCampbell Barton
2010-12-23Compact -I paths in makefiles for more readble files/output.Guillermo S. Romero
2010-12-22bugfix [#25335] crash with file, console told me to report! svn 33836Campbell Barton
2010-12-21Fix for [#25325] Timeline doesn't show status of baked psys until frame is ad...Janne Karhu
2010-12-21Bugfix #25330Ton Roosendaal
2010-12-20Fix #25315: Curve points keyframe changes made in edit mode get lostSergey Sharybin
2010-12-20fix [#25313] Outliner View Active only works once icon has been shown in view.Campbell Barton
2010-12-20fix [#25283] Edge length display difficult to readCampbell Barton
2010-12-17no functional change: only check against OB_RECALC_ALL but don't use for assi...Campbell Barton
2010-12-16last commit to fix warnings didnt set them at all, not it works as it should.Campbell Barton
2010-12-14Fixed bug #23826, Other kind of brushes appear in sculpt modeNicholas Bishop
2010-12-13"Fix" for [#25184] Forces for growing hair - update inconsistency - as discus...Janne Karhu
2010-12-13Lattices now have AnimDataJoshua Leung
2010-12-12Bugfix #25179Ton Roosendaal
2010-12-12- fix for rna show_brush variable shadowing its parent classes with a flag wh...Campbell Barton
2010-12-12avoid possible errors, surround bit shifted defines with brackets.Campbell Barton
2010-12-11Added some explanation to pointcache->step value as suggested by troubled on ...Janne Karhu
2010-12-08metaball rotations must be kept normalized, normalize values after setting fr...Campbell Barton
2010-12-08use lowercase for cmake builtin names and macros, remove contents in else() a...Campbell Barton
2010-12-08bug [#25081] changes to pose bone selection state via python have no effect.Campbell Barton
2010-12-08Changed armature active bone so it is separate from selection this is consist...Campbell Barton
2010-12-07"Particle" texture coordinates for halo materials:Janne Karhu
2010-12-06Curves CV animationSergey Sharybin
2010-12-06bugfix [#24995] Object rotation seems to be applied incorrectlyCampbell Barton
2010-12-06[#25047] Deletion of any custom key map item remove always first oneMartin Poirier
2010-12-06bpath iterator updatesCampbell Barton
2010-12-05Dependency graph: changed DAG_id_flush_update to DAG_id_tag_update. Now itBrecht Van Lommel
2010-12-04Maintenance, Campbell Barton
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton