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 (Expand)Author
2011-02-25needed for building without pythonCampbell Barton
2011-02-25bugfix #26211M.G. Kishalmi
2011-02-25Small fix from sambler.Nathan Letwory
2011-02-25doxygen: small fixes and tag addingNathan Letwory
2011-02-25fix #if errors, add defined() in proper placesNathan Letwory
2011-02-25Fix for [#26205] Crash when duplicating windowJanne Karhu
2011-02-25internal operator/wm/macro function: dont crash if operators are not found (w...Campbell Barton
2011-02-25remove warning left in by mistake and comment unused function.Campbell Barton
2011-02-24fix for cmake not having the correct svn revision in buildinfo, now generate ...Campbell Barton
2011-02-24face-paint mode operators were not ported from 2.4x yet hide/reveal/sel-swapCampbell Barton
2011-02-24Fixed memory leak in group nodes. Only buffers from exposed sockets should re...Lukas Toenne
2011-02-24remove unused functions, aligning to selection can be done with Shift+Numpad,...Campbell Barton
2011-02-24patch [#26187] Cleaning #include <malloc.h>Campbell Barton
2011-02-24Fix for [#26197] High resolution smoke cache not available due to pointcache ...Janne Karhu
2011-02-24found moving verts in pythons 2.5 api is approx 10x slower because the multi-...Campbell Barton
2011-02-24remove 2 unnecessary checks for array type before assignment. Campbell Barton
2011-02-24revert part of own commit r35117 which modified mathutils initialization func...Campbell Barton
2011-02-24remove unused vars.Campbell Barton
2011-02-24support pythons cyclic garbage collector for mathutils types.Campbell Barton
2011-02-24doxygen: some more license block fixes.Nathan Letwory
2011-02-23adjustments to recent commit:M.G. Kishalmi
2011-02-23Fix for [#26133] Explode modifier doesn't care about UVs (Option "split edges")Janne Karhu
2011-02-23Clean up headers a bit more.Guillermo S. Romero
2011-02-23Bugfix #26188Ton Roosendaal
2011-02-23The material "Dynamic" node (disabled anyway) had incomplete base type initia...Lukas Toenne
2011-02-23py/rna api:Campbell Barton
2011-02-23added image-editor operators:M.G. Kishalmi
2011-02-23since the introduction of 'newbump' blenderM.G. Kishalmi
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-23Possible fix for [#26190] Changing particle amount crashesJanne Karhu
2011-02-23remove unused functions,Campbell Barton
2011-02-23add back view 1:1 operator from 2.4x (Shift+PadEnter)Campbell Barton
2011-02-23add back 2.4x mesh vertex sort/randomize operators, were called xsort and has...Campbell Barton
2011-02-23add 2.4x posemode & weightpaint feature as an operator - Flip Active, Shift+F.Campbell Barton
2011-02-23fix [#26164] bpy.ops.transform.translate ignores AutoIK modeCampbell Barton
2011-02-23- fix python error for poselib UI when none is active.Campbell Barton
2011-02-23Adding "frame" to print in background rendering forDaniel Salazar
2011-02-23Empty groups are now displayed with some basic spacing in edit mode. Long soc...Lukas Toenne
2011-02-22Convenience fix: Exposing internal sockets now copies the default input value...Lukas Toenne
2011-02-22SVN maintenance.Guillermo S. Romero
2011-02-22Added RNA functions to group tree inputs/outputs for exposing internal socket...Lukas Toenne
2011-02-22doxygen: bge scenegraph and videotextureNathan Letwory
2011-02-22Bugfix #25967Ton Roosendaal
2011-02-22Fix for [#26160] Blender Crashes when undoingJoerg Mueller
2011-02-22doxygen: add bullet to extern libs, some small changes in page names, and fix...Nathan Letwory
2011-02-22blender as module - workaround for not knowing __file__ when the module is in...Campbell Barton
2011-02-22doxygen: BGE Network, Physics, RasterizerNathan Letwory
2011-02-22fix for uninitialized stack variable in displaying the modifier template.Campbell Barton
2011-02-22Too many ifdefs made me miss the fact variables were declared insideTon Roosendaal
2011-02-22No idea why this goes wrong, but I can't get preprocessor output withTon Roosendaal