Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-12-08updates for changes in blenders apiCampbell Barton
2010-12-07fixed global variable error script.John Phan
2010-12-07Added a function to simplify Specular map export.Maurice Raybaud
2010-12-07== propery chart ==Luca Bonavita
... and renaming it. Not sure system is valid 100%, also "object" was tempting but object is used for objects in 3d view eh... Need to talk about this, maybe it will be more clear after testscreenings will have done the add object framework (we'll move stuff anyway).
2010-12-07== Property chart ==Luca Bonavita
Moving to category System, after seeing the video from Colin Levy it's clear this is usable in many places, didn't know about it! http://www.colinlevy.com/tuts/blendertips/09-seq_colorbalance_chartaddon_sm.mov Looking at the code seems like this addon could be expanded to more spaces than 3dview and sequencer...
2010-12-06Removing the warning about making changes to animated curves. Thanks toDaniel Salazar
nazg-gul it is stable now!
2010-12-06fix [#25056] RuntimeError: Writing to ID classes in this context is not allowedCampbell Barton
draw functions cant edit scene data now, these values are set in execute() so should not be set while drawing the menu.
2010-12-05Changing the Clear Animation icon after reports like "my eyes justDaniel Salazar
exploded" and "it's the single most bright point in the universe"
2010-12-05Adding some icons to RotoBezierDaniel Salazar
2010-12-05SVN maintenance.Guillermo S. Romero
2010-12-03Added automatic external data packing to avoid problems where the user ↵Jesse Kaukonen
submits a session without textures
2010-12-03Forgot to up the version and logsDaniel Salazar
2010-12-03RotoBezier: Adding support for NURBS animationDaniel Salazar
2010-12-03Also changed the Blender version to 2.55. Dunno why I didn't change that ↵Chris Foster
earlier... :P
2010-12-03Fixed some formatting errors that could possibly be screwing with XNA ↵Chris Foster
importers. Also fixed keyframe animation to only export frames within the timeline's start and end frames.
2010-12-02added new "mesh as a curve profile" feature.Kalle-Samuli Riihikoski
2010-12-02Update to the Rigify readme, so explain how to have a rig type generate aNathan Vegdahl
python UI for the generated rig.
2010-12-02Added a readme file that gives a brief explanation of the internals of RigifyNathan Vegdahl
and how to write your own rig types.
2010-11-30Simplifying material check thanks to the teachings of Master CampbellDaniel Salazar
2010-11-30- Minor fix for the finger rig. It was accepting, and failing on,Nathan Vegdahl
single-bone chains. Now it refuses single-bone chains. - IK arm and leg rigs now set the pole angle offset more precisely, so that the arm/leg doesn't shift in the default pose when switching between IK/FK.
2010-11-29* Version 0.7.11 - Applied patch by Filiciss Muhgue that fixes the text ↵Martin Buerbaum
dsiplay in quad view.
2010-11-27== Animated Render Baker ==Luca Bonavita
- committing this in behalf of jahka, is kinda busy :) - I'm going to commit some changes but this is the version found in the tracker, this way my changes will be easier to track
2010-11-26== rotobezier ==Luca Bonavita
- moved the conditions Obj.type == 'CURVE' in poll methods - general formatting
2010-11-26* Measure Panel - Version 0.7.10Martin Buerbaum
* Applied patch by Filiciss Muhgue that (mostly) fixes the quad view. Thanks for that! * Patch link: https://projects.blender.org/tracker/?func=detail&atid=127&aid=24932&group_id=9 * TODO: Make Quad view more useful (fix text position, display 2D value of the hypotenuse rather than the 3D one)
2010-11-26Better heuristic for ASCII/Binary STL file format detectionM Bouchard Guillaume
2010-11-26Fix for matrix * vector api cleanupM Bouchard Guillaume
2010-11-24minor editsCampbell Barton
2010-11-24== game engine: save as runtime ==Luca Bonavita
- solved the problem I had with this addon, finally the addon was saving the blend as it is and in my case a compressed blend file was giving problem when played in the runtime - hence added a bit to manage compressed blends to embedd them uncompressed NOTE: this should be fixed in the player itself I think, same says campbell, but worth checking - now moved to trunk :) [[Split portion of a mixed commit.]]
2010-11-24Better tooltips, some people got confusedDaniel Salazar
2010-11-23SVN is playing with me! this line keeps changing >_<Daniel Salazar
2010-11-23Feature request by jpbouza: keyframing tilt and bevel (optional)Daniel Salazar
2010-11-23woops, this is old location, now it's on the toolbarDaniel Salazar
2010-11-23== rotobezier ==Luca Bonavita
- formatted links - moved release log below bl_addon_info (speeds up reading addons info when building addons panel) - moved the warning in bl_addon_info so users can see it from blender addon panel
2010-11-23Ugh forgot to update the location..Daniel Salazar
2010-11-22Nicer UI for RotoBezierDaniel Salazar
2010-11-22Request by Gez, adding pass index to rotobezierDaniel Salazar
2010-11-22SVN maintenance.Guillermo S. Romero
2010-11-22RotoBezier:Daniel Salazar
Added confirmation popup to Clear Animation Moved UI from curve data properties to the 3D view toolbar pasteall.org/pic/7071
2010-11-22After testing; made Sky alpha mode opaque for now.Maurice Raybaud
2010-11-22tool to visualize console mathutils varsCampbell Barton
2010-11-22Option to clear all animationDaniel Salazar
2010-11-21Forgot to up the scipt versionDaniel Salazar
2010-11-21Adding new tools and convenient display toggles to RotoBezierDaniel Salazar
2010-11-21-Added more control over Straight/Premul Alpha,Maurice Raybaud
-Added Distance based Depth of Field (not object based yet) -Noticed a bug when parts of an object are flat shaded and other parts smooth shaded, not solved this yet.
2010-11-21updated to trunk api change matrix_local -> matrix basis (for pose bones)Bassam Kurdali
2010-11-21== copy attributes ==Luca Bonavita
updating tracker url
2010-11-21Addint tracker URL to RotoBezier. BTW nice example video hereDaniel Salazar
http://www.youtube.com/watch?v=FvMYn0z4Wvs&hd=1
2010-11-21new features see ↵Brendon Murphy
https://projects.blender.org/tracker/?func=detail&atid=469&aid=22015&group_id=153 for updates.
2010-11-21Added wiki link to RotoBezier addon. There's just a video there for nowDaniel Salazar
2010-11-20Simple addon for animating spline curves or "RotoBeziers" forDaniel Salazar
rotoscoping