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-06-07rna option not to save certain properties for redoing later, currently only u...Campbell Barton
2011-06-07fix for edge slide snapping values being incorrect (reported by Nether Hound).Campbell Barton
2011-06-07update ctest md5sums for import/export to match changes to the scripts, also ...Campbell Barton
2011-06-07getting useful results out of the round compo node was tricky, use the second...Campbell Barton
2011-06-07error pointed out by Jeroen Bakker with the math nodes round function. was in...Campbell Barton
2011-06-07fix for glitch in previous commit with 0.00002 displaying as 0.000020, this u...Campbell Barton
2011-06-07smarter precision calculation, so 0.000001 isn't displayed as 0.00.Campbell Barton
2011-06-07Move UI float precission calculation into its own function.Campbell Barton
2011-06-07A line of code -can- wreck your day. Should work now, :)Antony Riakiotakis
2011-06-07fix for float projection painting, now updating correctly. Antony Riakiotakis
2011-06-06One more debug line was deleted from multires bakers.Sergey Sharybin
2011-06-06Fix for new baker and float images. Also removed code used for debugging.Sergey Sharybin
2011-06-062.5 todo:Ton Roosendaal
2011-06-06Support for update callbacks in python defined RNA properties as discussed la...Campbell Barton
2011-06-06Keymaps: fix keymap items created in python being added with the pythonBrecht Van Lommel
2011-06-06bug [#27582] Screen Editing > Split and Join area don't work.Campbell Barton
2011-06-06Added cancel callbacks to modal operators which allocates memorySergey Sharybin
2011-06-06fix for 2D paint being off by 1 pixel on x/y axis, most obvious when zoomed in.Campbell Barton
2011-06-06use the same stippled drawing for colorband background as alpha color swatche...Campbell Barton
2011-06-06fix/workaround [#27559] Color picker fails with a very small brushCampbell Barton
2011-06-06object-mode lattice bounds were not taken into account when calculating min/max.Campbell Barton
2011-06-06fix [#27572] Mirror Shapekey and Mirror vertex Group not working for Lattice.Campbell Barton
2011-06-06Resolve 2 theme issuesCampbell Barton
2011-06-06spelling correctionsCampbell Barton
2011-06-06fix for crash opening the file selector twice with multiple windows open (whe...Campbell Barton
2011-06-06Fix [#27438] Volume Material Density InaccuracyMatt Ebb
2011-06-06Bake from multires meshSergey Sharybin
2011-06-05fixed warning, signed/unsigned mismatch, blo/readfile.c line 1742Jason Wilkins
2011-06-05operator buttons get a red highlight when alert is set for the layoutCampbell Barton
2011-06-05own commit r37199 gave problems with duplicating objects, use different fix.Campbell Barton
2011-06-05file selector now scales with DPI betterCampbell Barton
2011-06-05colorband and image header were ignoring DPI sizeCampbell Barton
2011-06-05Bugfix: new DPI-controlled UI size code was setting 'view2d re-init'Ton Roosendaal
2011-06-05panel headers were not scaling with DPI properlyCampbell Barton
2011-06-05scale the file selector UI with the DPI, the region size can still be wrong t...Campbell Barton
2011-06-05workaround for supremely annoying UI glitch where you could accidentally hide...Campbell Barton
2011-06-05with the new scalable UI. hard coded values were still used for resizing the ...Campbell Barton
2011-06-05py/drivers disable dont interning strings, no need really since this isnt don...Campbell Barton
2011-06-05compile without splash and icons when WITH_HEADLESS is set.Campbell Barton
2011-06-05fix [#27554] vertex group namesCampbell Barton
2011-06-05Changed "Convert" to "Convert to" since the first one is incorrect. Removed s...Daniel Salazar
2011-06-04Code holiday commit:Ton Roosendaal
2011-06-04CMake option 'WITH_HEADLESS' to build blender in headless mode (no x11/xlib) ...Campbell Barton
2011-06-04edits to make these cmake files compatible with my own basic cmake parser whi...Campbell Barton
2011-06-04fix [#27568] Segmentation fault in Sequencer when adding an effect strip with...Campbell Barton
2011-06-04quiet 2 compiler warnings and update man pageCampbell Barton
2011-06-03BugFix: [#27556] Replace mesh for gfx in "Edit Object" actuator act illogical...Dalai Felinto
2011-06-03Fix for [#27461] Particle Instance modifier doesn't work correctly with Hair ...Janne Karhu
2011-06-03disable python/string enum duplication from last commit because the array of ...Campbell Barton
2011-06-03when making the C/RNA copy of the python enum, duplicate all strings since th...Campbell Barton