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-12-14clamp colors from 0-1 which are used for display only.Campbell Barton
2010-12-14- revert own recent change after discussion, default set hard minimum of colo...Campbell Barton
2010-12-14graph editor & action keyframe paste options.Campbell Barton
2010-12-14disallow RNA color values to be set to negative values. Material colors could...Campbell Barton
2010-12-14Compositor: Add an option to select the YCbCR conversion mode for the YCbCR c...Xavier Thomas
2010-12-13check if a path can be created to a property before showing keyframe items in...Campbell Barton
2010-12-13"Fix" for [#25184] Forces for growing hair - update inconsistency - as discus...Janne Karhu
2010-12-13Fix for [#25185] Toggling hair dynamics without deleting cache leaves hair di...Janne Karhu
2010-12-13Expose access to PROP_ENUM_FLAG from bpy.props.EnumProperty(), this is expose...Campbell Barton
2010-12-13Bugfix #25188: Can't assign "add driver" to hide properties of bonesJoshua Leung
2010-12-13fix for error in recent commit.Campbell Barton
2010-12-13Lattices now have AnimDataJoshua Leung
2010-12-13multi-dimensional array resolving for rna paths.Campbell Barton
2010-12-12- fix for rna show_brush variable shadowing its parent classes with a flag wh...Campbell Barton
2010-12-11Small fix: Ton Roosendaal
2010-12-11- ignore calls to WM_cursor_wait() in background mode (crashes saving blend f...Campbell Barton
2010-12-10fix [#25155] Glare node > Simple star > Rotate 45 is always appliedCampbell Barton
2010-12-10patch [#25027] formatting mathutils.geometry module docs for sphinxCampbell Barton
2010-12-09Added more clear tooltip for Auto Save feature.Ton Roosendaal
2010-12-08metaball rotations must be kept normalized, normalize values after setting fr...Campbell Barton
2010-12-08remove contents from the svn cleanup file. not used now and could turn up res...Campbell Barton
2010-12-08pedantic word ordering change.Campbell Barton
2010-12-08use lowercase for cmake builtin names and macros, remove contents in else() a...Campbell Barton
2010-12-08bug [#25081] changes to pose bone selection state via python have no effect.Campbell Barton
2010-12-07"Particle" texture coordinates for halo materials:Janne Karhu
2010-12-07error checking for setting operator string values for python operators, and g...Campbell Barton
2010-12-07pass along the context to extension functions, this was already being done in...Campbell Barton
2010-12-06bugfix [#25046] Bold and Italics checkboxes for Text objects seem to do nothingCampbell Barton
2010-12-06[#25047] Deletion of any custom key map item remove always first oneMartin Poirier
2010-12-06use BLI_strnlen rather then strlen when comparing against fixed lengths.Campbell Barton
2010-12-05Dependency graph: changed DAG_id_flush_update to DAG_id_tag_update. Now itBrecht Van Lommel
2010-12-05Object transparency setting should only show on MESH typeDaniel Salazar
2010-12-04Maintenance, Campbell Barton
2010-12-04Bugfix #24699Ton Roosendaal
2010-12-04Give functions that use printf style formatting GCC format attributes so if i...Campbell Barton
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-12-03updates to patch from Dan Eicher, allow adding a NodeGroup through bpy.data.n...Campbell Barton
2010-12-03fix [#24938] Seed value on Particle settings gives Error when trying to inser...Campbell Barton
2010-12-03fix for some pedantic warnings.Campbell Barton
2010-12-02patch [#23212] Python api for NodesCampbell Barton
2010-12-01Bugfix #24903Ton Roosendaal
2010-12-01partial fix [#23265] matrix_world rna path is visible but returns 0 to driver...Campbell Barton
2010-12-01fix for crashes trying to resolve paths "location[]" or "location.."Campbell Barton
2010-12-01fix for some mistakes in recent commit.Campbell Barton
2010-12-01Smoke now uses only one point cache where both normal and high resolution smo...Janne Karhu
2010-11-30minor rna changesCampbell Barton
2010-11-30Add option for CMake to build libredcode, also use CODEC prefix for ffmpeg, q...Campbell Barton
2010-11-30Bugfix #24976Ton Roosendaal
2010-11-29replace overly verbose matrix creation for BGE camera, typo fix from MikeS.Campbell Barton