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-17Bugfix: "Tweaking" Markers was working incorrectlyJoshua Leung
2011-02-17Bugfix [#26106] No instant visual feed back for Dupliframes, parentingJoshua Leung
2011-02-16BGE: Action and ShapeKey Actuator PingPong playmode.Dalai Felinto
2011-02-16Bugfix #26096Ton Roosendaal
2011-02-16sphinx doc gen: multiple examples possible and include the scripts docstring ...Campbell Barton
2011-02-16Bugfix #26103Ton Roosendaal
2011-02-16Marker Drawing Bugfix:Joshua Leung
2011-02-16Fix for [#26102] Particle Texture mismapped on Multires (in some modes)Janne Karhu
2011-02-16Forgot to actually hook up this operator...Joshua Leung
2011-02-16Particle settings can now be pinned too:Janne Karhu
2011-02-16enum-flag arguments were incorrectly documented.Campbell Barton
2011-02-16Bugfix [#22535] Dupliframes with keyframe Anim are brokenJoshua Leung
2011-02-16PoseLib Bugfixes, Cleanups, and Missing OperatorsJoshua Leung
2011-02-16doc generation support for excluding some modules, without this a full rebuil...Campbell Barton
2011-02-16rename IDPropertyGroup to PropertyGroupCampbell Barton
2011-02-16bugfix [#26094] Going to Bone Roll menu brings up python errorCampbell Barton
2011-02-16Fix for compiler warning: forgot to hook up a poll callback I definedJoshua Leung
2011-02-16PoseLib UI and Bugfixes:Joshua Leung
2011-02-16fix [#26098] python API: quaternion.rotate never seems to work.Campbell Barton
2011-02-16Ugly hack to get PoseLib UI working ok (problem mentioned in log forJoshua Leung
2011-02-16Bugfix: Browing Pose Libs should work now... RNA wrapping was missingJoshua Leung
2011-02-16Pose Lib: Start of PoseLib UI in Armature buttonsJoshua Leung
2011-02-16small correction to BGE as recent commits broken normal mapping in the GEMichael Fox
2011-02-15removed some more magic constantsLukas Steiblys
2011-02-15- Do not use old anchor toggling operator. It used to set brush flags toSergey Sharybin
2011-02-15added more code comments and removed some magic constantsLukas Steiblys
2011-02-15a fix for bug #25806Lukas Steiblys
2011-02-15- Use the same logic as for BEZIERs when making segment of betweenSergey Sharybin
2011-02-15Fix #26087: in a curve, can't make segment if Fkey was pressed 2 times before...Sergey Sharybin
2011-02-15Fix for [#26083] Animated Particle Textures have no effectJanne Karhu
2011-02-15moving dir strings into global namespace for doc access (coming up)Campbell Barton
2011-02-15...and for blenderplayerCampbell Barton
2011-02-15fix for building with make on linux from recent new lib.Campbell Barton
2011-02-15PoseLib: Adding support for custom propertiesJoshua Leung
2011-02-15corrention for bpy.props docstrings.Campbell Barton
2011-02-15Move mikktspace code to own library, so it is clear that it is alsoNathan Letwory
2011-02-15fix for own error with image info display, also dont draw if the mouse is out...Campbell Barton
2011-02-15fix warnings.Campbell Barton
2011-02-15UI Tweaks: Text field in Rename Markers popup now gets focus when theJoshua Leung
2011-02-15Ctrl-0 can now be used to just reset a single component of an array toJoshua Leung
2011-02-15Tweak priority so link error on Linux is solved. Reported by Hypercrush on IRC.Nathan Letwory
2011-02-14more vars made staticCampbell Barton
2011-02-14This commit will switch blender to use tangent space generated withinM.G. Kishalmi
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-14Fix #26082: Fkey in a curve witch was empty beforeSergey Sharybin
2011-02-14Bug fix #26021Ton Roosendaal
2011-02-14Previous commit to small optimization of sculpting broke smooth and layerSergey Sharybin
2011-02-14First modifiers with deformMatrices callback used to be applied twice whenSergey Sharybin
2011-02-14comments for how py-rna calls api new classes. small speedup for StructRNA.__...Campbell Barton
2011-02-14improve py/rna exception messages.Campbell Barton