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-02-22bugfix/workaround [#25629] Add torus with autmatic edit mode duplicates mesh ...Campbell Barton
2011-02-21Editbone length was still using "normalize()" instead of "normalized()"Nathan Vegdahl
2011-02-21fix [#26093] Install Add-On Fails and deletes scriptCampbell Barton
2011-02-21move addon utilities into their own module, these were getting mixed between ...Campbell Barton
2011-02-21Move blender version info into BKE_blender.h so we only have the info in one ...Campbell Barton
2011-02-21missed updating this when editing registration,Campbell Barton
2011-02-21bug [#26089] editbone.transfrom() seems to mess up bone roll (by more than fl...Campbell Barton
2011-02-19change shrinkwrap modifier cull front/back options from 2 booleans into an en...Campbell Barton
2011-02-19fix [#26104] Context Set Boolean op fails [34892i]Campbell Barton
2011-02-19Correct report [#26139] Documentation is incorrectCampbell Barton
2011-02-18Another small text space usability: option to show right margin (aka print ma...Sergey Sharybin
2011-02-18python api docs & examples for registrable Menu/Panel/Operator/PropertyGroup ...Campbell Barton
2011-02-18"Fix" for [#26130] Turbulence Force Field seed does not look to generate a ne...Janne Karhu
2011-02-18- clear some warningsCampbell Barton
2011-02-18Fix for [#26120] Particle Grid options available when shouldn'tJanne Karhu
2011-02-18patch [#26056] fix for ValueError when no addons are presentCampbell Barton
2011-02-17pep8 cleanup and remove unused vars/importsCampbell Barton
2011-02-162.5 UI Interface Scripts:Thomas Dinges
2011-02-16Material UI: Code cleanup.Thomas Dinges
2011-02-16Commit patch [#25939] material panel proposal by Ervin Weber (lusque). Thanks!Thomas Dinges
2011-02-16Particle settings can now be pinned too:Janne Karhu
2011-02-16Added full texture idblock controls for displace and wave modifier.Janne Karhu
2011-02-16Correct texture pinning:Janne Karhu
2011-02-16enum-flag arguments were incorrectly documented.Campbell Barton
2011-02-16PoseLib Bugfixes, Cleanups, and Missing OperatorsJoshua Leung
2011-02-16rename IDPropertyGroup to PropertyGroupCampbell Barton
2011-02-16bugfix [#26094] Going to Bone Roll menu brings up python errorCampbell Barton
2011-02-16PoseLib UI and Bugfixes:Joshua Leung
2011-02-16Pose Lib: Start of PoseLib UI in Armature buttonsJoshua Leung
2011-02-15- Do not use old anchor toggling operator. It used to set brush flags toSergey Sharybin
2011-02-15menu to select an enum from an RNA path:Campbell Barton
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-14py rna api: turn class.is_register into a class property rather then a class ...Campbell Barton
2011-02-14SVN maintenance.Guillermo S. Romero
2011-02-14Bone Colour Sets (theme ones) can now be edited from the UserJoshua Leung
2011-02-14Forgot NLA Editor support for this...Joshua Leung
2011-02-14Graph Editor part of the changes in the previous commit...Joshua Leung
2011-02-14DopeSheet: Add menu entries and hotkeys to select all keyframesJoshua Leung
2011-02-13Small addition to particle grid distribution:Janne Karhu
2011-02-13Small update for billboards:Janne Karhu
2011-02-12Small particle effectors update:Janne Karhu
2011-02-12Particles todo item: particle texturesJanne Karhu
2011-02-12- move keyingsets_utils.py into modules.Campbell Barton
2011-02-12update templates for registration changesCampbell Barton
2011-02-11patch [#25978] mathutils fixes for bpy_types.py and vertexpaint_dirt.pyCampbell Barton
2011-02-11add torus script wasnt registering.Campbell Barton
2011-02-11bpy.utils.register_module() generator could go into eternal loop.Campbell Barton
2011-02-11UI functions added to existing UI classes (operators adding their own menus f...Campbell Barton
2011-02-11use weak references for the internal metaclass typemap,Campbell Barton
2011-02-11minor python register changes.Campbell Barton