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
2010-04-18remove config.h references, was added for automake build system rev around 12...Campbell Barton
2010-04-17bugfix and cleanupCampbell Barton
2010-04-15Merge various small changes from render branch:Brecht Van Lommel
2010-04-15Make memstat easier to read, add missing Intel ID and cleanups.Guillermo S. Romero
2010-04-07Auto Keyframing:Joshua Leung
2010-04-06Fix #20911: automatic bone weights work poorly when vertex liesBrecht Van Lommel
2010-04-06Bugfix #21552: Alt S Envelope scaling key conflictJoshua Leung
2010-04-02Batch renaming some keyframe editing internals in preparation for more generi...Joshua Leung
2010-04-02"Fix" #20225: mesh deform surface modifier problems. This mode was anBrecht Van Lommel
2010-03-30* Assign weight from bones in weight paint mode now respects paint faceBrecht Van Lommel
2010-03-26Optimization for pose channel name lookups using a hash, makesBrecht Van Lommel
2010-03-25More assorted Keying Sets changes for Cessen (mainly api stuff):Joshua Leung
2010-03-23rna/py-api fix.Brecht Van Lommel
2010-03-23more lint includesCampbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-21Fix syntax for ID keyword.Guillermo S. Romero
2010-03-20merge own commits into render branch into trunk since 27560Campbell Barton
2010-03-16Fix [#21165] Moved textures don't move the animation curvesMatt Ebb
2010-03-16== Massive Keying Sets Recode ==Joshua Leung
2010-03-11Motion Paths + Auto-Keying:Joshua Leung
2010-02-26use negate_v3 rather then multiplying a vector by -1.0 (no functional changes)Campbell Barton
2010-02-22- respect insert available with pose copy/paste (note: autokeyframe_pose_cb_f...Campbell Barton
2010-02-19apply visual transform to poseCampbell Barton
2010-02-19Pose Tools Cleanup:Joshua Leung
2010-02-18constraints unique name length was set too long (could overrun the buffer), u...Campbell Barton
2010-02-17Fill bones between joints (FKEY) was missing a suitable notifier.Joshua Leung
2010-02-12correct fsf addressCampbell Barton
2010-02-11batch remove .'s used with RNA_def_struct_ui_textCampbell Barton
2010-02-08Warning fixes, one actual bug found in sequencer sound wave drawing. AlsoBrecht Van Lommel
2010-02-08Armature selection operators now all use context iterators where applicable, ...Joshua Leung
2010-02-08Bugfix: Toggle Select All behaviour in PoseMode was not correctly taking the ...Joshua Leung
2010-01-28PROP_ENUM_NO_CONTEXT flag for rna properties, forcing enum item functions to ...Martin Poirier
2010-01-26Fix #20049: mdef binding wasn't working correct since raytrace optimization.Brecht Van Lommel
2010-01-26rename defgroup functions to be more consistant.Campbell Barton
2010-01-26Assign automatic/envelope weights in weight paint mode is back,Brecht Van Lommel
2010-01-25Remove unneeded notifier data added in revision 26219.Martin Poirier
2010-01-25Restored missing PoseMode Operators:Joshua Leung
2010-01-25Bugfix #20806: Remove button removes entire bone group not bone from groupJoshua Leung
2010-01-22Cleaned up some printfs in editors/ - converted some to reports, hid others ...Matt Ebb
2010-01-19Motion Paths - (Part 3) Operators, Drawing, and FixesJoshua Leung
2010-01-16generic operator menu was searching for "type" and using the first enum prope...Campbell Barton
2010-01-15Fix [#20129] emulate numpadMatt Ebb
2010-01-15Tweaked/added poll functions to prevent operators that requireMatt Ebb
2010-01-14spelling errors, no real changes to code.Campbell Barton
2010-01-01Cleanup of MotionPaths+Ghosts (AnimViz) - Part 1Joshua Leung
2009-12-30Push Pose Tool - Quaternion Rotation fixes:Joshua Leung
2009-12-28Added location and rotation operator properties for adding objects. The Align...Matt Ebb
2009-12-10rename operators TFM_OT_* --> TRANSFORM_OT_*Campbell Barton
2009-12-04rna functionCampbell Barton
2009-11-30* Grease Pencil drawing now works with Repeat Last operator. Stroke info is n...Joshua Leung