Go to file
Jason Hays 08cc1c6bb9 While reviewing this part of the code for a Blender Proceedings article, I noticed that the lock enforcer was taking several improper steps to redistribute evenly with multi-paint.
Beforehand, a few problems were in view: some of the indexing was changed towards the end to use the more efficient stack structure, but needed to use the correct def group indices.

Also, the designated selected group would use its own value to acquire the standard to base change distributed to the others.

Lastly, the total_change was used rather than -left_overs in the formula to compute the new designated weight within the means of the locks' allowed changes.


Now, while maintaining the ratios of the selection, it correctly returns left over change that could not be redistributed to the unlocked groups.
2011-11-10 02:09:58 +00:00
build_files One library from OpenEXR is needed for oiio. Hope buildbot is working fine now. 2011-11-09 19:25:16 +00:00
doc cmake & pep8 tidy up, also some style edits. 2011-11-08 01:32:34 +00:00
extern cmake & pep8 tidy up, also some style edits. 2011-11-08 01:32:34 +00:00
intern No tabs in scons! Sorry for that.. 2011-11-09 14:00:24 +00:00
release Cycles Merge 2011-11-08 17:00:40 +00:00
source While reviewing this part of the code for a Blender Proceedings article, I noticed that the lock enforcer was taking several improper steps to redistribute evenly with multi-paint. 2011-11-10 02:09:58 +00:00
CMakeLists.txt Cycles: cmake tweaks for linux build, instructions on the wiki no longer worked. 2011-11-08 21:40:08 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile remove po/ since the workflow for translations uses branches which isnt that useful to have within blenders source dir. 2011-11-05 14:26:18 +00:00
SConstruct Add compiles support for Cycles. 2011-11-08 20:40:02 +00:00