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-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-08-15[#23266] bpy.ops.poselib.browse_interactive - blend_factor argument does nothingCampbell Barton
2010-08-11Update address in license block.Guillermo S. Romero
2010-08-08remove unused includesCampbell Barton
2010-08-04include cleanup, no functional changesCampbell Barton
2010-08-012.5: code changes to reduce the usage of G.main and pass it alongBrecht Van Lommel
2010-08-01bugfix'sCampbell Barton
2010-07-31use more BLI math funcs (no functional changes)Campbell Barton
2010-07-303 duplicate functions: bone_flip_name() object_flip_name() flip_side_name()Campbell Barton
2010-07-26replace macros VECCOPY and QUATCOPY with inline math functions no functional ...Campbell Barton
2010-07-22Fix de/select all operator naming for consistencyMatt Ebb
2010-07-20Bugfix: The infamous "bone properties/constraints disappearing after renaming...Joshua Leung
2010-07-17reverting commit r28693. Making backspace a 3rd delete key.Campbell Barton
2010-07-1748Hr Bugfix: Paste pose not correctly updatingJoshua Leung
2010-07-14Patch #22807: Add select/deselect buttons to armature bone group panelJoshua Leung
2010-07-05Fix #20383: mesh deform modifier wasn't working on lattices.Brecht Van Lommel
2010-07-02Fix #22690: gestures were not working correct after inbetween mousemoveBrecht Van Lommel
2010-06-22Update build systems for automatic weighting changes.Brecht Van Lommel
2010-06-22Armature weighting / mesh deform no longer use render raytracingBrecht Van Lommel
2010-06-20etch-a-ton bugfixMartin Poirier
2010-06-18Notifier cleanup - replaced ND_*_EDIT and ND_*_SELECT data notifiers Matt Ebb
2010-06-06finish cleanup to cmake editors, also removed some stuff from scons thats not...Campbell Barton
2010-06-04have cmake build editors as different libs like scons and nan-makefilesCampbell Barton
2010-05-25fix for 2 warnings & better error checking for the thumbnail loading.Campbell Barton
2010-05-10Added backspace as an alternative to the X key, for deleting things.William Reynish
2010-05-07ghash alloc string from render branchCampbell Barton
2010-04-29option to copy constraints without making their ID references direct links.Campbell Barton
2010-04-26Assorted code cleanups:Joshua Leung
2010-04-24warning cleanup, also made voxel.c and volumetric.c use BM_INLINE define rath...Campbell Barton
2010-04-24sub_v3_v3v3 --> sub_v3_v3 (where possible)Campbell Barton
2010-04-23Mesh Deform Modifier: compress static binding weights better, thresholdBrecht Van Lommel
2010-04-21replace add_v3_v3v3() --> add_v3_v3() where possibleCampbell Barton
2010-04-18possible fix for [#22057] Autoname L/R in bones names center bones as .RCampbell Barton
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